DragonFly BSD
DragonFly commits List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/disk/ata ata-all.c ata-disk.c atapi-all.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Aug 2004 13:59:39 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]