Date: Sun, 22 Nov 2009 21:16:43 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_core.h usb_device.c usb_hub.c usb_hub.h usb_transfer.c usbdi.h src/sys/dev/usb/controller ehci.c Message-ID: <200911222117.nAMLHEwm063547@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2009-11-22 21:16:43 UTC FreeBSD src repository Modified files: sys/dev/usb usb_core.h usb_device.c usb_hub.c usb_hub.h usb_transfer.c usbdi.h sys/dev/usb/controller ehci.c Log: SVN rev 199672 on 2009-11-22 21:16:43Z by thompsa Improve High Speed slot allocation mechanism by moving the computation to the endpoint rather than per xfer and provide functions around get/free of resources. Submitted by: Hans Petter Selasky Revision Changes Path 1.32 +12 -47 src/sys/dev/usb/controller/ehci.c 1.33 +0 -3 src/sys/dev/usb/usb_core.h 1.50 +1 -1 src/sys/dev/usb/usb_device.c 1.32 +167 -14 src/sys/dev/usb/usb_hub.c 1.12 +2 -2 src/sys/dev/usb/usb_hub.h 1.34 +17 -3 src/sys/dev/usb/usb_transfer.c 1.73 +10 -1 src/sys/dev/usb/usbdi.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911222117.nAMLHEwm063547>