diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-30 10:31:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-30 10:31:37 +0000 |
commit | 65772d224c549c5ac616e214e98405427a35dd81 (patch) | |
tree | 05fcc72f7cf5b4df111c721a162151a93dcaab9b /sys/arch | |
parent | d8f7d13683e79747189a64fcd8ab662e36e699ba (diff) |
enable uhci & ohci by default
Diffstat (limited to 'sys/arch')
-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? |