summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/sparc64/conf/GENERIC6
-rw-r--r--sys/arch/sparc64/conf/RAMDISK6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index ce19db93f33..52179b0e21f 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.292 2014/11/24 02:03:37 brad Exp $
+# $OpenBSD: GENERIC,v 1.293 2014/12/05 16:48:09 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -161,13 +161,13 @@ ohci* at cardbus?
uhci* at pci? # Universal Host Controller (Intel)
ehci* at pci? # Enhanced Host Controller
ehci* at cardbus?
-#xhci* at pci? # eXtensible Host Controller
+xhci* at pci? # eXtensible Host Controller
# USB bus support
usb* at ohci?
usb* at uhci?
usb* at ehci?
-#usb* at xhci?
+usb* at xhci?
# USB devices
uhub* at usb? # USB Hubs
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index 399e248ca21..e3eab070d59 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.115 2014/11/24 02:03:37 brad Exp $
+# $OpenBSD: RAMDISK,v 1.116 2014/12/05 16:48:09 kettenis Exp $
machine sparc64
maxusers 4
@@ -204,11 +204,11 @@ ohci* at cardbus?
uhci* at pci?
ehci* at pci?
ehci* at cardbus?
-#xhci* at pci?
+xhci* at pci?
usb* at ohci?
usb* at uhci?
usb* at ehci?
-#usb* at xhci?
+usb* at xhci?
uhub* at usb?
uhub* at uhub?