Date: Fri, 5 Apr 2002 16:31:04 +0200 (CEST) From: Søren Schmidt <sos@freebsd.dk> To: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> Cc: freebsd-hackers@FreeBSD.ORG, maxim@macomnet.ru Subject: Re: cdcontrol(1) speed command Message-ID: <200204051431.g35EV5b33064@freebsd.dk> In-Reply-To: <E16tTvt-0002NJ-00@rzstud1.rz.uni-karlsruhe.de>
next in thread | previous in thread | raw e-mail | index | archive | help
It seems Philipp Mergenthaler wrote: > > @@ -24,6 +24,7 @@ > > #endif /* not lint */ > > > #include <sys/cdio.h> > > +#include <sys/cdrio.h> > > Jörg Wunsch commented that adding "include <sys/cdrio.h>" would be > wrong and that this ioctl should be moved to sys/cdio.h instead. > (I guess then it should be renamed to CDIOCREADSPEED, too.) > This would then have to be changed in src/sys/dev/ata/atapi-cd.c, too. Hmm, then the functionality should be added to the SCSI CD driver first, until then its only for ATAPI CDROM's, and should stay where it is, to not break binary compatibility.. -Søren 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?200204051431.g35EV5b33064>