Module Name: src
Committed By: plunky
Date: Sun Mar 7 09:39:44 UTC 2010
Modified Files:
src/sys/arch/algor/conf: P4032 P5064 P6032
src/sys/arch/alpha/conf: GENERIC
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0
src/sys/arch/cats/conf: INSTALL
src/sys/arch/evbarm/conf: HDL_G MPCSA_GENERIC SMDK2410 TS7200 TWINTAIL
src/sys/arch/evbmips/conf: ALCHEMY GDIUM
src/sys/arch/evbppc/conf: OPENBLOCKS266_OPT PMPPC
src/sys/arch/hpcmips/conf: GENERIC MPC303 TX3922 VR41XX
src/sys/arch/iyonix/conf: GENERIC
src/sys/arch/landisk/conf: GENERIC
src/sys/arch/macppc/conf: GENERIC
src/sys/arch/ofppc/conf: GENERIC GENERIC.MP
src/sys/arch/prep/conf: GENERIC
src/sys/arch/sgimips/conf: GENERIC32_IP3x
src/sys/arch/sparc64/conf: GENERIC
src/sys/arch/x68k/conf: GENERIC
Log Message:
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/algor/conf/P6032
cvs rdiff -u -r1.330 -r1.331 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.270 -r1.271 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/cats/conf/INSTALL
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/HDL_G
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/conf/SMDK2410
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/TS7200
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbarm/conf/TWINTAIL
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbmips/conf/ALCHEMY
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbmips/conf/GDIUM
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbppc/conf/PMPPC
cvs rdiff -u -r1.207 -r1.208 src/sys/arch/hpcmips/conf/GENERIC
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/hpcmips/conf/MPC303
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/hpcmips/conf/TX3922
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/hpcmips/conf/VR41XX
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/landisk/conf/GENERIC
cvs rdiff -u -r1.278 -r1.279 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -u -r1.123 -r1.124 src/sys/arch/ofppc/conf/GENERIC
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ofppc/conf/GENERIC.MP
cvs rdiff -u -r1.149 -r1.150 src/sys/arch/prep/conf/GENERIC
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/sgimips/conf/GENERIC32_IP3x
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/sparc64/conf/GENERIC
cvs rdiff -u -r1.147 -r1.148 src/sys/arch/x68k/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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.51 src/sys/arch/algor/conf/P4032:1.52
--- src/sys/arch/algor/conf/P4032:1.51 Fri Mar 6 20:31:46 2009
+++ src/sys/arch/algor/conf/P4032 Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: P4032,v 1.51 2009/03/06 20:31:46 joerg Exp $
+# $NetBSD: P4032,v 1.52 2010/03/07 09:39:42 plunky Exp $
#
# Algorithmics P-4032 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P4032-$Revision: 1.51 $"
+#ident "P4032-$Revision: 1.52 $"
maxusers 32
@@ -273,6 +273,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?
Index: src/sys/arch/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.58 src/sys/arch/algor/conf/P5064:1.59
--- src/sys/arch/algor/conf/P5064:1.58 Fri Feb 19 15:25:28 2010
+++ src/sys/arch/algor/conf/P5064 Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: P5064,v 1.58 2010/02/19 15:25:28 he Exp $
+# $NetBSD: P5064,v 1.59 2010/03/07 09:39:42 plunky Exp $
#
# Algorithmics P-5064 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P5064-$Revision: 1.58 $"
+#ident "P5064-$Revision: 1.59 $"
maxusers 32
@@ -337,6 +337,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?
Index: src/sys/arch/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.50 src/sys/arch/algor/conf/P6032:1.51
--- src/sys/arch/algor/conf/P6032:1.50 Fri Mar 6 20:31:46 2009
+++ src/sys/arch/algor/conf/P6032 Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: P6032,v 1.50 2009/03/06 20:31:46 joerg Exp $
+# $NetBSD: P6032,v 1.51 2010/03/07 09:39:42 plunky Exp $
#
# Algorithmics P-6032 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P6032-$Revision: 1.50 $"
+#ident "P6032-$Revision: 1.51 $"
maxusers 32
@@ -342,6 +342,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?
Index: src/sys/arch/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.330 src/sys/arch/alpha/conf/GENERIC:1.331
--- src/sys/arch/alpha/conf/GENERIC:1.330 Sat Dec 5 20:11:03 2009
+++ src/sys/arch/alpha/conf/GENERIC Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.330 2009/12/05 20:11:03 pooka Exp $
+# $NetBSD: GENERIC,v 1.331 2010/03/07 09:39:42 plunky Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@@ -19,7 +19,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "GENERIC-$Revision: 1.330 $"
+ident "GENERIC-$Revision: 1.331 $"
maxusers 32
@@ -575,6 +575,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.270 src/sys/arch/amd64/conf/GENERIC:1.271
--- src/sys/arch/amd64/conf/GENERIC:1.270 Sat Mar 6 04:28:53 2010
+++ src/sys/arch/amd64/conf/GENERIC Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.270 2010/03/06 04:28:53 cnst Exp $
+# $NetBSD: GENERIC,v 1.271 2010/03/07 09:39:42 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.270 $"
+#ident "GENERIC-$Revision: 1.271 $"
maxusers 64 # estimated number of users
@@ -817,6 +817,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?
Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.51 src/sys/arch/amd64/conf/XEN3_DOM0:1.52
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.51 Sat Mar 6 04:28:54 2010
+++ src/sys/arch/amd64/conf/XEN3_DOM0 Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.51 2010/03/06 04:28:54 cnst Exp $
+# $NetBSD: XEN3_DOM0,v 1.52 2010/03/07 09:39:42 plunky Exp $
include "arch/amd64/conf/std.xen"
@@ -571,6 +571,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?
Index: src/sys/arch/cats/conf/INSTALL
diff -u src/sys/arch/cats/conf/INSTALL:1.74 src/sys/arch/cats/conf/INSTALL:1.75
--- src/sys/arch/cats/conf/INSTALL:1.74 Sat Dec 5 20:11:10 2009
+++ src/sys/arch/cats/conf/INSTALL Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.74 2009/12/05 20:11:10 pooka Exp $
+# $NetBSD: INSTALL,v 1.75 2010/03/07 09:39:42 plunky Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@@ -322,6 +322,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?
Index: src/sys/arch/evbarm/conf/HDL_G
diff -u src/sys/arch/evbarm/conf/HDL_G:1.16 src/sys/arch/evbarm/conf/HDL_G:1.17
--- src/sys/arch/evbarm/conf/HDL_G:1.16 Sat Dec 5 20:11:11 2009
+++ src/sys/arch/evbarm/conf/HDL_G Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: HDL_G,v 1.16 2009/12/05 20:11:11 pooka Exp $
+# $NetBSD: HDL_G,v 1.17 2010/03/07 09:39:42 plunky Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@@ -292,6 +292,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?
Index: src/sys/arch/evbarm/conf/MPCSA_GENERIC
diff -u src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.12 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.13
--- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.12 Wed Dec 23 01:04:46 2009
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.12 2009/12/23 01:04:46 pooka Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.13 2010/03/07 09:39:42 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.12 $"
+#ident "GENERIC-$Revision: 1.13 $"
maxusers 32 # estimated number of users
@@ -490,6 +490,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?
Index: src/sys/arch/evbarm/conf/SMDK2410
diff -u src/sys/arch/evbarm/conf/SMDK2410:1.39 src/sys/arch/evbarm/conf/SMDK2410:1.40
--- src/sys/arch/evbarm/conf/SMDK2410:1.39 Sat Dec 5 20:11:11 2009
+++ src/sys/arch/evbarm/conf/SMDK2410 Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: SMDK2410,v 1.39 2009/12/05 20:11:11 pooka Exp $
+# $NetBSD: SMDK2410,v 1.40 2010/03/07 09:39:42 plunky Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@@ -257,6 +257,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?
Index: src/sys/arch/evbarm/conf/TS7200
diff -u src/sys/arch/evbarm/conf/TS7200:1.40 src/sys/arch/evbarm/conf/TS7200:1.41
--- src/sys/arch/evbarm/conf/TS7200:1.40 Sat Dec 5 20:11:11 2009
+++ src/sys/arch/evbarm/conf/TS7200 Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: TS7200,v 1.40 2009/12/05 20:11:11 pooka Exp $
+# $NetBSD: TS7200,v 1.41 2010/03/07 09:39:42 plunky Exp $
#
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
#
@@ -315,6 +315,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#scsibus* at umass?
Index: src/sys/arch/evbarm/conf/TWINTAIL
diff -u src/sys/arch/evbarm/conf/TWINTAIL:1.32 src/sys/arch/evbarm/conf/TWINTAIL:1.33
--- src/sys/arch/evbarm/conf/TWINTAIL:1.32 Sat Dec 5 20:11:11 2009
+++ src/sys/arch/evbarm/conf/TWINTAIL Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: TWINTAIL,v 1.32 2009/12/05 20:11:11 pooka Exp $
+# $NetBSD: TWINTAIL,v 1.33 2010/03/07 09:39:42 plunky Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@@ -227,6 +227,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#wd* at umass?
Index: src/sys/arch/evbmips/conf/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.26 src/sys/arch/evbmips/conf/ALCHEMY:1.27
--- src/sys/arch/evbmips/conf/ALCHEMY:1.26 Mon Dec 14 00:46:01 2009
+++ src/sys/arch/evbmips/conf/ALCHEMY Sun Mar 7 09:39:42 2010
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.26 2009/12/14 00:46:01 matt Exp $
+# $NetBSD: ALCHEMY,v 1.27 2010/03/07 09:39:42 plunky Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.26 $"
+#ident "ALCHEMY-$Revision: 1.27 $"
maxusers 32
@@ -192,6 +192,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at scsi?
Index: src/sys/arch/evbmips/conf/GDIUM
diff -u src/sys/arch/evbmips/conf/GDIUM:1.7 src/sys/arch/evbmips/conf/GDIUM:1.8
--- src/sys/arch/evbmips/conf/GDIUM:1.7 Sat Dec 5 20:11:11 2009
+++ src/sys/arch/evbmips/conf/GDIUM Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GDIUM,v 1.7 2009/12/05 20:11:11 pooka Exp $
+# $NetBSD: GDIUM,v 1.8 2010/03/07 09:39:42 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GDIUM-$Revision: 1.7 $"
+#ident "GDIUM-$Revision: 1.8 $"
maxusers 16
@@ -193,6 +193,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass? channel ?
Index: src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.11 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.12
--- src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.11 Wed Dec 23 01:04:46 2009
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: OPENBLOCKS266_OPT,v 1.11 2009/12/23 01:04:46 pooka Exp $
+# $NetBSD: OPENBLOCKS266_OPT,v 1.12 2010/03/07 09:39:42 plunky Exp $
#
include "arch/evbppc/conf/OPENBLOCKS266"
@@ -176,6 +176,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?
Index: src/sys/arch/evbppc/conf/PMPPC
diff -u src/sys/arch/evbppc/conf/PMPPC:1.12 src/sys/arch/evbppc/conf/PMPPC:1.13
--- src/sys/arch/evbppc/conf/PMPPC:1.12 Mon Feb 8 19:02:28 2010
+++ src/sys/arch/evbppc/conf/PMPPC Sun Mar 7 09:39:42 2010
@@ -1,4 +1,4 @@
-# $NetBSD: PMPPC,v 1.12 2010/02/08 19:02:28 joerg Exp $
+# $NetBSD: PMPPC,v 1.13 2010/03/07 09:39:42 plunky Exp $
#
# PMPPC
#
@@ -335,6 +335,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
#wd* at umass?
Index: src/sys/arch/hpcmips/conf/GENERIC
diff -u src/sys/arch/hpcmips/conf/GENERIC:1.207 src/sys/arch/hpcmips/conf/GENERIC:1.208
--- src/sys/arch/hpcmips/conf/GENERIC:1.207 Sat Dec 5 20:11:14 2009
+++ src/sys/arch/hpcmips/conf/GENERIC Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.207 2009/12/05 20:11:14 pooka Exp $
+# $NetBSD: GENERIC,v 1.208 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC machine description file
#
@@ -24,7 +24,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.207 $"
+#ident "GENERIC-$Revision: 1.208 $"
maxusers 16
@@ -579,6 +579,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass? channel ?
Index: src/sys/arch/hpcmips/conf/MPC303
diff -u src/sys/arch/hpcmips/conf/MPC303:1.53 src/sys/arch/hpcmips/conf/MPC303:1.54
--- src/sys/arch/hpcmips/conf/MPC303:1.53 Sat Dec 5 20:11:14 2009
+++ src/sys/arch/hpcmips/conf/MPC303 Sun Mar 7 09:39:43 2010
@@ -1,5 +1,5 @@
#
-# $NetBSD: MPC303,v 1.53 2009/12/05 20:11:14 pooka Exp $
+# $NetBSD: MPC303,v 1.54 2010/03/07 09:39:43 plunky Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@@ -9,7 +9,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.53 $"
+#ident "GENERIC-$Revision: 1.54 $"
maxusers 16
@@ -197,6 +197,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?
Index: src/sys/arch/hpcmips/conf/TX3922
diff -u src/sys/arch/hpcmips/conf/TX3922:1.86 src/sys/arch/hpcmips/conf/TX3922:1.87
--- src/sys/arch/hpcmips/conf/TX3922:1.86 Sat Dec 5 20:11:14 2009
+++ src/sys/arch/hpcmips/conf/TX3922 Sun Mar 7 09:39:43 2010
@@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
-# $NetBSD: TX3922,v 1.86 2009/12/05 20:11:14 pooka Exp $
+# $NetBSD: TX3922,v 1.87 2010/03/07 09:39:43 plunky Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@@ -213,6 +213,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass? channel ?
Index: src/sys/arch/hpcmips/conf/VR41XX
diff -u src/sys/arch/hpcmips/conf/VR41XX:1.47 src/sys/arch/hpcmips/conf/VR41XX:1.48
--- src/sys/arch/hpcmips/conf/VR41XX:1.47 Sat Dec 5 20:11:14 2009
+++ src/sys/arch/hpcmips/conf/VR41XX Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: VR41XX,v 1.47 2009/12/05 20:11:14 pooka Exp $
+# $NetBSD: VR41XX,v 1.48 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC machine description file
#
@@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
-#ident "GENERIC-$Revision: 1.47 $"
+#ident "GENERIC-$Revision: 1.48 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -446,6 +446,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass? channel ?
Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.57 src/sys/arch/iyonix/conf/GENERIC:1.58
--- src/sys/arch/iyonix/conf/GENERIC:1.57 Wed Dec 23 01:04:46 2009
+++ src/sys/arch/iyonix/conf/GENERIC Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.57 2009/12/23 01:04:46 pooka Exp $
+# $NetBSD: GENERIC,v 1.58 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.57 $"
+#ident "GENERIC-$Revision: 1.58 $"
maxusers 32 # estimated number of users
@@ -562,6 +562,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?
Index: src/sys/arch/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.22 src/sys/arch/landisk/conf/GENERIC:1.23
--- src/sys/arch/landisk/conf/GENERIC:1.22 Thu Dec 17 20:07:19 2009
+++ src/sys/arch/landisk/conf/GENERIC Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.22 2009/12/17 20:07:19 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.23 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.22 $"
+#ident "GENERIC-$Revision: 1.23 $"
maxusers 16 # estimated number of users
@@ -307,6 +307,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass?
Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.278 src/sys/arch/macppc/conf/GENERIC:1.279
--- src/sys/arch/macppc/conf/GENERIC:1.278 Mon Jan 18 23:40:06 2010
+++ src/sys/arch/macppc/conf/GENERIC Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.278 2010/01/18 23:40:06 jmmv Exp $
+# $NetBSD: GENERIC,v 1.279 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.278 $"
+#ident "GENERIC-$Revision: 1.279 $"
maxusers 32
@@ -481,6 +481,8 @@
umodem* at uhub? port ? configuration ? # USB Modem
ucom* at umodem?
+uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
+
umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
uaudio* at uhub? port ? configuration ? # USB audio
Index: src/sys/arch/ofppc/conf/GENERIC
diff -u src/sys/arch/ofppc/conf/GENERIC:1.123 src/sys/arch/ofppc/conf/GENERIC:1.124
--- src/sys/arch/ofppc/conf/GENERIC:1.123 Mon Feb 8 19:02:30 2010
+++ src/sys/arch/ofppc/conf/GENERIC Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.123 2010/02/08 19:02:30 joerg Exp $
+# $NetBSD: GENERIC,v 1.124 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.123 $"
+#ident "GENERIC-$Revision: 1.124 $"
maxusers 32
@@ -336,6 +336,7 @@
ulpt* at uhub? port ? configuration ? interface ? # USB Printer
umodem* at uhub? port ? configuration ? # USB Modem
ucom* at umodem?
+uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
#uaudio* at uhub? port ? configuration ? # USB audio
# D-Link DSB-R100 USB FM radio tuner
Index: src/sys/arch/ofppc/conf/GENERIC.MP
diff -u src/sys/arch/ofppc/conf/GENERIC.MP:1.7 src/sys/arch/ofppc/conf/GENERIC.MP:1.8
--- src/sys/arch/ofppc/conf/GENERIC.MP:1.7 Mon Feb 8 19:02:31 2010
+++ src/sys/arch/ofppc/conf/GENERIC.MP Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.MP,v 1.7 2010/02/08 19:02:31 joerg Exp $
+# $NetBSD: GENERIC.MP,v 1.8 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@@ -340,6 +340,7 @@
uhid* at uhidev? reportid ? # USB Generic HID
ulpt* at uhub? port ? configuration ? interface ? # USB Printer
umodem* at uhub? port ? configuration ? # USB Modem
+uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
ucom* at umodem?
#uaudio* at uhub? port ? configuration ? # USB audio
Index: src/sys/arch/prep/conf/GENERIC
diff -u src/sys/arch/prep/conf/GENERIC:1.149 src/sys/arch/prep/conf/GENERIC:1.150
--- src/sys/arch/prep/conf/GENERIC:1.149 Sat Dec 5 20:11:16 2009
+++ src/sys/arch/prep/conf/GENERIC Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.149 2009/12/05 20:11:16 pooka Exp $
+# $NetBSD: GENERIC,v 1.150 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.149 $"
+#ident "GENERIC-$Revision: 1.150 $"
maxusers 32
@@ -435,6 +435,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#scsibus* at umass? channel ?
Index: src/sys/arch/sgimips/conf/GENERIC32_IP3x
diff -u src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.82 src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.83
--- src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.82 Mon Dec 14 00:46:12 2009
+++ src/sys/arch/sgimips/conf/GENERIC32_IP3x Sun Mar 7 09:39:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC32_IP3x,v 1.82 2009/12/14 00:46:12 matt Exp $
+# $NetBSD: GENERIC32_IP3x,v 1.83 2010/03/07 09:39:43 plunky Exp $
#
# GENERIC32_IP3x machine description file
#
@@ -28,7 +28,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC32_IP3x-$Revision: 1.82 $"
+#ident "GENERIC32_IP3x-$Revision: 1.83 $"
maxusers 32
@@ -329,6 +329,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
#wd* at umass?
Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.118 src/sys/arch/sparc64/conf/GENERIC:1.119
--- src/sys/arch/sparc64/conf/GENERIC:1.118 Sun Feb 28 11:49:44 2010
+++ src/sys/arch/sparc64/conf/GENERIC Sun Mar 7 09:39:44 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.118 2010/02/28 11:49:44 martin Exp $
+# $NetBSD: GENERIC,v 1.119 2010/03/07 09:39:44 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.118 $"
+#ident "GENERIC-$Revision: 1.119 $"
maxusers 64
@@ -590,6 +590,9 @@
umodem* at uhub? port ? configuration ?
ucom* at umodem?
+# Option N.V. Wireless WAN modems
+uhso* at uhub? port ? configuration ?
+
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?
Index: src/sys/arch/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.147 src/sys/arch/x68k/conf/GENERIC:1.148
--- src/sys/arch/x68k/conf/GENERIC:1.147 Sat Dec 5 20:11:17 2009
+++ src/sys/arch/x68k/conf/GENERIC Sun Mar 7 09:39:44 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.147 2009/12/05 20:11:17 pooka Exp $
+# $NetBSD: GENERIC,v 1.148 2010/03/07 09:39:44 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.147 $"
+#ident "GENERIC-$Revision: 1.148 $"
maxusers 8
@@ -346,6 +346,9 @@
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
+# Option N.V. Wireless WAN modems
+#uhso* at uhub? port ? configuration ?
+
# USB Mass Storage; wd not supported
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass? channel ?