cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-queue.c
atapi-cd.c
Nate Lawson
nate at root.org
Tue Jan 20 19:05:24 PST 2004
On Mon, 19 Jan 2004, S=F8ren Schmidt wrote:
> FreeBSD src repository
>
> Modified files:
> sys/dev/ata ata-all.c ata-all.h ata-queue.c
> atapi-cd.c
> Log:
> Fix breakage on timeout/retries. The bug cause a sema to be leaked so
> that the calling process would newer wakeup.
>
> Revision Changes Path
> 1.202 +2 -1 src/sys/dev/ata/ata-all.c
> 1.71 +1 -1 src/sys/dev/ata/ata-all.h
> 1.17 +23 -21 src/sys/dev/ata/ata-queue.c
> 1.161 +1 -1 src/sys/dev/ata/atapi-cd.c
This is excellent! My cdrom again is detected just fine (no hang) and due
to your previous commits, suspend/resume works again (S3).
-Nate
More information about the cvs-src
mailing list