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
Thu Apr 21 04:13:40 PDT 2005
sos 2005-04-21 11:13:39 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-all.c ata-all.h ata-lowlevel.c
ata-queue.c
Log:
Rehash the timeout code to make it more simple.
This also removes the warning timeout on the taskqueues stalling as
I'm tired of getting ATA error reports for problems in other parts ;)
Misc cosmetic and comment cleanups now we are here.
Revision Changes Path
1.245 +23 -26 src/sys/dev/ata/ata-all.c
1.97 +4 -5 src/sys/dev/ata/ata-all.h
1.61 +59 -57 src/sys/dev/ata/ata-lowlevel.c
1.45 +32 -81 src/sys/dev/ata/ata-queue.c
More information about the cvs-src
mailing list