1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/sys/dev/usb/controller
Nathan Whitehorn 495ed64c16 The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers
within the first 4 bytes of the EHCI memory space. For controllers that
use big-endian MMIO, reading them with 1- and 2-byte reads would then
return the wrong values. Instead, read the combined register with a 4-byte
read and mask out the interesting quantities.
2010-10-25 15:51:43 +00:00
..
at91dci_atmelarm.c
at91dci.c Correct some root HUB descriptor fields in multiple controller drivers. 2010-10-13 20:37:19 +00:00
at91dci.h
atmegadci_atmelarm.c
atmegadci.c Correct some root HUB descriptor fields in multiple controller drivers. 2010-10-13 20:37:19 +00:00
atmegadci.h
avr32dci.c Correct some root HUB descriptor fields in multiple controller drivers. 2010-10-13 20:37:19 +00:00
avr32dci.h
ehci_ixp4xx.c
ehci_mv.c
ehci_pci.c Remove unused EHCI register definition. 2010-10-14 21:41:08 +00:00
ehci.c The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers 2010-10-25 15:51:43 +00:00
ehci.h Revert most of r197682 (EHCI Hardware BUG workaround). Implement 2010-10-14 21:38:06 +00:00
ehcireg.h The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers 2010-10-25 15:51:43 +00:00
musb_otg_atmelarm.c
musb_otg.c Correct some root HUB descriptor fields in multiple controller drivers. 2010-10-13 20:37:19 +00:00
musb_otg.h
ohci_atmelarm.c
ohci_pci.c
ohci_s3c24x0.c
ohci.c Correct some root HUB descriptor fields in multiple controller drivers. 2010-10-13 20:37:19 +00:00
ohci.h
ohcireg.h
uhci_pci.c
uhci.c
uhci.h
uhcireg.h
usb_controller.c This commit adds full support for USB 3.0 devices in host and device 2010-10-04 23:18:05 +00:00
uss820dci_atmelarm.c
uss820dci.c Correct some root HUB descriptor fields in multiple controller drivers. 2010-10-13 20:37:19 +00:00
uss820dci.h
xhci_pci.c
xhci.c
xhci.h
xhcireg.h