Module Name:    src
Committed By:   phx
Date:           Fri Dec 24 17:05:34 UTC 2010

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

Log Message:
Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.


To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 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/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.286 src/sys/arch/macppc/conf/GENERIC:1.287
--- src/sys/arch/macppc/conf/GENERIC:1.286	Fri Dec 10 17:54:34 2010
+++ src/sys/arch/macppc/conf/GENERIC	Fri Dec 24 17:05:34 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.286 2010/12/10 17:54:34 phx Exp $
+# $NetBSD: GENERIC,v 1.287 2010/12/24 17:05:34 phx Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.286 $"
+#ident 		"GENERIC-$Revision: 1.287 $"
 
 maxusers	32
 
@@ -488,6 +488,9 @@
 umodem*	at uhub? port ? configuration ?			# USB Modem
 ucom*	at umodem?
 
+ubsa*	at uhub? port ?					# Belkin serial adapter
+ucom*	at ubsa? portno ?
+
 uhso*	at uhub? port ? configuration ?			# Option N.V. Wireless WAN modems
 
 umass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage

Reply via email to