diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-06-11 06:56:52 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-06-11 06:56:52 +0000 |
commit | 90faffbac398e1e4fe687bc501487dd51fe846be (patch) | |
tree | 02ab72bd21dd0a5d64782ee3a7f3faa3cec1b8ef | |
parent | de34a43cd23fb0127b21e66425164a48091078e6 (diff) |
add umct, but commented out since it hasn't been shown to work.
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 188059828ff..52aa3ab2f4c 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.304 2002/06/09 22:03:43 niklas Exp $ +# $OpenBSD: GENERIC,v 1.305 2002/06/11 06:56:51 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -102,7 +102,8 @@ 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 ? - +#umct* at uhub? port ? # MCT USB-RS232 serial adapter +#ucom* at umct? portno ? uaudio* at uhub? port ? configuration ? # USB Audio ulpt* at uhub? port ? configuration ? # USB Printers umass* at uhub? port ? configuration ? # USB Mass Storage devices |