Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add uhso(4) device where appropriate
details: https://anonhg.NetBSD.org/src/rev/005cb88ee063
branches: trunk
changeset: 752799:005cb88ee063
user: plunky <plunky%NetBSD.org@localhost>
date: Sun Mar 07 09:39:42 2010 +0000
description:
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels
diffstat:
sys/arch/algor/conf/P4032 | 7 +++++--
sys/arch/algor/conf/P5064 | 7 +++++--
sys/arch/algor/conf/P6032 | 7 +++++--
sys/arch/alpha/conf/GENERIC | 7 +++++--
sys/arch/amd64/conf/GENERIC | 7 +++++--
sys/arch/amd64/conf/XEN3_DOM0 | 5 ++++-
sys/arch/cats/conf/INSTALL | 5 ++++-
sys/arch/evbarm/conf/HDL_G | 5 ++++-
sys/arch/evbarm/conf/MPCSA_GENERIC | 7 +++++--
sys/arch/evbarm/conf/SMDK2410 | 5 ++++-
sys/arch/evbarm/conf/TS7200 | 5 ++++-
sys/arch/evbarm/conf/TWINTAIL | 5 ++++-
sys/arch/evbmips/conf/ALCHEMY | 7 +++++--
sys/arch/evbmips/conf/GDIUM | 7 +++++--
sys/arch/evbppc/conf/OPENBLOCKS266_OPT | 5 ++++-
sys/arch/evbppc/conf/PMPPC | 5 ++++-
sys/arch/hpcmips/conf/GENERIC | 7 +++++--
sys/arch/hpcmips/conf/MPC303 | 7 +++++--
sys/arch/hpcmips/conf/TX3922 | 5 ++++-
sys/arch/hpcmips/conf/VR41XX | 7 +++++--
sys/arch/iyonix/conf/GENERIC | 7 +++++--
sys/arch/landisk/conf/GENERIC | 7 +++++--
sys/arch/macppc/conf/GENERIC | 6 ++++--
sys/arch/ofppc/conf/GENERIC | 5 +++--
sys/arch/ofppc/conf/GENERIC.MP | 5 +++--
sys/arch/prep/conf/GENERIC | 7 +++++--
sys/arch/sgimips/conf/GENERIC32_IP3x | 7 +++++--
sys/arch/sparc64/conf/GENERIC | 7 +++++--
sys/arch/x68k/conf/GENERIC | 7 +++++--
29 files changed, 131 insertions(+), 49 deletions(-)
diffs (truncated from 729 to 300 lines):
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/algor/conf/P4032
--- a/sys/arch/algor/conf/P4032 Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/algor/conf/P4032 Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/algor/conf/P5064 Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/algor/conf/P6032 Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/alpha/conf/GENERIC Sun Mar 07 09:39:42 2010 +0000
@@ -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 ?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/cats/conf/INSTALL Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/evbarm/conf/HDL_G
--- a/sys/arch/evbarm/conf/HDL_G Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/evbarm/conf/HDL_G Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/evbarm/conf/SMDK2410
--- a/sys/arch/evbarm/conf/SMDK2410 Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/evbarm/conf/SMDK2410 Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/evbarm/conf/TS7200
--- a/sys/arch/evbarm/conf/TS7200 Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/evbarm/conf/TS7200 Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL Sun Mar 07 09:39:42 2010 +0000
@@ -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?
diff -r bf315c7a0ae6 -r 005cb88ee063 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY Sun Mar 07 09:29:26 2010 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY Sun Mar 07 09:39:42 2010 +0000
@@ -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 @@
Home |
Main Index |
Thread Index |
Old Index