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.
This commit is contained in:
Ian Dowse 2005-03-16 02:34:50 +00:00
parent 4bea477079
commit 7fe25a5726
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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