aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--usr.bin/mt/mt.15
-rw-r--r--usr.bin/mt/mt.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1
index b48a85380679..10da38b3c80c 100644
--- a/usr.bin/mt/mt.1
+++ b/usr.bin/mt/mt.1
@@ -286,6 +286,8 @@ Value Width Tracks Density Code Type Reference Note
0x2A
0x2B 12.7 (0.5) 3 ? ? ? C X3.267 5
0x41 12.7 (0.5) 208 3,868 (98,250) RLL C DLTapeIV(40) 6,7
+0x48 12.7 (0.5) 448 5,236 (133,000) PRML C SDLTapeI(110) 6,8
+0x49 12.7 (0.5) 448 7,598 (193,000) PRML C SDLTapeI(160) 6,8
.Ed
.Bd -literal -offset 3n
Code Description Type Description
@@ -297,6 +299,7 @@ IMFM Inverted modified frequency modulation
MFM Modified frequency modulation
DDS DAT data storage
RLL Run length limited
+PRML Partial Response Maximum Likelihood
.Ed
.Bd -literal -offset 3n
NOTES
@@ -308,6 +311,8 @@ NOTES
an industry standard definition of the media format.
7. DLT recording: serially recorded track pairs (DLTapeIII and
DLTapeIV(20)), or track quads (DLTapeIV(35) and DLTapeIV(40)).
+8. Super DLT (SDLT) recording: 56 serially recorded logical tracks with
+ 8 physical tracks each.
.Ed
.Sh ENVIRONMENT
If the following environment variable exists, it is utilized by
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 }
};