support umct USB-serial device

This commit is contained in:
ichiro 2001-03-28 18:45:07 +00:00
parent 19c0a21aaa
commit a8c0b619da
2 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CARDBUS,v 1.32 2001/03/20 05:49:32 lukem Exp $
# $NetBSD: CARDBUS,v 1.33 2001/03/28 18:45:07 ichiro Exp $
#
# CARDBUS: GENERIC + CardBus support. Additionally, some
# things typically not found on laptops have been commented out.
@ -8,7 +8,7 @@
include "arch/i386/conf/std.i386"
#ident "CARDBUS-$Revision: 1.32 $"
#ident "CARDBUS-$Revision: 1.33 $"
maxusers 32 # estimated number of users
@ -713,6 +713,9 @@ 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 ?
# Diamond Multimedia Rio 500
urio* at uhub? port ?

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.400 2001/02/04 17:36:03 perry Exp $
# $NetBSD: GENERIC,v 1.401 2001/03/28 18:45:07 ichiro Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.400 $"
#ident "GENERIC-$Revision: 1.401 $"
maxusers 32 # estimated number of users
@ -709,6 +709,9 @@ 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 ?
# Diamond Multimedia Rio 500
urio* at uhub? port ?