From owner-freebsd-scsi Fri Jul 19 00:21:12 1996 Return-Path: owner-freebsd-scsi Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA11255 for freebsd-scsi-outgoing; Fri, 19 Jul 1996 00:21:12 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA11242 for ; Fri, 19 Jul 1996 00:20:51 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA26835 for ; Fri, 19 Jul 1996 09:20:41 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA06431 for freebsd-scsi@freebsd.org; Fri, 19 Jul 1996 09:20:40 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id IAA03008 for freebsd-scsi@freebsd.org; Fri, 19 Jul 1996 08:56:55 +0200 (MET DST) From: J Wunsch Message-Id: <199607190656.IAA03008@uriah.heep.sax.de> Subject: Re: CD driver To: freebsd-scsi@freebsd.org Date: Fri, 19 Jul 1996 08:56:55 +0200 (MET DST) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <9607190117.AA14305@cabri.obs-besancon.fr> from Jean-Marc Zucconi at "Jul 19, 96 02:17:21 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Jean-Marc Zucconi wrote: > > and have been playing a little with CD-DA. (Sheesh, i should really > > get a soundcard, i guess. :) > > Oh you will need to fix the sound drivers too :-) I don't know if > there is a mainboard/soundcard/driver-version able to play > 16bit/44.1KHz sound. Hmm, i'm rather interested in hearing anything at all. Right now, i've been using pcaudio... sounds terrible, of course. :) > And it may happen that some drives forbid totally CD-DA. I think you Yes, of course. Early SCSI drives are too eager in following the specs. I'm not sure whether the SCSI specificators had copy protection in mind, or whether they deemed it not useful to process the sounds digitally, but i believe it required a certain pressure from the industry before the vendors implemented this feature. (I remember that our old Indys came with a Toshiba 3401 and used this feature, while the 3301 cannot do it.) > need to select the method according to the drive identification and > then to have a manufacturer/model -> method table somewhere. But this will require kernel hacking to add a clone drive of a different vendor which behaves identical to something that's already known. One rogue's table (for the tape drives) is already one too much... when it comes to maintain it. Now, if you think of Toshiba cycling their model numbers four times a year: ick! Perhaps a vendor-based selection would already suffice? (Yep, it will fail for a Toshiba 3301, but there's not a big problem since the owner of such an old drive cannot get it to read CD-DA in any way, so it's only slightly more broken than special-casing this ``too old'' case.) > > While we are at it, does anybody know of other methods to enable > > CD-DA? > > I have (had? - I have not tested it for a long time) CD-DA working > with my sony drives, using the 0xd9 scsi command. I implemented it > with an additional ioctl. 0xd9? Sheesh. Yet another one... What is it? The same parameter list as 0xa8 (READ(12))? -- 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. ;-)