Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add the u3ginit driver to all configs which have th...



details:   https://anonhg.NetBSD.org/src/rev/0a8017f84a05
branches:  trunk
changeset: 750565:0a8017f84a05
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 07 00:18:47 2010 +0000

description:
Add the u3ginit driver to all configs which have the u3g driver

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/ALL      |  5 +++--
 sys/arch/i386/conf/GENERIC  |  5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (78 lines):

diff -r 550c9a6a463d -r 0a8017f84a05 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Jan 07 00:15:20 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Jan 07 00:18:47 2010 +0000
@@ -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?
 
diff -r 550c9a6a463d -r 0a8017f84a05 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Thu Jan 07 00:15:20 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Thu Jan 07 00:18:47 2010 +0000
@@ -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?
 
diff -r 550c9a6a463d -r 0a8017f84a05 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jan 07 00:15:20 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jan 07 00:18:47 2010 +0000
@@ -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?
 



Home | Main Index | Thread Index | Old Index