summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 74e97e8..26be71e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2074,6 +2074,8 @@ options DEBUG_LOCKS
device uhci
# OHCI controller
device ohci
+# EHCI controller
+device ehci
# General USB code (mandatory for USB)
device usb
#
diff --git a/sys/conf/files b/sys/conf/files
index ece0695..6c5ba14 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -755,6 +755,8 @@ dev/usb/hid.c optional usb
dev/usb/if_aue.c optional aue
dev/usb/if_cue.c optional cue
dev/usb/if_kue.c optional kue
+dev/usb/ehci.c optional ehci
+dev/usb/ehci_pci.c optional ehci
dev/usb/ohci.c optional ohci
dev/usb/ohci_pci.c optional ohci
dev/usb/ubsa.c optional ubsa ucom
OpenPOWER on IntegriCloud