diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-02 01:37:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-02 01:37:37 +0000 |
commit | 6af9775ec76e1ce63353e4332519a8d66ebea398 (patch) | |
tree | ed31871bfca160de42ee82b62952437dd3b3a65e /sys/arch/i386/conf | |
parent | d85a5b18599d526b9188edc91a44beaef5b2db9d (diff) |
Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.org
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 05d054e9cf9..6f2c4a56525 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.273 2001/09/01 04:03:09 nate Exp $ +# $OpenBSD: GENERIC,v 1.274 2001/10/02 01:37:36 millert Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -96,8 +96,11 @@ umodem* at uhub? port ? configuration ? # USB Modems/Serial ucom* at umodem? uvisor* at uhub? port ? configuration ? # Handspring Visor ucom* at uvisor? -uftdi* at uhub? port ? +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 ? + uaudio* at uhub? port ? configuration ? # USB Audio ulpt* at uhub? port ? configuration ? # USB Printers ukbd* at uhub? port ? configuration ? # USB Keyboards |