diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index 181bf9c93a8a..0d976db243d9 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.172 2008/05/23 21:17:39 jnemeth Exp $ +# $NetBSD: ALL,v 1.173 2008/05/26 00:25:32 christos Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.172 $" +#ident "ALL-$Revision: 1.173 $" maxusers 32 # estimated number of users @@ -1188,6 +1188,9 @@ ucom* at uslsa? portno ? uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter ucom* at uvscom? portno ? +# RIM BlackBerry +uberry* at uhub? port ? + # Diamond Multimedia Rio 500 urio* at uhub? port ? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c5aca305aa93..d1fb652dea53 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.898 2008/05/25 19:05:17 agc Exp $ +# $NetBSD: GENERIC,v 1.899 2008/05/26 00:25:32 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.898 $" +#ident "GENERIC-$Revision: 1.899 $" maxusers 64 # estimated number of users @@ -1177,6 +1177,9 @@ ucom* at uslsa? portno ? uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter ucom* at uvscom? portno ? +# RIM BlackBerry +uberry* at uhub? port ? + # Diamond Multimedia Rio 500 urio* at uhub? port ?