CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/03/13 17:04:14
Modified files: sys/dev/ic : qlw.c Log message: When polling for command completion, clear the interrupt before reading the response queue in pointer register. Interrupts seem to be edge-triggered so if we don't do this we might miss command completions. Seems to fix the remaining issues on the 1040B as found on the Origin 200.