Module Name: src Committed By: christos Date: Tue Jan 29 00:00:16 UTC 2013
Modified Files: src/sys/dev/usb: ehci.c ehcivar.h ohci.c ohcivar.h uhci.c uhcivar.h Log Message: use a pool instead of a linked list to avoid synchronization problems. To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 src/sys/dev/usb/ehci.c cvs rdiff -u -r1.40 -r1.41 src/sys/dev/usb/ehcivar.h cvs rdiff -u -r1.231 -r1.232 src/sys/dev/usb/ohci.c cvs rdiff -u -r1.53 -r1.54 src/sys/dev/usb/ohcivar.h cvs rdiff -u -r1.252 -r1.253 src/sys/dev/usb/uhci.c cvs rdiff -u -r1.51 -r1.52 src/sys/dev/usb/uhcivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.