CVSROOT:        /cvs
Module name:    src
Changes by:     jmatt...@cvs.openbsd.org        2014/01/20 19:40:02

Modified files:
        sys/dev/ic     : qla.c qlareg.h 
        sys/dev/pci    : qla_pci.c 

Log message:
Add support for ISP2200 based adapters.

This involves a bit of a hack in the interrupt processing path, where we
ignore the interrupt status if we're expecting a mailbox command to complete,
but we don't have the mailbox semaphore and the response ring hasn't moved.
Typically next time through, the interrupt status is the same and we have the
semaphore so we can read the results.

Reply via email to