summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-01-03 21:45:18 +0000
committerderaadt <deraadt@openbsd.org>2005-01-03 21:45:18 +0000
commit0632a77fee089cdbc8d4117f342d9a9d79c43736 (patch)
tree5e6f06217f3bb29e2dece4011e8b028e88aba1ce
parentremove extra line; miod ok (diff)
downloadwireguard-openbsd-0632a77fee089cdbc8d4117f342d9a9d79c43736.tar.xz
wireguard-openbsd-0632a77fee089cdbc8d4117f342d9a9d79c43736.zip
re-enable ohci and uhci
-rw-r--r--sys/arch/alpha/conf/GENERIC7
-rw-r--r--sys/arch/alpha/conf/RAMDISKBIG7
2 files changed, 8 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index c19ecd1b781..fa4708df093 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.136 2004/12/30 08:05:04 jsg Exp $
+# $OpenBSD: GENERIC,v 1.137 2005/01/03 21:45:18 deraadt Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
machine alpha
@@ -50,8 +50,8 @@ mainbus0 at root
cpu* at mainbus0
# PCI USB Controllers
-uhci* at pci? disable # Universal Host Controller (Intel)
-ohci* at pci? disable # Open Host Controller
+uhci* at pci? # Universal Host Controller (Intel)
+ohci* at pci? # Open Host Controller
# USB bus support
usb* at uhci?
@@ -351,3 +351,4 @@ hifn* at pci? # Hi/fn 7751 crypto card
pseudo-device crypto 1
pseudo-device sequencer 1
#pseudo-device hotplug 1 # devices hot plugging
+#pseudo-device wsmux 2
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG
index 8cafcd7b6e0..ef38f4a2588 100644
--- a/sys/arch/alpha/conf/RAMDISKBIG
+++ b/sys/arch/alpha/conf/RAMDISKBIG
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKBIG,v 1.46 2004/12/30 08:05:05 jsg Exp $
+# $OpenBSD: RAMDISKBIG,v 1.47 2005/01/03 21:45:18 deraadt Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -51,8 +51,8 @@ mainbus0 at root
cpu* at mainbus0
# PCI USB Controllers
-uhci* at pci? disable # Universal Host Controller (Intel)
-ohci* at pci? disable # Open Host Controller
+uhci* at pci? # Universal Host Controller (Intel)
+ohci* at pci? # Open Host Controller
# USB bus support
usb* at uhci?
@@ -297,3 +297,4 @@ wsmouse* at pms?
pseudo-device bpfilter 1
pseudo-device loop
pseudo-device rd 1
+#pseudo-device wsmux 2