summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2011-06-14 20:30:49 +0000
committerhselasky <hselasky@FreeBSD.org>2011-06-14 20:30:49 +0000
commit88ca90f66aa65aeb4fa7d71e5a118c80392f669b (patch)
treefaf683d83ac46e477843e45c19f9a2a5cd6f94f7 /sys/i386/conf
parentaf6faca77e2acf558356503d8311e73616b6bcbc (diff)
downloadFreeBSD-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/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index ca82b9d..c4548c6 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -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"
OpenPOWER on IntegriCloud