Getting data from the ATAPI-CD driver

2000-09-24 Thread Theo van Klaveren
Hi, Having some time on my hands, I decided to work on AudioFS a bit. First thing was, of course, to get it to work at all :-) As detailed in my previous post to this list, the way Linux's AudioFS does this doesn't work for FreeBSD (using IOCTL's). So, Soren Schmidt's advice was to directly get

Re: Getting data from the ATAPI-CD driver

2000-09-24 Thread Soren Schmidt
It seems Theo van Klaveren wrote: > As detailed in my previous post to this list, the way Linux's AudioFS > does this doesn't work for FreeBSD (using IOCTL's). So, Soren Schmidt's > advice was to directly get data from the atapi_cd driver. Doing some > research, I see two ways to do this: > > 1)

Re: Denying ISDN using Radius

2000-09-24 Thread Mustafa Deeb
hi, it is cistron radius, what about a time limit, can I define a 20 working hours for this user, and after that he can't connect? cheers At 06:35 PM 9/23/2000 -0400, William Lloyd wrote: >Hi Mustafa! > >On Sat, 23 Sep 2000, Mustafa N. Deeb wrote: > > > hi, > > > > I don't know if someone did

Re: Getting data from the ATAPI-CD driver

2000-09-24 Thread Theo van Klaveren
Soren Schmidt wrote: > > 2) Using VOP_STRATEGY on the acd device in audiofs_strategy(), the way > > the cd9660 filesystem does it. I'm not sure this will work, but it sure > > looks like it. This would also reduce code complexity, but I'm not sure > > it's 'right' either. > > > > What would be th