CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2010/01/10 06:19:03

Modified files:
        sys/dev/pci    : ahci.c 

Log message:
ATI AHCI seems not to put slot number into the command register
on error as the spec requires. This triggers kernel assertion
error because zero is read from the register and wrong ccb is picked
from the queue. To cope with it if there's only one outstanding
command get its slot number from the active commands mask, otherwise
fail all active commands.

ok krw@ dlg@

Reply via email to