Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: jakllsch
Date: Sat Sep 14 00:40:31 UTC 2013
Modified Files:
src/sys/dev/usb: usb_subr.c usbdivar.h
Added Files:
src/sys/dev/pci: xhci_pci.c
src/sys/dev/usb: xhci.c xhcireg.h xhcivar.h
Log Message:
Add work-in-progress xhci(4) driver code. Currently (mostly) supports
interrupt-driven control, interrupt and bulk transfers at the three USB
2.0 speeds on root hub ports.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/xhci_pci.c
cvs rdiff -u -r1.192 -r1.193 src/sys/dev/usb/usb_subr.c
cvs rdiff -u -r1.104 -r1.105 src/sys/dev/usb/usbdivar.h
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/xhci.c src/sys/dev/usb/xhcireg.h \
src/sys/dev/usb/xhcivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index