Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Build the umb(4) driver in the ALL kernels (amd64, ...
details: https://anonhg.NetBSD.org/src/rev/5e2ba871d97a
branches: trunk
changeset: 365128:5e2ba871d97a
user: khorben <khorben%NetBSD.org@localhost>
date: Wed Aug 01 18:36:13 2018 +0000
description:
Build the umb(4) driver in the ALL kernels (amd64, i386)
As suggested by Robert Swindells; thank you!
diffstat:
sys/arch/amd64/conf/ALL | 5 +++--
sys/arch/i386/conf/ALL | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 972dd1341439 -r 5e2ba871d97a sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Wed Aug 01 18:27:58 2018 +0000
+++ b/sys/arch/amd64/conf/ALL Wed Aug 01 18:36:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.95 2018/07/26 15:46:09 maxv Exp $
+# $NetBSD: ALL,v 1.96 2018/08/01 18:36:13 khorben 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.95 $"
+#ident "ALL-$Revision: 1.96 $"
maxusers 64 # estimated number of users
@@ -1222,6 +1222,7 @@
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mos* at uhub? port ? # Moschip MCS7730/MCS7830/MCS7832 based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
+umb* at uhub? port ? # Mobile Broadband Interface Model (EXPERIMENTAL)
url* at uhub? port ? # Realtek RTL8150L based adapters
urndis* at uhub? port ? # Microsoft RNDIS specification
diff -r 972dd1341439 -r 5e2ba871d97a sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Wed Aug 01 18:27:58 2018 +0000
+++ b/sys/arch/i386/conf/ALL Wed Aug 01 18:36:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.444 2018/07/26 15:46:09 maxv Exp $
+# $NetBSD: ALL,v 1.445 2018/08/01 18:36:14 khorben 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.444 $"
+#ident "ALL-$Revision: 1.445 $"
maxusers 64 # estimated number of users
@@ -1334,6 +1334,7 @@
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
+umb* at uhub? port ? # Mobile Broadband Interface Model (EXPERIMENTAL)
url* at uhub? port ? # Realtek RTL8150L based adapters
urndis* at uhub? port ? # Microsoft RNDIS specification
Home |
Main Index |
Thread Index |
Old Index