aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>2017-11-03 21:04:22 +0000
committerKenneth D. Merry <ken@FreeBSD.org>2017-11-03 21:04:22 +0000
commit70a8349311934f20fcb65e763b8ac80134446796 (patch)
tree832e8d5cf410273c28059720de5f0ac881419e97 /lib
parent28a6adde1d493f6eb2c830271dcaee7855644bbc (diff)
downloadsrc-70a8349311934f20fcb65e763b8ac80134446796.tar.gz
src-70a8349311934f20fcb65e763b8ac80134446796.zip
Add the LTO-8 Type M density code (0x5d, LTO-8M) to libmt and the
mt(1) man page. LTO-8 Type M (also known as M8) is a pristine LTO-7 cartridge formatted in a LTO-8 drive in a new, higher density format. It has a separate density code, and is only readable in an LTO-8 drive. lib/libmt/mtlib.c: Add the LTO-8 Type M density code to the density table in libmt. usr.bin/mt/mt.1: Add the LTO-8 Type M density code to the density table in the mt(1) man page. MFC after: 3 days Sponsored by: Spectra Logic
Notes
Notes: svn path=/head/; revision=325371
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 08dce9d4a6b0..0ada983823a1 100644
--- a/lib/libmt/mtlib.c
+++ b/lib/libmt/mtlib.c
@@ -645,6 +645,7 @@ static struct densities {
{ 0x58, 15142, 384607, "LTO-5" },
{ 0x5A, 15142, 384607, "LTO-6" },
{ 0x5C, 19107, 485318, "LTO-7" },
+ { 0x5D, 19107, 485318, "LTO-M8" },
{ 0x5E, 20669, 524993, "LTO-8" },
{ 0x71, 11800, 299720, "3592A1 (encrypted)" },
{ 0x72, 11800, 299720, "3592A2 (encrypted)" },