Skip to content

Commit

Permalink
Add new density codes for IBM 3592 drives
Browse files Browse the repository at this point in the history
Codes are added for the newer drives. The TS11xx names are added to
the desciptions of codes for non-encrypted tape.

Signed-off-by: Kai Mäkisara <[email protected]>
  • Loading branch information
kmakisara authored and iustin committed Jan 7, 2025
1 parent 72d53ae commit 0c7307c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,14 @@ static struct densities {
{ 0x4c, "T10000C" },
{ 0x4d, "T10000D" },
{ 0x51, "IBM 3592 J1A" },
{ 0x52, "IBM 3592 E05" },
{ 0x53, "IBM 3592 E06" },
{ 0x54, "IBM 3592 E07" },
{ 0x55, "IBM 3592 E08" },
{ 0x52, "IBM 3592 E05 (TS1120)" },
{ 0x53, "IBM 3592 E06 (TS1130)" },
{ 0x54, "IBM 3592 E07 (TS1140)" },
{ 0x55, "IBM 3592 E08 (TS1150)" },
{ 0x56, "IBM 3592 55F (TS1155)" },
{ 0x57, "IBM 3592 60F (TS1160)" },
{ 0x58, "LTO-5" },
{ 0x59, "IBM 3592 70F (TS1170)" },
{ 0x5a, "LTO-6" },
{ 0x5c, "LTO-7" },
{ 0x5d, "LTO-7-M8" },
Expand All @@ -220,6 +223,9 @@ static struct densities {
{ 0x73, "IBM 3592 E06, encrypted" },
{ 0x74, "IBM 3592 E07, encrypted" },
{ 0x75, "IBM 3592 E08, encrypted" },
{ 0x76, "IBM 3592 55F, encrypted" },
{ 0x77, "IBM 3592 60F, encrypted" },
{ 0x79, "IBM 3592 70F, encrypted" },
{ 0x80, "DLT 15GB uncomp. or Ecrix" },
{ 0x81, "DLT 15GB compressed" },
{ 0x82, "DLT 20GB uncompressed" },
Expand Down

0 comments on commit 0c7307c

Please sign in to comment.