CVSROOT:        /cvs
Module name:    src
Changes by:     jmatt...@cvs.openbsd.org        2017/03/05 02:55:16

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

Log message:
When we're unable to determine which NCQ command failed, fail all active
commands rather than proceeding to an assertion failure.  This matches
how we handle the same condition with non-queued commands, and the
behaviour of every other ahci driver I can find.  Add a printf there so
we might get some idea of how often this condition arises and what happens
afterwards.

ok dlg@

Reply via email to