diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2019-03-04 14:30:37 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2019-03-04 14:30:37 +0000 |
| commit | 0caf9bf62de0dda2ae80086492a38c6ee3eeff9d (patch) | |
| tree | 8f6255588143d6f6b87e721887a9e60b994efaca /lib | |
| parent | 5edc9102dc2b52b1fdf223f80b36da133d52e8e7 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libmt/mtlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libmt/mtlib.c b/lib/libmt/mtlib.c index 0ada983823a10..b4ddddc215a1a 100644 --- a/lib/libmt/mtlib.c +++ b/lib/libmt/mtlib.c @@ -642,6 +642,7 @@ static struct densities { { 0x54, 19686, 500024, "3592A4 (unencrypted)" }, { 0x55, 20670, 525018, "3592A5 (unencrypted)" }, { 0x56, 20670, 525018, "3592B5 (unencrypted)" }, + { 0x57, 21850, 554990, "3592A6 (unencrypted)" }, { 0x58, 15142, 384607, "LTO-5" }, { 0x5A, 15142, 384607, "LTO-6" }, { 0x5C, 19107, 485318, "LTO-7" }, @@ -653,6 +654,7 @@ static struct densities { { 0x74, 19686, 500024, "3592A4 (encrypted)" }, { 0x75, 20670, 525018, "3592A5 (encrypted)" }, { 0x76, 20670, 525018, "3592B5 (encrypted)" }, + { 0x77, 21850, 554990, "3592A6 (encrypted)" }, { 0x8c, 1789, 45434, "EXB-8500c" }, { 0x90, 1703, 43245, "EXB-8200c" }, { 0, 0, 0, NULL } |
