CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/25 11:23:40
Modified files:
sys/dev/pci : xhci_pci.c
sys/dev/usb : xhci.c xhcivar.h
Log message:
Upon resume do a full reset of the HC, including the command and event
rings, and rewrite all the addresses in the registers.
While here don't keep a copy of our usb(4) child device, autoconf(9)
knows how to reach our children.
