cvs commit: src/sys/dev/disk/ata ata-all.c ata-disk.c atapi-all.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Aug 17 14:00:37 PDT 2004
dillon 2004/08/17 13:59:39 PDT
DragonFly src repository
Modified files:
sys/dev/disk/ata ata-all.c ata-disk.c atapi-all.c
Log:
Add some robustness to the error-requeue code. FreeBSD-5's (new) ata driver
had an issue with the donecount not being properly reset. This issue is not
believed to occur with the old code but add sanity checks to be sure.
Revision Changes Path
1.21 +6 -0 src/sys/dev/disk/ata/ata-all.c
1.21 +19 -5 src/sys/dev/disk/ata/ata-disk.c
1.13 +15 -1 src/sys/dev/disk/ata/atapi-all.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/ata/ata-all.c.diff?r1=1.20&r2=1.21&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/ata/ata-disk.c.diff?r1=1.20&r2=1.21&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/ata/atapi-all.c.diff?r1=1.12&r2=1.13&f=u
More information about the Commits
mailing list