It seems Brian Fundakowski Feldman wrote:
> 
> It's just as well. It's almost 4 AM and I've just about given up on getting
> this all working.  Anyway, if everything has to be DEV_BSIZE, then I guess
> that would simplify things, except when I try, say, writing 4697 bytes
> as an audio blocksize (2 * 2352 - 7), it goes all the way through the
> acdstrategy as 4697... I don't know why DEV_BSIZE isn't respected, then,
> but I suppose Poul might be able to help here?

You should respect the blocksize when talking to a device with a
fixed blocklength, dont write  ! % blocksize blocks to the device..

Anyhow I've done a replacement for wormcontrol and have cleaned up
the interface to the driver, I hope to have it tested for commit
soon, this will solve the problem once and for all..

-Søren


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to