diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-26 19:02:14 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-26 19:02:14 +0000 |
commit | 5562c729a923720677daefb9ad510642caf19604 (patch) | |
tree | 922b575ebd558d8148ad5af02c02a01e60e02e5e /sys/arch/alpha | |
parent | 7a7cf35debfee9134589786db7c1a67edf079cfd (diff) |
USB is still somewhat flakey on alpha. disable by default.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 50e7b648e05..52e55eeb27a 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.80 2001/06/25 20:27:10 art Exp $ +# $OpenBSD: GENERIC,v 1.81 2001/06/26 19:02:13 nate 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. @@ -43,8 +43,8 @@ mainbus0 at root cpu* at mainbus0 # PCI USB Controllers -uhci* at pci? # Universal Host Controller (Intel) -ohci* at pci? # Open Host Controller +uhci* at pci? disable # Universal Host Controller (Intel) +ohci* at pci? disable # Open Host Controller # USB bus support usb* at uhci? |