Module Name:    src
Committed By:   christos
Date:           Wed May 24 20:23:04 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: HPT5325 SHEEVAPLUG
        src/sys/arch/evbppc/conf: OPENBLOCKS266_OPT
        src/sys/arch/hppa/conf: GENERIC
        src/sys/arch/i386/conf: ALL GENERIC
        src/sys/arch/macppc/conf: GENERIC

Log Message:
rename u3ginit driver to umodeswitch


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/conf/HPT5325
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/evbarm/conf/SHEEVAPLUG
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hppa/conf/GENERIC
cvs rdiff -u -r1.417 -r1.418 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1154 -r1.1155 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.328 -r1.329 src/sys/arch/macppc/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/evbarm/conf/HPT5325
diff -u src/sys/arch/evbarm/conf/HPT5325:1.31 src/sys/arch/evbarm/conf/HPT5325:1.32
--- src/sys/arch/evbarm/conf/HPT5325:1.31	Sun Feb 19 02:47:00 2017
+++ src/sys/arch/evbarm/conf/HPT5325	Wed May 24 16:23:04 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: HPT5325,v 1.31 2017/02/19 07:47:00 rin Exp $
+#	$NetBSD: HPT5325,v 1.32 2017/05/24 20:23:04 christos Exp $
 #
 #  This configuration supports for HP T5325 Thin Client
 #
@@ -392,7 +392,7 @@ usscanner* at uhub? port ?
 ugen*	at uhub? port ?
 
 # USB 3G datacards
-#u3ginit* at uhub? port ?
+#umodeswitch* at uhub? port ?
 #u3g*	at uhub? port ?
 #ucom*	at u3g?
 

Index: src/sys/arch/evbarm/conf/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.54 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.55
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.54	Wed Mar 22 18:53:06 2017
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Wed May 24 16:23:04 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.54 2017/03/22 22:53:06 sevan Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.55 2017/05/24 20:23:04 christos Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -392,7 +392,7 @@ radio*	at udsbr?
 ugen*	at uhub? port ?
 
 # USB 3G datacards
-u3ginit* at uhub? port ?
+umodeswitch* at uhub? port ?
 u3g*	at uhub? port ?
 ucom*	at u3g?
 

Index: src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.22 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.23
--- src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.22	Tue Dec 13 15:42:17 2016
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT	Wed May 24 16:23:04 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS266_OPT,v 1.22 2016/12/13 20:42:17 christos Exp $
+#	$NetBSD: OPENBLOCKS266_OPT,v 1.23 2017/05/24 20:23:04 christos Exp $
 #
 
 include		"arch/evbppc/conf/OPENBLOCKS266"
@@ -288,7 +288,7 @@ radio*	at udsbr?
 ugen*	at uhub? port ?
 
 # USB 3G datacards
-u3ginit* at uhub? port ?
+umodeswitch* at uhub? port ?
 u3g*	at uhub? port ?
 ucom*	at u3g?
 

Index: src/sys/arch/hppa/conf/GENERIC
diff -u src/sys/arch/hppa/conf/GENERIC:1.11 src/sys/arch/hppa/conf/GENERIC:1.12
--- src/sys/arch/hppa/conf/GENERIC:1.11	Tue Dec 13 15:42:18 2016
+++ src/sys/arch/hppa/conf/GENERIC	Wed May 24 16:23:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.11 2016/12/13 20:42:18 christos Exp $
+# $NetBSD: GENERIC,v 1.12 2017/05/24 20:23:04 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -23,7 +23,7 @@ include 	"arch/hppa/conf/std.hppa"
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 
-#ident 		"GENERIC-$Revision: 1.11 $"
+#ident 		"GENERIC-$Revision: 1.12 $"
 
 maxusers	32		# estimated number of users
 
@@ -701,7 +701,7 @@ radio*	at udsbr?
 ugen*	at uhub? port ?
 
 # USB 3G datacards
-u3ginit* at uhub? port ?
+umodeswitch* 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.417 src/sys/arch/i386/conf/ALL:1.418
--- src/sys/arch/i386/conf/ALL:1.417	Tue Apr 18 15:09:12 2017
+++ src/sys/arch/i386/conf/ALL	Wed May 24 16:23:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.417 2017/04/18 19:09:12 riastradh Exp $
+# $NetBSD: ALL,v 1.418 2017/05/24 20:23:04 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.417 $"
+#ident		"ALL-$Revision: 1.418 $"
 
 maxusers	64		# estimated number of users
 
@@ -1433,7 +1433,7 @@ radio*	at udsbr?
 ugen*	at uhub? port ?
 
 # USB 3G datacards
-u3ginit* at uhub? port ?
+umodeswitch* 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.1154 src/sys/arch/i386/conf/GENERIC:1.1155
--- src/sys/arch/i386/conf/GENERIC:1.1154	Tue Apr 18 15:09:12 2017
+++ src/sys/arch/i386/conf/GENERIC	Wed May 24 16:23:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1154 2017/04/18 19:09:12 riastradh Exp $
+# $NetBSD: GENERIC,v 1.1155 2017/05/24 20:23:04 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.1154 $"
+#ident		"GENERIC-$Revision: 1.1155 $"
 
 maxusers	64		# estimated number of users
 
@@ -1352,7 +1352,7 @@ radio*	at udsbr?
 ugen*	at uhub? port ?
 
 # USB 3G datacards
-u3ginit* at uhub? port ?
+umodeswitch* at uhub? port ?
 u3g*	at uhub? port ?
 ucom*	at u3g?
 

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.328 src/sys/arch/macppc/conf/GENERIC:1.329
--- src/sys/arch/macppc/conf/GENERIC:1.328	Sun Feb 26 07:03:14 2017
+++ src/sys/arch/macppc/conf/GENERIC	Wed May 24 16:23:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.328 2017/02/26 12:03:14 rin Exp $
+# $NetBSD: GENERIC,v 1.329 2017/05/24 20:23:04 christos Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.328 $"
+#ident 		"GENERIC-$Revision: 1.329 $"
 
 maxusers	32
 
@@ -553,7 +553,7 @@ uslsa*  at uhub? port ?         # Silico
 ucom*   at uslsa? portno ?
 
 # USB 3G datacards
-u3ginit* at uhub? port ?
+umodeswitch* at uhub? port ?
 u3g*    at uhub? port ?
 ucom*   at u3g?
 

Reply via email to