diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2004-04-03 11:10:40 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2004-04-03 11:10:40 +0000 |
commit | 43ed4656b8bc02bcbf7859e6c2f8d52148e8806d (patch) | |
tree | 555f6ad14c18032bd203dfbfe7ce0b2e3732a0bb /sys/arch/sparc64/conf/GENERIC | |
parent | e8a7436ecef19b1d084c487214524ce635251d20 (diff) |
- report known USB device vendors
- uftdi works
ok deraadt@
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 0610c0ba02f..f107497346b 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.88 2004/01/31 06:01:12 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.89 2004/04/03 11:10:39 naddy Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -10,6 +10,7 @@ option SUN4U option PCIVERBOSE option USER_PCICONF # user-space PCI configuration option APERTURE +option USBVERBOSE maxusers 64 @@ -98,6 +99,8 @@ ums* at uhidev? reportid ? wsmouse* at ums? mux 0 uhid* at uhidev? reportid ? ugen* at uhub? port ? configuration ? # USB generic device +uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter +ucom* at uftdi? portno ? uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter ucom* at uplcom? portno ? |