diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-31 06:01:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-31 06:01:13 +0000 |
commit | a289b11a61a86879689a7e50a585e2a3ec6f8c85 (patch) | |
tree | f67781a858d14fb05a0c5d88983b1809bd834e8d /sys | |
parent | 1f46d4503c19ac904da42a022c980750523ac413 (diff) |
add another USB device... as requested
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 d67dfe299fe..0610c0ba02f 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.87 2003/08/14 14:54:54 jason Exp $ +# $OpenBSD: GENERIC,v 1.88 2004/01/31 06:01:12 deraadt Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -97,7 +97,9 @@ wskbd* at ukbd? console ? mux 1 ums* at uhidev? reportid ? wsmouse* at ums? mux 0 uhid* at uhidev? reportid ? -ugen* at uhub? port ? configuration ? # USB generic device +ugen* at uhub? port ? configuration ? # USB generic device +uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter +ucom* at uplcom? portno ? #### Standard system devices -- all required for a given architecture |