CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/03/28 19:02:35
Modified files: sys/dev/ic : mfi.c Log message: fix a small race in mfi_mgmt between the checking of a ccbs completion and the sleep waiting for the completion. it is possible to get the interrupt completing the command just before the tsleep, which will never get a wakeup because the interrupt with the wakeup has already happened.