Module Name: src
Committed By: skrll
Date: Wed Aug 19 06:16:18 UTC 2015
Modified Files:
src/sys/dev/pci: ehci_pci.c ohci_pci.c uhci_pci.c
Log Message:
Interrupt handlers aren't MP-safe yet so use IPL_USB which is IPL_VM
which takes the kernel lock.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/ehci_pci.c
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/ohci_pci.c
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/uhci_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.