cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-lowlevel.c
ata-queue.c
Søren Schmidt
sos at FreeBSD.org
Fri Aug 27 07:48:33 PDT 2004
sos 2004-08-27 14:48:32 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-all.c ata-all.h ata-lowlevel.c
ata-queue.c
Log:
Fix the handling of "inflight" requests when doing reinit's.
Add missing untimeout that would get lost in handling of some
error situations, and caused what looked like random timeouts
afterwards when the timeout fired.
Revision Changes Path
1.224 +3 -4 src/sys/dev/ata/ata-all.c
1.82 +1 -0 src/sys/dev/ata/ata-all.h
1.45 +10 -1 src/sys/dev/ata/ata-lowlevel.c
1.34 +21 -2 src/sys/dev/ata/ata-queue.c
More information about the cvs-src
mailing list