diff options
author | 2001-01-30 10:31:36 +0000 | |
---|---|---|
committer | 2001-01-30 10:31:36 +0000 | |
commit | 3f7141cd753f2a7e7485659d526fb6f9ad09a5f1 (patch) | |
tree | 5713c900622a4b06902ae3ad9a7c36b1afebb403 | |
parent | move console ttys around. serial becomes tty0?, console ttyC? (diff) | |
download | wireguard-openbsd-3f7141cd753f2a7e7485659d526fb6f9ad09a5f1.tar.xz wireguard-openbsd-3f7141cd753f2a7e7485659d526fb6f9ad09a5f1.zip |
enable uhci & ohci by default
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
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? |