Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2000 10:04:21 +0100 (CET)
From:      Soren Schmidt <sos@freebsd.dk>
To:        green@FreeBSD.ORG (Brian Fundakowski Feldman)
Cc:        current@FreeBSD.ORG
Subject:   Re: ATA atapi-all.c problems/fixes/cleanups
Message-ID:  <200001060904.KAA90935@freebsd.dk>
In-Reply-To: <Pine.BSF.4.10.10001060338250.454-100000@green.dyndns.org> from Brian Fundakowski Feldman at "Jan 6, 2000 03:42:25 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001060904.KAA90935>