summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2017-08-10 15:34:49 +0000
committerken <ken@FreeBSD.org>2017-08-10 15:34:49 +0000
commit61d3e0b60a8c5f0f4cadde876bc3daa73838ca54 (patch)
tree70cd56f1ccefe2f5984ac98e8b5a7e10de477cf3 /lib
parent2be08d67aad9374883a322ff654a5c886af11937 (diff)
downloadFreeBSD-src-61d3e0b60a8c5f0f4cadde876bc3daa73838ca54.zip
FreeBSD-src-61d3e0b60a8c5f0f4cadde876bc3daa73838ca54.tar.gz
MFC r320991, r322016:
------------------------------------------------------------------------ r320991 | ken | 2017-07-14 10:45:46 -0600 (Fri, 14 Jul 2017) | 17 lines Add IBM TS1155 density codes to libmt and the mt(1) man page. These are taken directly from the density report from a TS1155 tape drive. (Using mt getdensity) lib/libmt/mtlib.c: Add 3592B5 encrypted/unencrypted density codes, and bpmm/bpi values. The bpmm/bpi values are the same as TS1150, but there are 50% more tracks. usr.bin/mt/mt.1: Add 3592B5 encrypted/unencrypted density codes, bpmm/bpi values and number of tracks. Bump the man page date. Sponsored by: Spectra Logic ------------------------------------------------------------------------ r322016 | ken | 2017-08-03 09:04:54 -0600 (Thu, 03 Aug 2017) | 6 lines Oracle T10000 tape drives use PRML encoding. Source: Oracle T10000 SCSI reference guide. Sponsored by: Spectra Logic ------------------------------------------------------------------------
Diffstat (limited to 'lib')
-rw-r--r--lib/libmt/mtlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libmt/mtlib.c b/lib/libmt/mtlib.c
index e3f39fe..08dce9d 100644
--- a/lib/libmt/mtlib.c
+++ b/lib/libmt/mtlib.c
@@ -641,6 +641,7 @@ static struct densities {
{ 0x53, 13452, 341681, "3592A3 (unencrypted)" },
{ 0x54, 19686, 500024, "3592A4 (unencrypted)" },
{ 0x55, 20670, 525018, "3592A5 (unencrypted)" },
+ { 0x56, 20670, 525018, "3592B5 (unencrypted)" },
{ 0x58, 15142, 384607, "LTO-5" },
{ 0x5A, 15142, 384607, "LTO-6" },
{ 0x5C, 19107, 485318, "LTO-7" },
@@ -650,6 +651,7 @@ static struct densities {
{ 0x73, 13452, 341681, "3592A3 (encrypted)" },
{ 0x74, 19686, 500024, "3592A4 (encrypted)" },
{ 0x75, 20670, 525018, "3592A5 (encrypted)" },
+ { 0x76, 20670, 525018, "3592B5 (encrypted)" },
{ 0x8c, 1789, 45434, "EXB-8500c" },
{ 0x90, 1703, 43245, "EXB-8200c" },
{ 0, 0, 0, NULL }
OpenPOWER on IntegriCloud