From owner-freebsd-hackers Sat Jan 21 13:13:08 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id NAA20354 for hackers-outgoing; Sat, 21 Jan 1995 13:13:08 -0800 Received: from epiwrl.entropic.com (root@epiwrl.entropic.com [192.86.164.14]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id NAA20348 for ; Sat, 21 Jan 1995 13:13:02 -0800 Received: from client.entropic.com (kenh@epiwrl.entropic.com [192.86.164.14]) by epiwrl.entropic.com (8.6.9/8.6.9) with ESMTP id QAA10608; Sat, 21 Jan 1995 16:12:21 -0500 Message-Id: <199501212112.QAA10608@epiwrl.entropic.com> X-Notice: The site "wrl.epi.com" is now known as "entropic.com" To: Mark Murray cc: "Alex R.N. Wetmore" , hackers@FreeBSD.org Subject: Re: NEC 4xi CDROM - what now? In-reply-to: Your message of "Sat, 21 Jan 1995 18:29:36 +0200." <199501211629.SAA01669@grunt.grondar.za> X-Face: "Evs"_GpJ]],xS)b$T2#V&{KfP_i2`TlPrY$Iv9+TQ!6+`~+l)#7I)0xr1>4hfd{#0B4 WIn3jU;bql;{2Uq%zw5bF4?%F&&j8@KaT?#vBGk}u07<+6/`.F-3_GA@6Bq5gN9\+s;_d gD\SW #]iN_U0 KUmOR.P<|um5yPkEpSD@*e` Date: Sat, 21 Jan 1995 16:12:19 -0500 From: Ken Hornstein Sender: hackers-owner@FreeBSD.org Precedence: bulk >> BTW, as a related NEC thing, does anyone out there have a NEC CDR-200 or >> NEC CDR-210 (I think the first is also called the 2Vi, the second is >> the OEM model) that works with audio cd player commands? As far as I >> can tell NEC doesn't use the SCSI-2 spec for audio cd player commands, >> because the only O/S that can play audio CDs with this drive for me is >> MSDOS/Windows using the Adaptec ASPI stuff. Windows NT, NetBSD, and >> FreeBSD all barf on it. > >I have a nec210, and I have the same hassle as you. EZ-SCSI from adaptec >will play music with no problem; so will windoze (if I remember correctly). > >I get all sorts of barf if I try it with FreeBSD-current. >I have a bug report in for this... I recently bought a NEC 3Xi CD-ROM, and I've played with the audio commands on it with a bit. This is what I discovered: - There are two types of audio CD play commands in the SCSI spec. One says "play audio starting at track n, ending at track n". The other says "play audio starting at this minute, second, ending at this minute, second". NEC CD-ROM drives apparantly do NOT support the "play track" command (at least the two I had access to did not). However, I believe someone (Alastair, perhaps?) had ported versionof of xcdplayer that used the minute/ second play commands, and that worked under NetBSD for me. --Ken