diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-11-30 19:15:10 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-11-30 19:15:10 +0000 |
commit | de0cdec8d1bccc63e99500fb666bf9625ca16d5b (patch) | |
tree | 8f45e4eae397df9755cd3f16a867a6b031117326 /sys | |
parent | afa72aaac64c2e3c871fd21c63d77f2afb12bcfc (diff) |
add uvscom(4), but comment it out
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8a20e6defd5..2993f6e9e33 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.323 2002/11/28 23:24:53 mickey Exp $ +# $OpenBSD: GENERIC,v 1.324 2002/11/30 19:15:09 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -97,6 +97,8 @@ umodem* at uhub? port ? configuration ? # USB Modems/Serial ucom* at umodem? uvisor* at uhub? port ? configuration ? # Handspring Visor ucom* at uvisor? +#uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial +#ucom* at uvscom? portno ? uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter ucom* at uftdi? portno ? uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter |