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 /usr.bin | |
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 'usr.bin')
-rw-r--r-- | usr.bin/mt/mt.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index ab5930c..7e0cda8 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -29,7 +29,7 @@ .\" @(#)mt.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd May 5, 2017 +.Dd May 11, 2017 .Dt MT 1 .Os .Sh NAME @@ -521,6 +521,7 @@ Value Width Tracks Density Code Type Reference Note 0x58 12.7 (0.5) 1280 15,142 (384,607) C LTO-5 0x5A 12.7 (0.5) 2176 15,142 (384,607) C LTO-6 0x5C 12.7 (0.5) 3584 19,107 (485,318) C LTO-7 +0x5E 12.7 (0.5) 6656 20,669 (524,993) C LTO-8 0x71 12.7 (0.5) 512 11,800 (299,720) C 3592A1 (encrypted) 0x72 12.7 (0.5) 896 11,800 (299,720) C 3592A2 (encrypted) 0x73 12.7 (0.5) 1152 13,452 (341,681) C 3592A3 (encrypted) |