Module Name:    src
Committed By:   para
Date:           Thu May 25 05:54:29 UTC 2017

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC

Log Message:
follow u3ginit driver rename to umodeswitch


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.457 -r1.458 src/sys/arch/amd64/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/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.57 src/sys/arch/amd64/conf/ALL:1.58
--- src/sys/arch/amd64/conf/ALL:1.57	Wed Apr 26 18:20:01 2017
+++ src/sys/arch/amd64/conf/ALL	Thu May 25 05:54:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.57 2017/04/26 18:20:01 christos Exp $
+# $NetBSD: ALL,v 1.58 2017/05/25 05:54:29 para 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/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.57 $"
+#ident		"ALL-$Revision: 1.58 $"
 
 maxusers	64		# estimated number of users
 
@@ -1313,7 +1313,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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.457 src/sys/arch/amd64/conf/GENERIC:1.458
--- src/sys/arch/amd64/conf/GENERIC:1.457	Tue Apr 18 19:09:12 2017
+++ src/sys/arch/amd64/conf/GENERIC	Thu May 25 05:54:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.457 2017/04/18 19:09:12 riastradh Exp $
+# $NetBSD: GENERIC,v 1.458 2017/05/25 05:54:29 para Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.457 $"
+#ident		"GENERIC-$Revision: 1.458 $"
 
 maxusers	64		# estimated number of users
 
@@ -1052,7 +1052,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?
 

Reply via email to