Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Establishing an UMTS connection with ub...



details:   https://anonhg.NetBSD.org/src/rev/a857146df6b7
branches:  trunk
changeset: 760030:a857146df6b7
user:      phx <phx%NetBSD.org@localhost>
date:      Fri Dec 24 17:05:34 2010 +0000

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

diffstat:

 sys/arch/macppc/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 6bbb55f45a50 -r a857146df6b7 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Fri Dec 24 16:13:58 2010 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Fri Dec 24 17:05:34 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index