diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-14 23:06:52 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-14 23:06:52 +0000 |
commit | 7b0105ff9d30d79b53b79f00956c697fd9668af5 (patch) | |
tree | e13c7a0d08a80979b3acd38f3e52c019d4f095f6 /sys/arch/sparc64/conf | |
parent | 3d7e93cf4a8a93de993667aa6c1cfa581cade059 (diff) |
add ukbd* at hub? and wskbd* at ukbd?
(with minimal ddb tricks I have a working vga console with usb keyboard
on blade100)
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 41bae473b0a..734d329432c 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.33 2001/12/14 15:18:18 jason Exp $ +# $OpenBSD: GENERIC,v 1.34 2001/12/14 23:06:51 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -44,6 +44,8 @@ usb* at ohci? # USB devices uhub* at usb? uhub* at uhub? port ? configuration ? +ukbd* at uhub? +wskbd* at ukbd? console ? uhid* at uhub? port ? configuration ? ugen* at uhub? port ? configuration ? |