CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2025/08/11 22:09:43
Modified files: sys/dev/pci : vmwpvs.c Log message: Mark vmwpvs interrupt handler mpsafe, and move the message processing task to the mpsafe task queue, taking the kernel lock around calls into the scsi midlayer to add and remove devices. ok dlg@