Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add udav*
details: https://anonhg.NetBSD.org/src/rev/f195987a5f5d
branches: trunk
changeset: 550825:f195987a5f5d
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Aug 22 07:52:48 2003 +0000
description:
add udav*
diffstat:
sys/arch/alpha/conf/GENERIC | 5 +++--
sys/arch/amd64/conf/GENERIC | 5 +++--
sys/arch/cats/conf/GENERIC | 3 ++-
sys/arch/hpcmips/conf/GENERIC | 5 +++--
sys/arch/macppc/conf/GENERIC | 5 +++--
sys/arch/prep/conf/GENERIC | 5 +++--
sys/arch/x68k/conf/GENERIC | 5 +++--
7 files changed, 20 insertions(+), 13 deletions(-)
diffs (173 lines):
diff -r ae3025627d67 -r f195987a5f5d sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Fri Aug 22 07:04:39 2003 +0000
+++ b/sys/arch/alpha/conf/GENERIC Fri Aug 22 07:52:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.231 2003/08/06 12:32:04 bouyer Exp $
+# $NetBSD: GENERIC,v 1.232 2003/08/22 07:52:48 itojun Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.231 $"
+#ident "GENERIC-$Revision: 1.232 $"
maxusers 32
@@ -512,6 +512,7 @@
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
uax* at uhub? port ? # ASIX AX88172 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
+udav* at uhub? port ? # Davicom DM9601 based adapters
# Serial adapters
# FTDI FT8U100AX serial adapter
diff -r ae3025627d67 -r f195987a5f5d sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Fri Aug 22 07:04:39 2003 +0000
+++ b/sys/arch/amd64/conf/GENERIC Fri Aug 22 07:52:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.7 2003/08/06 12:32:05 bouyer Exp $
+# $NetBSD: GENERIC,v 1.8 2003/08/22 07:52:48 itojun 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 # estimated number of users
@@ -586,6 +586,7 @@
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
uax* at uhub? port ? # ASIX AX88172 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
+udav* at uhub? port ? # Davicom DM9601 based adapters
# Prolific PL2301/PL2302 host-to-host adapter
upl* at uhub? port ?
diff -r ae3025627d67 -r f195987a5f5d sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Fri Aug 22 07:04:39 2003 +0000
+++ b/sys/arch/cats/conf/GENERIC Fri Aug 22 07:52:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.49 2003/08/06 12:32:06 bouyer Exp $
+# $NetBSD: GENERIC,v 1.50 2003/08/22 07:52:49 itojun Exp $
#
# GENERIC machine description file
#
@@ -363,6 +363,7 @@
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
uax* at uhub? port ? # ASIX AX88172 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
+udav* at uhub? port ? # Davicom DM9601 based adapters
# Prolofic PL2301/PL2302 host-to-host adapter
upl* at uhub? port ?
diff -r ae3025627d67 -r f195987a5f5d sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC Fri Aug 22 07:04:39 2003 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC Fri Aug 22 07:52:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.138 2003/04/26 14:10:11 ragge Exp $
+# $NetBSD: GENERIC,v 1.139 2003/08/22 07:52:49 itojun Exp $
#
# GENERIC machine description file
#
@@ -24,7 +24,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.138 $"
+#ident "GENERIC-$Revision: 1.139 $"
maxusers 16
@@ -542,6 +542,7 @@
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
uax* at uhub? port ? # ASIX AX88172 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
+udav* at uhub? port ? # Davicom DM9601 based adapters
# MII/PHY support
ukphy* at mii? phy ? # generic unknown PHYs
diff -r ae3025627d67 -r f195987a5f5d sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Fri Aug 22 07:04:39 2003 +0000
+++ b/sys/arch/macppc/conf/GENERIC Fri Aug 22 07:52:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.159 2003/07/24 21:03:05 nathanw Exp $
+# $NetBSD: GENERIC,v 1.160 2003/08/22 07:52:50 itojun Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.159 $"
+#ident "GENERIC-$Revision: 1.160 $"
maxusers 32
@@ -375,6 +375,7 @@
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
uax* at uhub? port ? # ASIX AX88172 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
+udav* at uhub? port ? # Davicom DM9601 based adapters
uscanner* at uhub? port ? # USB scanners
uyap* at uhub? port ? # Y@P firmware loader
diff -r ae3025627d67 -r f195987a5f5d sys/arch/prep/conf/GENERIC
--- a/sys/arch/prep/conf/GENERIC Fri Aug 22 07:04:39 2003 +0000
+++ b/sys/arch/prep/conf/GENERIC Fri Aug 22 07:52:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.67 2003/08/06 12:32:08 bouyer Exp $
+# $NetBSD: GENERIC,v 1.68 2003/08/22 07:52:50 itojun Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.67 $"
+#ident "GENERIC-$Revision: 1.68 $"
maxusers 32
@@ -399,6 +399,7 @@
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#uax* at uhub? port ? # ASIX AX88172 based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
+#udav* at uhub? port ? # Davicom DM9601 based adapters
# Prolofic PL2301/PL2302 host-to-host adapter
#upl* at uhub? port ?
diff -r ae3025627d67 -r f195987a5f5d sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Fri Aug 22 07:04:39 2003 +0000
+++ b/sys/arch/x68k/conf/GENERIC Fri Aug 22 07:52:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.90 2003/04/26 14:10:05 ragge Exp $
+# $NetBSD: GENERIC,v 1.91 2003/08/22 07:52:51 itojun Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.90 $"
+#ident "GENERIC-$Revision: 1.91 $"
maxusers 8
@@ -350,6 +350,7 @@
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#uax* at uhub? port ? # ASIX AX88172 based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
+#udav* at uhub? port ? # Davicom DM9601 based adapters
# Prolific PL2301/PL2302 host-to-host adapter
#upl* at uhub? port ?
Home |
Main Index |
Thread Index |
Old Index