diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-08-14 14:54:55 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-08-14 14:54:55 +0000 |
commit | b6c5a0b1886ac6f0aca4a9176b88611fda05d10d (patch) | |
tree | 65e39f7fe0135b64cc609d927bab14a98417606f /sys | |
parent | f5d6164614809806f64cdf8d9d7620b20d27bb8b (diff) |
add uhci based on suggestion from loki at niteshade dot net
Diffstat (limited to 'sys')
-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? |