CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/07 02:38:14
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c usbdi.c usbdi.h
Log message:
We already have three identical copies of the *hci_str() function,
so merge them into usbd_str() to not introduce other copies with
the upcoming HC drivers.
