summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-01-30 10:31:36 +0000
committerderaadt <deraadt@openbsd.org>2001-01-30 10:31:36 +0000
commit3f7141cd753f2a7e7485659d526fb6f9ad09a5f1 (patch)
tree5713c900622a4b06902ae3ad9a7c36b1afebb403
parentmove console ttys around. serial becomes tty0?, console ttyC? (diff)
downloadwireguard-openbsd-3f7141cd753f2a7e7485659d526fb6f9ad09a5f1.tar.xz
wireguard-openbsd-3f7141cd753f2a7e7485659d526fb6f9ad09a5f1.zip
enable uhci & ohci by default
-rw-r--r--sys/arch/i386/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index ba98f6e81d6..38826799b9d 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.233 2001/01/30 00:01:21 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.234 2001/01/30 10:31:36 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -80,8 +80,8 @@ cbb* at pci? dev ? function ?
cardslot* at cbb?
# 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?