CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/02/05 00:56:10
Modified files: sys/dev/ic : qla.c Log message: Punt on handling responses if we haven't allocated the response queue yet. Otherwise a spurious interrupt might make us dereference a null-pointer. This is especially important for ISP2200 cards with Open Firmware, where the card is running a full firmware and the response queue "in" pointer is non-zero when we take over. ok jmatthew@