diff options
author | 2003-08-14 14:54:54 +0000 | |
---|---|---|
committer | 2003-08-14 14:54:54 +0000 | |
commit | 110af305c7d970065a4f23d4ff1e479ac47498f7 (patch) | |
tree | 472e689dcf60f8b0dcf396cfa880210bef70fbbc | |
parent | constify vfsops; tedu@ ok (diff) | |
download | wireguard-openbsd-110af305c7d970065a4f23d4ff1e479ac47498f7.tar.xz wireguard-openbsd-110af305c7d970065a4f23d4ff1e479ac47498f7.zip |
add uhci based on suggestion from loki at niteshade dot net
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index c132d56b29c..d67dfe299fe 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.86 2003/07/23 18:16:05 jason Exp $ +# $OpenBSD: GENERIC,v 1.87 2003/08/14 14:54:54 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -83,8 +83,10 @@ midi* at autri? midi* at opl? # USB bridges -ohci* at pci? dev ? function ? +ohci* at pci? dev ? function ? # Open Host Controller +uhci* at pci? dev ? function ? # Universal Host Controller (Intel) usb* at ohci? flags 0x1 +usb* at uhci? flags 0x1 # USB devices uhub* at usb? |