Re: cdrom interface?

2011-08-19 Thread Thomas Schmitt
Hi, Samuel Thibault: > > There are quite a few packages out there which depend on the cdrom > > interface. I'm wondering whether we could just provide the linuxish > > interface for it in e.g. sys/cdrom.h. Most of the ioctls should > > be working fine, only the data read ones would only work with

Re: cdrom interface?

2011-08-19 Thread Samuel Thibault
Svante Signell, le Sat 20 Aug 2011 00:35:03 +0200, a écrit : > > Thoughts? > > Any news from the scdbackup maintainer, T Schmitt? He seems to be the > person for this kund of issue. I should have mentioned: one thing that isn't covered at all by what I propose is the generic command ioctl, which

Re: cdrom interface?

2011-08-19 Thread Svante Signell
On Fri, 2011-08-19 at 22:19 +0200, Samuel Thibault wrote: > Hello, > > There are quite a few packages out there which depend on the cdrom > interface. I'm wondering whether we could just provide the linuxish > interface for it in e.g. sys/cdrom.h. Most of the ioctls should > be working fine, only

cdrom interface?

2011-08-19 Thread Samuel Thibault
Hello, There are quite a few packages out there which depend on the cdrom interface. I'm wondering whether we could just provide the linuxish interface for it in e.g. sys/cdrom.h. Most of the ioctls should be working fine, only the data read ones would only work with a kernel implementation. That