aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mt/mt.c
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2002-10-15 12:53:29 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2002-10-15 12:53:29 +0000
commit75e861d635d4b39ef6abb0984da6c464ad52b17c (patch)
tree4dcf7924b30ac5b2496c918dda9ff3bfbf94d683 /usr.bin/mt/mt.c
parent54a63f9f1c9216cab3d52d128aa91ea615843fcd (diff)
downloadsrc-75e861d635d4b39ef6abb0984da6c464ad52b17c.tar.gz
src-75e861d635d4b39ef6abb0984da6c464ad52b17c.zip
Add information about the SDLT density codes.
Submitted by: "Stewart MacLund" <sundie@lunaticfringe.org> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=105155
Diffstat (limited to 'usr.bin/mt/mt.c')
-rw-r--r--usr.bin/mt/mt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
index df2cc6be5268..a320e97f6a47 100644
--- a/usr.bin/mt/mt.c
+++ b/usr.bin/mt/mt.c
@@ -455,6 +455,8 @@ struct densities {
{ 0x27, 3056, 77611, "Mammoth" },
{ 0x28, 1491, 37871, "X3.224" },
{ 0x41, 3868, 98250, "DLTapeIV(40GB)" },
+ { 0x48, 5236, 133000, "SDLTapeI(110)" },
+ { 0x49, 7598, 193000, "SDLTapeI(160)" },
{ 0, 0, 0, NULL }
};