summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorticso <ticso@FreeBSD.org>2003-04-14 14:04:08 +0000
committerticso <ticso@FreeBSD.org>2003-04-14 14:04:08 +0000
commit74d6d25d1acb1398a77eef0778b76c066259a259 (patch)
treee1b401f6d71e67b8fa62513fc574eb4934a5ea27 /sys/modules/usb
parentbdfca1b9c1846e877c9f67228139c4b903037c29 (diff)
downloadFreeBSD-src-74d6d25d1acb1398a77eef0778b76c066259a259.zip
FreeBSD-src-74d6d25d1acb1398a77eef0778b76c066259a259.tar.gz
add EHCI (USB 2.0) controller support.
Approved by: joe gallatin (mentor) Obtained from: NetBSD
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index b7d931d..6070199 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -24,6 +24,7 @@ SRCS= bus_if.h device_if.h usb_if.h usb_if.c \
SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h
SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h
+SRCS+= ehci_pci.c ehci.c ehcireg.h ehcivar.h
SRCS+= opt_bus.h pci_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud