Module Name:    src
Committed By:   christos
Date:           Fri May 22 18:57:40 UTC 2009

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

Log Message:
add uhmodem, uncomment wd* at umass


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.243 src/sys/arch/amd64/conf/GENERIC:1.244
--- src/sys/arch/amd64/conf/GENERIC:1.243	Mon Apr 27 08:02:10 2009
+++ src/sys/arch/amd64/conf/GENERIC	Fri May 22 14:57:40 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.243 2009/04/27 12:02:10 joerg Exp $
+# $NetBSD: GENERIC,v 1.244 2009/05/22 18:57:40 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.243 $"
+#ident 		"GENERIC-$Revision: 1.244 $"
 
 maxusers	64		# estimated number of users
 
@@ -783,9 +783,13 @@
 umodem*	at uhub? port ? configuration ?
 ucom*	at umodem?
 
+# Huawei E220 3G/HSDPA modem
+uhmodem* at uhub? port ? configuration ? interface ?
+ucom*   at uhmodem? portno ?
+
 # USB Mass Storage
 umass*	at uhub? port ? configuration ? interface ?
-#wd* at umass?
+wd* at umass?
 
 # USB audio
 uaudio*	at uhub? port ? configuration ?

Reply via email to