1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00

Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.

Discussed with:	joel @ and thompsa @
MFC after:	7 days
This commit is contained in:
Hans Petter Selasky 2011-06-14 20:30:49 +00:00
parent e292b310e9
commit 144b716627
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223098
2 changed files with 2 additions and 0 deletions
sys
amd64/conf
i386/conf

View File

@ -295,6 +295,7 @@ options USB_DEBUG # enable debug msgs
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device xhci # XHCI PCI->USB interface (USB 3.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices (needs netgraph)
device uhid # "Human Interface Devices"

View File

@ -308,6 +308,7 @@ options USB_DEBUG # enable debug msgs
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device xhci # XHCI PCI->USB interface (USB 3.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices (needs netgraph)
device uhid # "Human Interface Devices"