Module Name: src Committed By: martin Date: Thu Jan 7 00:18:47 UTC 2010
Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: ALL GENERIC Log Message: Add the u3ginit driver to all configs which have the u3g driver To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.225 -r1.226 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.957 -r1.958 src/sys/arch/i386/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/GENERIC diff -u src/sys/arch/amd64/conf/GENERIC:1.260 src/sys/arch/amd64/conf/GENERIC:1.261 --- src/sys/arch/amd64/conf/GENERIC:1.260 Wed Dec 23 01:04:45 2009 +++ src/sys/arch/amd64/conf/GENERIC Thu Jan 7 00:18:47 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.260 2009/12/23 01:04:45 pooka Exp $ +# $NetBSD: GENERIC,v 1.261 2010/01/07 00:18:47 martin Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.260 $" +#ident "GENERIC-$Revision: 1.261 $" maxusers 64 # estimated number of users @@ -907,6 +907,7 @@ ugen* at uhub? port ? # USB 3G datacards +u3ginit* at uhub? port ? u3g* at uhub? port ? ucom* at u3g? Index: src/sys/arch/i386/conf/ALL diff -u src/sys/arch/i386/conf/ALL:1.225 src/sys/arch/i386/conf/ALL:1.226 --- src/sys/arch/i386/conf/ALL:1.225 Sun Jan 3 03:53:34 2010 +++ src/sys/arch/i386/conf/ALL Thu Jan 7 00:18:47 2010 @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.225 2010/01/03 03:53:34 dholland Exp $ +# $NetBSD: ALL,v 1.226 2010/01/07 00:18:47 martin Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.225 $" +#ident "ALL-$Revision: 1.226 $" maxusers 64 # estimated number of users @@ -1290,6 +1290,7 @@ ugen* at uhub? port ? # USB 3G datacards +u3ginit* at uhub? port ? u3g* at uhub? port ? ucom* at u3g? Index: src/sys/arch/i386/conf/GENERIC diff -u src/sys/arch/i386/conf/GENERIC:1.957 src/sys/arch/i386/conf/GENERIC:1.958 --- src/sys/arch/i386/conf/GENERIC:1.957 Sun Jan 3 03:53:34 2010 +++ src/sys/arch/i386/conf/GENERIC Thu Jan 7 00:18:47 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.957 2010/01/03 03:53:34 dholland Exp $ +# $NetBSD: GENERIC,v 1.958 2010/01/07 00:18:47 martin Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.957 $" +#ident "GENERIC-$Revision: 1.958 $" maxusers 64 # estimated number of users @@ -1236,6 +1236,7 @@ ugen* at uhub? port ? # USB 3G datacards +u3ginit* at uhub? port ? u3g* at uhub? port ? ucom* at u3g?