diff options
author | 2001-06-26 19:02:13 +0000 | |
---|---|---|
committer | 2001-06-26 19:02:13 +0000 | |
commit | a81fa7a4e340e387a4a7232322d15666fae4f39c (patch) | |
tree | ad063c8585774921e12a5d4f62866c779c053a33 | |
parent | use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@ (diff) | |
download | wireguard-openbsd-a81fa7a4e340e387a4a7232322d15666fae4f39c.tar.xz wireguard-openbsd-a81fa7a4e340e387a4a7232322d15666fae4f39c.zip |
USB is still somewhat flakey on alpha. disable by default.
-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? |