mt: DDS-3 density unknown

Walter Haidinger walter.haidinger@gmx.at
Thu Jan 20 12:57:00 GMT 2005


On Thu, 20 Jan 2005, Corinna Vinschen wrote:

> thanks for the patch, but I'm not exactly happy with it.  It removes
> some density codes, e.g. 0x32 and 0x36, and it removes some information
> by replacing strings.  For instance, "MLR3 (SLR 50)" is replaced by
> "AIT-1 or MLR3", which drops the "SLR 50" info.
> 
> Would you mind to have another look and only *add* information?

Ok, an "improved" patch is attached. Hope you're like this one! ;-)
The only text changes are in 0x09 (fix typo) and 0x81 (added DLT info for 
consistency with other entries).

Regards, Walter
-------------- next part --------------
*** mt-2.3-1/mt.c.orig	Thu Jan 20 10:00:26 2005
--- mt-2.3-1/mt.c	Thu Jan 20 13:24:10 2005
***************
*** 56,66 ****
    {0x01, "NRZI (800 bpi)"},
    {0x02, "PE (1600 bpi)"},
    {0x03, "GCR (6250 bpi)"},
    {0x05, "QIC-45/60 (GCR, 8000 bpi)"},
    {0x06, "PE (3200 bpi)"},
    {0x07, "IMFM (6400 bpi)"},
    {0x08, "GCR (8000 bpi)"},
!   {0x09, "GCR /37871 bpi)"},
    {0x0a, "MFM (6667 bpi)"},
    {0x0b, "PE (1600 bpi)"},
    {0x0c, "GCR (12960 bpi)"},
--- 56,67 ----
    {0x01, "NRZI (800 bpi)"},
    {0x02, "PE (1600 bpi)"},
    {0x03, "GCR (6250 bpi)"},
+   {0x04, "QIC-11"},
    {0x05, "QIC-45/60 (GCR, 8000 bpi)"},
    {0x06, "PE (3200 bpi)"},
    {0x07, "IMFM (6400 bpi)"},
    {0x08, "GCR (8000 bpi)"},
!   {0x09, "GCR (37871 bpi)"},
    {0x0a, "MFM (6667 bpi)"},
    {0x0b, "PE (1600 bpi)"},
    {0x0c, "GCR (12960 bpi)"},
***************
*** 74,96 ****
    {0x15, "EXB-8500 (RLL 45434 bpi)"},
    {0x16, "MFM 10000 bpi"},
    {0x17, "MFM 42500 bpi"},
    {0x19, "DLTtape III (62500 bpi)"},
    {0x1a, "DLTtape IV (81633 bpi)"},
    {0x1b, "DLTtape IV (85937 bpi)"},
    {0x21, "QIC-5010-DC (SLR 32)"},
    {0x22, "QIC-2GB-DC (DC 9250)"},
    {0x24, "DDS-2"},
    {0x26, "QIC-4GB-DC (SLR 5)"},
    {0x30, "MLR3 (SLR 50)"},
    {0x32, "ALRF-2 (SLR 7)"},
    {0x33, "SLR6 (SLR 24)"},
    {0x34, "ALRF-1 (SLR 40/60/75/100)"},
    {0x36, "ALRF-6 (SLR 140)"},
    {0x40, "DLT 1/DLT IV (123090 bpi)"},
    {0x41, "DLTtape IV (98250 bpi)"},
    {0x48, "SDLTtape I (133000 bpi)"},
    {0x49, "SDLTtape I (190000 bpi)"},
!   {0x81, "EXB-V23 compressed"},
    {0x8c, "EXB-8505 compressed"},
    {0x90, "EXB-8205 compressed"},
    {0, NULL}
--- 75,120 ----
    {0x15, "EXB-8500 (RLL 45434 bpi)"},
    {0x16, "MFM 10000 bpi"},
    {0x17, "MFM 42500 bpi"},
+   {0x18, "TZ86"},
    {0x19, "DLTtape III (62500 bpi)"},
    {0x1a, "DLTtape IV (81633 bpi)"},
    {0x1b, "DLTtape IV (85937 bpi)"},
+   {0x1c, "QIC-385M"},
+   {0x1d, "QIC-410M"},
+   {0x1e, "QIC-1000C"},
+   {0x1f, "QIC-2100C"},
+   {0x20, "QIC-6GB"},
    {0x21, "QIC-5010-DC (SLR 32)"},
    {0x22, "QIC-2GB-DC (DC 9250)"},
+   {0x23, "QIC-875"},
    {0x24, "DDS-2"},
+   {0x25, "DDS-3"},
    {0x26, "QIC-4GB-DC (SLR 5)"},
+   {0x27, "Exabyte Mammoth"},
+   {0x28, "Exabyte Mammoth-2"},
+   {0x29, "QIC-3080MC"},
    {0x30, "MLR3 (SLR 50)"},
+   {0x31, "AIT-2"},
    {0x32, "ALRF-2 (SLR 7)"},
    {0x33, "SLR6 (SLR 24)"},
    {0x34, "ALRF-1 (SLR 40/60/75/100)"},
    {0x36, "ALRF-6 (SLR 140)"},
    {0x40, "DLT 1/DLT IV (123090 bpi)"},
    {0x41, "DLTtape IV (98250 bpi)"},
+   {0x45, "QIC-3095-MC (TR-4)"},
+   {0x47, "TR-5"},
    {0x48, "SDLTtape I (133000 bpi)"},
    {0x49, "SDLTtape I (190000 bpi)"},
!   {0x80, "DLT 15GB uncomp. or Ecrix"},
!   {0x81, "DLT 15GB or EXB-V23 comp."},
!   {0x82, "DLT 20GB uncompressed"},
!   {0x83, "DLT 20GB compressed"},
!   {0x84, "DLT 35GB uncompressed"},
!   {0x85, "DLT 35GB compressed"},
!   {0x86, "DLT1 40 GB uncompressed"},
!   {0x87, "DLT1 40 GB compressed"},
!   {0x88, "DLT 40GB uncompressed"},
!   {0x89, "DLT 40GB compressed"},
    {0x8c, "EXB-8505 compressed"},
    {0x90, "EXB-8205 compressed"},
    {0, NULL}
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list