CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/30 12:25:08
Modified files:
sys/dev/pci : xhci_pci.c
sys/dev/usb : xhci.c xhcivar.h
Log message:
Do not enable interrupts before attaching usb(4), fix a panic when an
Express Card is plugged with USB devices on it.
While here do not print an unitialized error value if xhci_init() fails,
from Patrick Wildt.
