CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/11/02 07:55:41
Modified files: sys/dev/pci : ehci_pci.c sys/dev/usb : ehci.c ehcivar.h Log message: Delay root hub interrupt processing to the soft-interrupt path in order to mark ehci_intr() as IPL_MPSAFE. Earlier version tested by ratchov@, ok visa@