CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2009/12/07 02:37:34

Modified files:
        sys/dev/ic     : sili.c 
        sys/dev/pci    : ahci.c 
        sys/dev/ata    : atascsi.c atascsi.h 

Log message:
get rid of the return codes from command submission, ata_cmd handlers
now return void. all state about a command is now represented within
the ata_xfer structure, and all layers using it (both hba and
atascsi) now check only ata_xfer.

this relies on my scsi midlayer changes. it was written just before
the second last backout of the midlayer.

Reply via email to