Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf add uhso(4)
details: https://anonhg.NetBSD.org/src/rev/60bf75e600ce
branches: trunk
changeset: 752778:60bf75e600ce
user: plunky <plunky%NetBSD.org@localhost>
date: Sat Mar 06 21:12:04 2010 +0000
description:
add uhso(4)
diffstat:
sys/arch/i386/conf/ALL | 7 +++++--
sys/arch/i386/conf/GENERIC | 7 +++++--
sys/arch/i386/conf/XBOX | 5 ++++-
sys/arch/i386/conf/XEN3_DOM0 | 5 ++++-
sys/arch/i386/conf/majors.i386 | 3 ++-
5 files changed, 20 insertions(+), 7 deletions(-)
diffs (111 lines):
diff -r 60d98b7d7a3e -r 60bf75e600ce sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sat Mar 06 21:07:47 2010 +0000
+++ b/sys/arch/i386/conf/ALL Sat Mar 06 21:12:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.248 2010/03/04 22:30:57 jruoho Exp $
+# $NetBSD: ALL,v 1.249 2010/03/06 21:12:04 plunky Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.248 $"
+#ident "ALL-$Revision: 1.249 $"
maxusers 64 # estimated number of users
@@ -1200,6 +1200,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 60d98b7d7a3e -r 60bf75e600ce sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sat Mar 06 21:07:47 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat Mar 06 21:12:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.972 2010/03/06 04:28:53 cnst Exp $
+# $NetBSD: GENERIC,v 1.973 2010/03/06 21:12:04 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.972 $"
+#ident "GENERIC-$Revision: 1.973 $"
maxusers 64 # estimated number of users
@@ -1146,6 +1146,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 60d98b7d7a3e -r 60bf75e600ce sys/arch/i386/conf/XBOX
--- a/sys/arch/i386/conf/XBOX Sat Mar 06 21:07:47 2010 +0000
+++ b/sys/arch/i386/conf/XBOX Sat Mar 06 21:12:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XBOX,v 1.20 2010/01/07 18:49:30 tnn Exp $
+# $NetBSD: XBOX,v 1.21 2010/03/06 21:12:04 plunky Exp $
#
# XBOX -- A basic Microsoft XBox kernel config file.
#
@@ -203,6 +203,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 60d98b7d7a3e -r 60bf75e600ce sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sat Mar 06 21:07:47 2010 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Sat Mar 06 21:12:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.30 2010/03/06 04:33:24 cnst Exp $
+# $NetBSD: XEN3_DOM0,v 1.31 2010/03/06 21:12:04 plunky Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -555,6 +555,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 60d98b7d7a3e -r 60bf75e600ce sys/arch/i386/conf/majors.i386
--- a/sys/arch/i386/conf/majors.i386 Sat Mar 06 21:07:47 2010 +0000
+++ b/sys/arch/i386/conf/majors.i386 Sat Mar 06 21:12:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: majors.i386,v 1.37 2008/11/12 12:36:02 ad Exp $
+# $NetBSD: majors.i386,v 1.38 2010/03/06 21:12:04 plunky Exp $
#
# Device majors for i386
#
@@ -104,6 +104,7 @@
device-major rd char 105 block 22 rd
device-major ct char 106 block 23 ct
device-major mt char 107 block 24 mt
+device-major uhso char 108 uhso
#
# Device majors for Xen. These are assigned here so that:
Home |
Main Index |
Thread Index |
Old Index