Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 1996 20:55:35 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        dawes@rf900.physics.usyd.edu.au (David Dawes)
Subject:   Re: DEC DLT2700 stacker now works!
Message-ID:  <199611281955.UAA16274@uriah.heep.sax.de>
In-Reply-To: <199611281152.WAA21966@rf900.physics.usyd.edu.au> from David Dawes at "Nov 28, 96 10:52:21 pm"

next in thread | previous in thread | raw e-mail | index | archive | help

As David Dawes wrote:

> >        {
> >+               T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "DEC", "DLT2700", "*",
> >+               "st", SC_MORE_LUS, 0
> >+       },
> >+       {

> Might as well add the Quantum DLT auto-loader models too.  The vendor
> string is "Quantum", and some of the models are "DLT4500", "DLT4700",
> "DLT2500XT", and "DLT2700XT".  I don't know if the 2500 and 2700 are in
> the Quantum product range.

Do you know whether all Quantum DLT's are auto-loaders?  In this case,
it would be safe to say:

      {
              T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "Quantum", "DLT*", "*",
              "st", SC_MORE_LUS, 0
      },

(Is their vendor string really upper/lower case?  Quite unusual.)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611281955.UAA16274>