summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2004-12-08 14:59:42 +0000
committermickey <mickey@openbsd.org>2004-12-08 14:59:42 +0000
commitbf44d35d380228349ae435470a063511e1b51ca7 (patch)
treeb2e2b397d272378509fa7c3fc895804250ebaf28
parentdocument pcscp(4) here too, reminded by miod (diff)
downloadwireguard-openbsd-bf44d35d380228349ae435470a063511e1b51ca7.tar.xz
wireguard-openbsd-bf44d35d380228349ae435470a063511e1b51ca7.zip
commented out {e,o}hci@cardbus
-rw-r--r--sys/arch/hppa/conf/GENERIC6
-rw-r--r--sys/arch/hppa/conf/RAMDISK6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC
index 4a0b87bec6e..4abe7f80e14 100644
--- a/sys/arch/hppa/conf/GENERIC
+++ b/sys/arch/hppa/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.64 2004/11/12 18:40:29 mickey Exp $
+# $OpenBSD: GENERIC,v 1.65 2004/12/08 14:59:42 mickey Exp $
# Machine architecture; required by config(8)
machine hppa
@@ -72,8 +72,10 @@ pcmcia* at cardslot?
# PCI USB Controllers
#ehci* at pci? # Enhanced Host Controller
-#uhci* at pci? # Universal Host Controller (Intel)
+#ehci* at cardbus?
#ohci* at pci? # Open Host Controller
+#ohci* at cardbus?
+#uhci* at pci? # Universal Host Controller (Intel)
# USB bus support
#usb* at ehci?
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK
index a65ac771d1b..0ac014de011 100644
--- a/sys/arch/hppa/conf/RAMDISK
+++ b/sys/arch/hppa/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.43 2004/11/12 18:40:29 mickey Exp $
+# $OpenBSD: RAMDISK,v 1.44 2004/12/08 14:59:42 mickey Exp $
#
# Diskless kernel config
#
@@ -86,8 +86,10 @@ pcmcia* at cardslot?
# PCI USB Controllers
#ehci* at pci? # Enhanced Host Controller
-#uhci* at pci? # Universal Host Controller (Intel)
+#ehci* at cardbus?
#ohci* at pci? # Open Host Controller
+#ohci* at cardbus?
+#uhci* at pci? # Universal Host Controller (Intel)
# USB bus support
#usb* at ehci?