CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/29 06:45:29
Modified files:
sys/dev/usb : ehci.c ehcivar.h xhci.c xhcivar.h
Log message:
Get rid of the per-softc freelist of transfer descriptors and use a
per-driver pool(9) instead.
With inputs from mikeb@
