summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-11-23 10:18:55 +0000
committerjsg <jsg@openbsd.org>2014-11-23 10:18:55 +0000
commit39030349b2382e10cbdf247874ebe0f89bcb7d9a (patch)
tree636f13ffe2c528d4d6554bb1e70863e56c57001f
parentMove link state handling into re_miibus_statchg(). (diff)
downloadwireguard-openbsd-39030349b2382e10cbdf247874ebe0f89bcb7d9a.tar.xz
wireguard-openbsd-39030349b2382e10cbdf247874ebe0f89bcb7d9a.zip
enable xhci(4) in ramdisks
ok deraadt@
-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?