summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2016-05-25 15:10:07 +0000
committerken <ken@FreeBSD.org>2016-05-25 15:10:07 +0000
commitb8b23f4368a11724ba430b9b905c985bb7bc9640 (patch)
tree981f19963483640e5ac7b4a9915e91e9df0326b6 /lib
parent93ed84b1d1e8e69f4325bcffaab6299acc6578f5 (diff)
downloadFreeBSD-src-b8b23f4368a11724ba430b9b905c985bb7bc9640.zip
FreeBSD-src-b8b23f4368a11724ba430b9b905c985bb7bc9640.tar.gz
MFC r300327:
------------------------------------------------------------------------ r300327 | ken | 2016-05-20 13:30:52 -0600 (Fri, 20 May 2016) | 11 lines Add the density code for LTO-7 to libmt and the mt(1) man page. The density code and bits per mm values were obtained from an actual drive density report. The number of tracks were obtained from an LTO-7 hardware announcement on IBM's web site. ------------------------------------------------------------------------ Sponsored by: Spectra Logic
Diffstat (limited to 'lib')
-rw-r--r--lib/libmt/mtlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmt/mtlib.c b/lib/libmt/mtlib.c
index f6acba2..a36b9bf 100644
--- a/lib/libmt/mtlib.c
+++ b/lib/libmt/mtlib.c
@@ -643,6 +643,7 @@ static struct densities {
{ 0x55, 20670, 525018, "3592A5 (unencrypted)" },
{ 0x58, 15142, 384607, "LTO-5" },
{ 0x5A, 15142, 384607, "LTO-6" },
+ { 0x5C, 19107, 485318, "LTO-7" },
{ 0x71, 11800, 299720, "3592A1 (encrypted)" },
{ 0x72, 11800, 299720, "3592A2 (encrypted)" },
{ 0x73, 13452, 341681, "3592A3 (encrypted)" },
OpenPOWER on IntegriCloud