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

Nate Lawson nate at root.org
Fri May 2 09:04:08 PDT 2003


On Fri, 2 May 2003, Søren Schmidt wrote:
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/ata          ata-all.c ata-disk.c ata-disk.h 
>   Log:
>   Add flushing of devices on shutdown.
>   Note: this might print failure messages on some systems, unfortunatly
>   the info from the device, stating if flushing is supported, cannot be trusted
>   so the operation is always issued on all devices, just in case...
>   
>   Revision  Changes    Path
>   1.179     +38 -4     src/sys/dev/ata/ata-all.c
>   1.154     +1 -21     src/sys/dev/ata/ata-disk.c
>   1.46      +1 -1      src/sys/dev/ata/ata-disk.h

This is good.  Does it fix any known problems with incomplete shutdown?  I
thought I'd heard reports of data corruption, possibly with shutdown -p.

-Nate



More information about the cvs-src mailing list