summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2005-03-16 02:34:50 +0000
committeriedowse <iedowse@FreeBSD.org>2005-03-16 02:34:50 +0000
commitd13bfa1af7f4d993feaecd6e901d4d3d07aa8aca (patch)
tree8aed769cc1aa48984404581f35b28686ca4020e4 /sys
parentfa09d33f048ac9082f196f87c44622215ef5c566 (diff)
downloadFreeBSD-src-d13bfa1af7f4d993feaecd6e901d4d3d07aa8aca.zip
FreeBSD-src-d13bfa1af7f4d993feaecd6e901d4d3d07aa8aca.tar.gz
Enable ehci by default on i386 and amd64. It had got to the stage
where having this disabled was actually hurting us, since so many BIOSes include legacy USB emulation that takes control of all usb ports and only the ehci driver knows how to disable it.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/i386/conf/GENERIC1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b44d011..d5747dd 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -244,6 +244,7 @@ device bpf # Berkeley packet filter
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
+device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index ee36c6e..af11d81 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -266,6 +266,7 @@ device bpf # Berkeley packet filter
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
+device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
OpenPOWER on IntegriCloud