summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-11-23 10:18:56 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-11-23 10:18:56 +0000
commitfb56d094d0c183797bda6262ad7a715fa2d56a27 (patch)
tree39a2abd7b7c5d22f57e49318d6bb2b5d8fc5f969 /sys
parentf1adefc52992cbbd655b8f973b44d25eb3bdc38d (diff)
enable xhci(4) in ramdisks
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD6
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index 90076570b0c..2a596012c04 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.146 2014/11/14 15:07:09 henning Exp $
+# $OpenBSD: RAMDISK_CD,v 1.147 2014/11/23 10:18:55 jsg Exp $
machine amd64
maxusers 4
@@ -63,13 +63,13 @@ cardslot* at cbb?
cardbus* at cardslot?
pcmcia* at cardslot?
-#xhci* at pci?
+xhci* at pci?
ehci* at pci?
ehci* at cardbus?
uhci* at pci?
ohci* at pci?
ohci* at cardbus?
-#usb* at xhci?
+usb* at xhci?
usb* at ehci?
usb* at uhci?
usb* at ohci?
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 2bf97f948ec..8c240e4020a 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.220 2014/11/14 15:07:09 henning Exp $
+# $OpenBSD: RAMDISK_CD,v 1.221 2014/11/23 10:18:55 jsg Exp $
machine i386
maxusers 4
@@ -72,13 +72,13 @@ pcic2 at isa? port 0x3e4 iomem 0xd4000 iosiz 0x4000
pcic* at pci?
pcmcia* at pcic?
-#xhci* at pci?
+xhci* at pci?
ehci* at pci?
ehci* at cardbus?
uhci* at pci?
ohci* at pci?
ohci* at cardbus?
-#usb* at xhci?
+usb* at xhci?
usb* at ehci?
usb* at uhci?
usb* at ohci?