diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-25 16:34:21 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-25 16:34:21 +0000 |
commit | 345c18170d51b9a241881030f228721e80ff78cb (patch) | |
tree | eb3353b7ec2703a29f01d7d220e549b6fcbd403a /sys/arch | |
parent | bd4e15b65eed967f80c558d1da0cdda0085bc19a (diff) |
Don't defer attachment of devices on USB (we need the keyboard asap)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 28e780857bd..9299f782411 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.43 2002/01/24 15:54:37 jason Exp $ +# $OpenBSD: GENERIC,v 1.44 2002/01/25 16:34:20 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -42,7 +42,7 @@ wsdisplay* at vgafb? # USB bridges ohci* at pci? dev ? function ? -usb* at ohci? +usb* at ohci? flags 0x1 # USB devices uhub* at usb? |