From owner-freebsd-hackers Sun Apr 19 22:25:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01421 for freebsd-hackers-outgoing; Sun, 19 Apr 1998 22:25:36 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from loki.iss.net (loki.iss.net [208.21.0.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01415 for ; Mon, 20 Apr 1998 05:25:33 GMT (envelope-from rmooney@iss.net) Received: from arden.iss.net (rmooney@arden.iss.net [208.21.0.8]) by loki.iss.net (8.8.7/8.7.3) with SMTP id BAA07356 for ; Mon, 20 Apr 1998 01:24:39 -0400 Date: Mon, 20 Apr 1998 01:24:09 -0400 (EDT) From: Robert Mooney Reply-To: Robert Mooney To: hackers@FreeBSD.ORG Subject: ATAPI CDROM enhancements.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy. I'm curious to find out if there are any plans to add CDDA support to the IDE CDROM drivers... ? I'm using 2.2.6-RELEASE with a CDDA capable MITSUMI FX240S (IDE). I've managed to add the device calls as specified in the SFF-8020 document to support CDDA, and unfortunately haven't had much success. It seems the call returns (READ CD - SFF-8020r2.6), but leaves the resulting buffer empty. Upon further investigation, I noticed the capabilities returned by the mode sense seem incorrect (I dumped the device information using ATAINF under Windows 95 - the FreeBSD wcd_describe() isn't accurate)... is there a known problem returning buffers in the ATAPI interface? Have I missed something? If anyone's interested, I can send diff output and test code... I haven't seen much discussion about this previously. :) Thanks in advance. - Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message