]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add density code for DAT-72, and notes on DAT-160.
authorken <ken@FreeBSD.org>
Tue, 3 Mar 2015 22:49:07 +0000 (22:49 +0000)
committerken <ken@FreeBSD.org>
Tue, 3 Mar 2015 22:49:07 +0000 (22:49 +0000)
commitdfbad2a697f99452c87e337f83045a2b67e5fcd0
tree7e1fff1148f4d7ea88134f923332f9729d4e11d1
parentb5c07cff76dc0055eb236091bad7d5987f75f58d
Add density code for DAT-72, and notes on DAT-160.

As it turns out, the density code for DAT-160 (0x48) is the same
as for SDLT220.  Since the SDLT values are already in the table,
we will leave them in place.

Thanks to Harald Schmalzbauer for confirming the DAT-72 density code.

lib/libmt/mtlib.c:
Add DAT-72 density code, and commented out DAT-160 density
code.  Explain why DAT-160 is commented out.  Add notes
explaining where the bpi values for these formats came from.

usr.bin/mt/mt.1:
Add DAT-72 density code, and add a note explaining that
the SDLTTapeI(110) density code (0x48) is the same as
DAT-160.

Sponsored by: Spectra Logic
MFC after: 3 weeks
lib/libmt/mtlib.c
usr.bin/mt/mt.1