Date: Mon, 25 Jun 2001 08:34:59 +0200 (CEST) From: Søren Schmidt <sos@freebsd.dk> To: David Gilbert <dgilbert@velocet.ca> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: DVD IOCTLs on IDE? Message-ID: <200106250634.f5P6YxR08707@freebsd.dk> In-Reply-To: <15158.24886.958193.121109@trooper.velocet.net> "from David Gilbert at Jun 24, 2001 05:52:54 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
It seems David Gilbert wrote: > Has anyone looked at DVD ioctls on IDE? It took me some time to > realize (even after reading the source a couple of times) that the > current DVD ioctls only apply to SCSI. Hmm, I "grew" those ioctls in our ATA (IDE) driver way before they where even considered for the SCSI driver: atapi-cd.c revision 1.25 date: 1999/12/07 22:25:24; author: sos; state: Exp; lines: +278 -2 Commit the kernel part of our DVD support. Nothing much to say really, its just a number of new ioctl's, the rest is done in userland. Versus: scsi_cd.c revision 1.36 date: 2000/05/12 03:35:57; author: ken; state: Exp; lines: +587 -2 Add support for the DVD ioctl interface. So, there it is :) -Søre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106250634.f5P6YxR08707>