diff options
author | hselasky <hselasky@FreeBSD.org> | 2011-06-14 20:30:49 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2011-06-14 20:30:49 +0000 |
commit | 88ca90f66aa65aeb4fa7d71e5a118c80392f669b (patch) | |
tree | faf683d83ac46e477843e45c19f9a2a5cd6f94f7 /sys/amd64 | |
parent | af6faca77e2acf558356503d8311e73616b6bcbc (diff) | |
download | FreeBSD-src-88ca90f66aa65aeb4fa7d71e5a118c80392f669b.zip FreeBSD-src-88ca90f66aa65aeb4fa7d71e5a118c80392f669b.tar.gz |
Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.
Discussed with: joel @ and thompsa @
MFC after: 7 days
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 7c86046..4bfcfa3 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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" |