Date: Sat, 27 Nov 2010 19:35:12 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/dev/usb usb.h usb_controller.h usb_dev.c usb_device.c usb_device.h usb_generic.c usb_hub.c usb_hub.h usb_parse.c usb_request.c usb_request.h usb_transfer.c usb_transfer.h usbdi.h usbdi_util.h ... Message-ID: <201011271935.oARJZeLx087870@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2010-11-27 19:35:12 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/conf files
sys/dev/usb usb.h usb_controller.h usb_dev.c
usb_device.c usb_device.h usb_generic.c
usb_hub.c usb_hub.h usb_parse.c
usb_request.c usb_request.h
usb_transfer.c usb_transfer.h usbdi.h
usbdi_util.h
sys/dev/usb/controller usb_controller.c
sys/dev/usb/storage umass.c
sys/modules/usb Makefile
Added files: (Branch: RELENG_8)
sys/dev/usb/controller xhci.c xhci.h xhci_pci.c xhcireg.h
sys/modules/usb/xhci Makefile
Log:
SVN rev 215944 on 2010-11-27 19:35:12Z by thompsa
MFC r213379, r213426, r213426, r213427, r213432, r213435, r213437, r213439,
r214804
Merge the XHCI usb controller and supporting code.
Revision Changes Path
1.1459.2.45 +2 -0 src/sys/conf/files
1.22.2.8 +10 -0 src/sys/dev/usb/controller/usb_controller.c
1.1.2.2 +3862 -0 src/sys/dev/usb/controller/xhci.c (new)
1.1.2.2 +499 -0 src/sys/dev/usb/controller/xhci.h (new)
1.1.2.2 +318 -0 src/sys/dev/usb/controller/xhci_pci.c (new)
1.1.2.2 +219 -0 src/sys/dev/usb/controller/xhcireg.h (new)
1.21.2.18 +15 -6 src/sys/dev/usb/storage/umass.c
1.57.2.4 +28 -6 src/sys/dev/usb/usb.h
1.17.2.4 +25 -0 src/sys/dev/usb/usb_controller.h
1.31.2.10 +36 -13 src/sys/dev/usb/usb_dev.c
1.44.2.21 +68 -49 src/sys/dev/usb/usb_device.c
1.27.2.8 +9 -5 src/sys/dev/usb/usb_device.h
1.20.2.8 +17 -19 src/sys/dev/usb/usb_generic.c
1.28.2.15 +376 -76 src/sys/dev/usb/usb_hub.c
1.11.2.3 +1 -0 src/sys/dev/usb/usb_hub.h
1.6.2.2 +37 -1 src/sys/dev/usb/usb_parse.c
1.24.2.8 +284 -28 src/sys/dev/usb/usb_request.c
1.10.2.2 +16 -2 src/sys/dev/usb/usb_request.h
1.28.2.15 +137 -45 src/sys/dev/usb/usb_transfer.c
1.12.2.4 +4 -1 src/sys/dev/usb/usb_transfer.h
1.71.2.6 +1 -0 src/sys/dev/usb/usbdi.h
1.23.2.3 +3 -0 src/sys/dev/usb/usbdi_util.h
1.27.2.5 +1 -1 src/sys/modules/usb/Makefile
1.1.2.2 +38 -0 src/sys/modules/usb/xhci/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011271935.oARJZeLx087870>
