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:
parent
4bea477079
commit
7fe25a5726
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user