svn commit: r302478 - projects/powernv/powerpc/conf
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Jul 9 03:17:07 UTC 2016
Author: nwhitehorn
Date: Sat Jul 9 03:17:05 2016
New Revision: 302478
URL: https://svnweb.freebsd.org/changeset/base/302478
Log:
Add xhci(4) to 64-bit GENERIC. Newer machines have USB 3 and no legacy
controllers.
Modified:
projects/powernv/powerpc/conf/GENERIC64
Modified: projects/powernv/powerpc/conf/GENERIC64
==============================================================================
--- projects/powernv/powerpc/conf/GENERIC64 Sat Jul 9 03:07:24 2016 (r302477)
+++ projects/powernv/powerpc/conf/GENERIC64 Sat Jul 9 03:17:05 2016 (r302478)
@@ -173,7 +173,8 @@ device bpf #Berkeley packet filter
options USB_DEBUG # enable debug msgs
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
-device ehci # EHCI 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 uhid # "Human Interface Devices"
device ukbd # Keyboard
More information about the svn-src-projects
mailing list