]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the LTO-8 Type M density code (0x5d, LTO-8M) to libmt and the
authorken <ken@FreeBSD.org>
Fri, 3 Nov 2017 21:04:22 +0000 (21:04 +0000)
committerken <ken@FreeBSD.org>
Fri, 3 Nov 2017 21:04:22 +0000 (21:04 +0000)
commit88ede8454fd90db2dc945e7f0ef0a5775ed13bd5
tree832e8d5cf410273c28059720de5f0ac881419e97
parent2731e7ec9f95ffafc904756f96899c417e0dca74
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
lib/libmt/mtlib.c
usr.bin/mt/mt.1