diff options
author | ken <ken@FreeBSD.org> | 2017-05-15 15:27:59 +0000 |
---|---|---|
committer | ken <ken@FreeBSD.org> | 2017-05-15 15:27:59 +0000 |
commit | a053f8b82b820f2b6e0fc68ede6f8acc46d88d72 (patch) | |
tree | 418b453f3602f21d3433549de86930dd3c085d43 /lib | |
parent | 74e270956788070442f46a99e73af3b8bcfb769c (diff) | |
download | FreeBSD-src-a053f8b82b820f2b6e0fc68ede6f8acc46d88d72.zip FreeBSD-src-a053f8b82b820f2b6e0fc68ede6f8acc46d88d72.tar.gz |
MFC r318185:
Add LTO-8 density codes.
lib/libmt/mtlib.c:
Add the LTO-8 density code to the density table in libmt.
usr.bin/mt/mt.1:
Add the LTO-8 density code, tracks, bpmm, and bpi to the density
table in the mt(1) man page.
Sponsored by: Spectra Logic
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libmt/mtlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmt/mtlib.c b/lib/libmt/mtlib.c index a36b9bf..e3f39fe 100644 --- a/lib/libmt/mtlib.c +++ b/lib/libmt/mtlib.c @@ -644,6 +644,7 @@ static struct densities { { 0x58, 15142, 384607, "LTO-5" }, { 0x5A, 15142, 384607, "LTO-6" }, { 0x5C, 19107, 485318, "LTO-7" }, + { 0x5E, 20669, 524993, "LTO-8" }, { 0x71, 11800, 299720, "3592A1 (encrypted)" }, { 0x72, 11800, 299720, "3592A2 (encrypted)" }, { 0x73, 13452, 341681, "3592A3 (encrypted)" }, |