CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2014/02/01 23:28:18
Modified files: sys/dev/ic : qla.c Log message: Rearrange interrupt register processing for 2200s. The mailbox semaphore seems to be disconnected from the interrupt status register, so we shouldn't wait until the interrupt status is nonzero to check it. This makes onboard FC controllers in Sun systems work better. tested on a blade1k (by kettenis@) and a v880.