From owner-freebsd-current Thu Nov 28 12:35:41 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA12067 for current-outgoing; Thu, 28 Nov 1996 12:35:41 -0800 (PST) Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA12060 for ; Thu, 28 Nov 1996 12:35:38 -0800 (PST) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.8.2/8.8.2) id HAA22943; Fri, 29 Nov 1996 07:32:04 +1100 (EST) From: David Dawes Message-Id: <199611282032.HAA22943@rf900.physics.usyd.edu.au> Subject: Re: DEC DLT2700 stacker now works! In-Reply-To: <199611281955.UAA16274@uriah.heep.sax.de> from J Wunsch at "Nov 28, 96 08:55:35 pm" To: joerg_wunsch@uriah.heep.sax.de Date: Fri, 29 Nov 1996 07:32:03 +1100 (EST) Cc: freebsd-current@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >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: Not all are auto-loaders, The auto loaders match "DLT?[57]*". The "DLT?0* models are just plain drives. > { > T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "Quantum", "DLT*", "*", > "st", SC_MORE_LUS, 0 > }, > >(Is their vendor string really upper/lower case? Quite unusual.) Here's the message when I tried a DLT4000 on a FreeBSD box: (ahc2:5:0): "Quantum DLT4000 CD3C" type 1 removable SCSI 2 I don't have an auto-loader here, but I don't expect that the vendor string would be any different to this. David