summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>2020-12-10 21:06:06 +0000
committerKenneth D. Merry <ken@FreeBSD.org>2020-12-10 21:06:06 +0000
commit78adacd4eab39a3508bd8c65f0aba94fc6b907ce (patch)
tree41c2c83359bc667aa2cf8c9b2a91ca2746d23bb1 /lib
parentf6e7d67a430693f822d34607a58fe8871a8f75ef (diff)
downloadsrc-test2-78adacd4eab39a3508bd8c65f0aba94fc6b907ce.tar.gz
src-test2-78adacd4eab39a3508bd8c65f0aba94fc6b907ce.zip
Add the LTO-9 density code to libmt and the mt(1) man page.
These values are taken directly from the density report from an IBM LTO-9 tape drive. (Using mt getdensity) A LTO-9 drive stores 18TB raw (45TB with compression) on an LTO-9 tape. lib/libmt/mtlib.c: Add the LTO-9 density code, and bpmm/bpi values. usr.bin/mt/mt.1: Add the LTO-9 density code, bpmm/bpi values and number of tracks. Bump the man page date. MFC after: 3 days Sponsored by: Spectra Logic
Notes
Notes: svn path=/head/; revision=368525
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 b4ddddc215a1..4150825acc18 100644
--- a/lib/libmt/mtlib.c
+++ b/lib/libmt/mtlib.c
@@ -648,6 +648,7 @@ static struct densities {
{ 0x5C, 19107, 485318, "LTO-7" },
{ 0x5D, 19107, 485318, "LTO-M8" },
{ 0x5E, 20669, 524993, "LTO-8" },
+ { 0x60, 23031, 584987, "LTO-9" },
{ 0x71, 11800, 299720, "3592A1 (encrypted)" },
{ 0x72, 11800, 299720, "3592A2 (encrypted)" },
{ 0x73, 13452, 341681, "3592A3 (encrypted)" },