summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/GENERIC
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-03 21:45:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-03 21:45:19 +0000
commitea2bb7f0ee2b61228f75e36935e3e5aabf313960 (patch)
tree4fef3947a1303ff858a040f4049c0c4e74e1ad7c /sys/arch/alpha/conf/GENERIC
parenta721cb8e1f87f04abf62129992df6a7a189d7958 (diff)
re-enable ohci and uhci
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r--sys/arch/alpha/conf/GENERIC7
1 files changed, 4 insertions, 3 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