CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2018/05/17 23:20:32
Modified files: sys/dev/pci : mfii.c Log message: Use SCSI_NOSLEEP for management commands issued during attach. No real change because we'll never run out of ccbs that early. Noticed during review of the preceding changes. ok dlg@