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 [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

