summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-11-07 16:44:18 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-11-07 16:44:18 +0000
commitf4e0dec5b6222de7d57a5b4ff8fb9727c859139c (patch)
tree1ee44027623c928f24a4af2f08873a90a98413e0 /sys/arch
parent4262f6efdac22e20379ab193e2512aa14f10845a (diff)
Enable xhci(4). Most of the features are here, USB 1.x devices only work
if they are connected to the root hub and isochronous transfers are not supported for the moment. Let me know if your controller/device do not work. In this case attach a dmesg of a kernel build with XHCI_DEBUG. ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/conf/GENERIC6
-rw-r--r--sys/arch/i386/conf/GENERIC6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 3d378708b96..ec77d7b2419 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.376 2014/09/27 08:28:12 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.377 2014/11/07 16:44:17 mpi Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -156,7 +156,7 @@ cardbus* at cardslot?
pcmcia* at cardslot?
# USB Controllers
-#xhci* at pci? # eXtensible Host Controller
+xhci* at pci? # eXtensible Host Controller
ehci* at pci? # Enhanced Host Controller
ehci* at cardbus? # Enhanced Host Controller
uhci* at pci? # Universal Host Controller (Intel)
@@ -165,7 +165,7 @@ ohci* at pci? # Open Host Controller
ohci* at cardbus? # Open Host Controller
# USB bus support
-#usb* at xhci?
+usb* at xhci?
usb* at ehci?
usb* at uhci?
usb* at ohci?
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 345e32417ce..e9b926d6bc7 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.786 2014/09/27 08:28:12 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.787 2014/11/07 16:44:17 mpi Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -209,7 +209,7 @@ cbb* at pci?
cardslot* at cbb?
# USB Controllers
-#xhci* at pci? # eXtensible Host Controller
+xhci* at pci? # eXtensible Host Controller
ehci* at pci? # Enhanced Host Controller
ehci* at cardbus? # Enhanced Host Controller
uhci* at pci? # Universal Host Controller (Intel)
@@ -218,7 +218,7 @@ ohci* at pci? # Open Host Controller
ohci* at cardbus? # Open Host Controller
# USB bus support
-#usb* at xhci?
+usb* at xhci?
usb* at ehci?
usb* at uhci?
usb* at ohci?