Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add (commented out) mue(4) to where appropriate.
details: https://anonhg.NetBSD.org/src/rev/94329ac34fce
branches: trunk
changeset: 992344:94329ac34fce
user: rin <rin%NetBSD.org@localhost>
date: Sat Aug 25 20:52:40 2018 +0000
description:
Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.
diffstat:
sys/arch/algor/conf/P4032 | 5 +++--
sys/arch/algor/conf/P5064 | 5 +++--
sys/arch/algor/conf/P6032 | 5 +++--
sys/arch/alpha/conf/GENERIC | 5 +++--
sys/arch/amd64/conf/ALL | 5 +++--
sys/arch/amd64/conf/XEN3_DOM0 | 5 +++--
sys/arch/cats/conf/GENERIC | 3 ++-
sys/arch/cats/conf/INSTALL | 3 ++-
sys/arch/evbarm/conf/HDL_G | 3 ++-
sys/arch/evbarm/conf/HPT5325 | 3 ++-
sys/arch/evbarm/conf/MINI2440 | 7 ++++++-
sys/arch/evbarm/conf/MMNET_GENERIC | 11 ++++-------
sys/arch/evbarm/conf/MPCSA_GENERIC | 11 ++++-------
sys/arch/evbarm/conf/NSLU2 | 3 ++-
sys/arch/evbarm/conf/OPENBLOCKS_A6 | 7 ++++++-
sys/arch/evbarm/conf/SHEEVAPLUG | 3 ++-
sys/arch/evbarm/conf/SMDK2410 | 7 ++++++-
sys/arch/evbarm/conf/TS7200 | 3 ++-
sys/arch/evbppc/conf/OPENBLOCKS266_OPT | 3 ++-
sys/arch/evbppc/conf/PMPPC | 3 ++-
sys/arch/hpcarm/conf/WZERO3 | 5 +++--
sys/arch/hpcmips/conf/GENERIC | 5 +++--
sys/arch/hpcmips/conf/TX3922 | 3 ++-
sys/arch/hpcmips/conf/VR41XX | 9 +++++++--
sys/arch/hppa/conf/GENERIC | 5 +++--
sys/arch/i386/conf/ALL | 5 +++--
sys/arch/i386/conf/GENERIC_TINY | 3 ++-
sys/arch/i386/conf/INSTALL_FLOPPY | 3 ++-
sys/arch/i386/conf/XEN3PAE_DOM0 | 3 ++-
sys/arch/iyonix/conf/GENERIC | 5 +++--
sys/arch/landisk/conf/GENERIC | 5 +++--
sys/arch/macppc/conf/GENERIC | 5 +++--
sys/arch/ofppc/conf/GENERIC | 5 +++--
sys/arch/playstation2/conf/DEBUG | 7 ++++++-
sys/arch/prep/conf/GENERIC | 5 +++--
sys/arch/sgimips/conf/GENERIC32_IP3x | 5 +++--
sys/arch/sparc64/conf/GENERIC | 5 +++--
sys/arch/x68k/conf/GENERIC | 6 ++++--
sys/arch/zaurus/conf/GENERIC | 3 ++-
39 files changed, 122 insertions(+), 70 deletions(-)
diffs (truncated from 940 to 300 lines):
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/algor/conf/P4032
--- a/sys/arch/algor/conf/P4032 Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/algor/conf/P4032 Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P4032,v 1.75 2018/08/01 20:04:09 maxv Exp $
+# $NetBSD: P4032,v 1.76 2018/08/25 20:52:40 rin Exp $
#
# Algorithmics P-4032 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P4032-$Revision: 1.75 $"
+#ident "P4032-$Revision: 1.76 $"
maxusers 32
@@ -276,6 +276,7 @@
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Serial adapters
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/algor/conf/P5064 Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P5064,v 1.86 2018/08/01 20:04:09 maxv Exp $
+# $NetBSD: P5064,v 1.87 2018/08/25 20:52:40 rin Exp $
#
# Algorithmics P-5064 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P5064-$Revision: 1.86 $"
+#ident "P5064-$Revision: 1.87 $"
maxusers 32
@@ -341,6 +341,7 @@
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Serial adapters
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/algor/conf/P6032 Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P6032,v 1.77 2018/08/01 20:04:09 maxv Exp $
+# $NetBSD: P6032,v 1.78 2018/08/25 20:52:40 rin Exp $
#
# Algorithmics P-6032 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P6032-$Revision: 1.77 $"
+#ident "P6032-$Revision: 1.78 $"
maxusers 32
@@ -346,6 +346,7 @@
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Serial adapters
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/alpha/conf/GENERIC Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.384 2018/08/01 20:04:09 maxv Exp $
+# $NetBSD: GENERIC,v 1.385 2018/08/25 20:52:40 rin 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.384 $"
+ident "GENERIC-$Revision: 1.385 $"
maxusers 32
@@ -613,6 +613,7 @@
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/amd64/conf/ALL Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.98 2018/08/25 07:48:56 maxv Exp $
+# $NetBSD: ALL,v 1.99 2018/08/25 20:52:40 rin 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.98 $"
+#ident "ALL-$Revision: 1.99 $"
maxusers 64 # estimated number of users
@@ -1219,6 +1219,7 @@
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mos* at uhub? port ? # Moschip MCS7730/MCS7830/MCS7832 based adapters
+mue* at uhub? port ? # Microchip LAN75xx/LAN78xx 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
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.155 2018/08/14 06:04:24 maxv Exp $
+# $NetBSD: XEN3_DOM0,v 1.156 2018/08/25 20:52:40 rin Exp $
include "arch/amd64/conf/std.xen"
@@ -10,7 +10,7 @@
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_DOM0-$Revision: 1.155 $"
+#ident "XEN3_DOM0-$Revision: 1.156 $"
maxusers 32 # estimated number of users
@@ -657,6 +657,7 @@
cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
urndis* at uhub? port ? # Microsoft RNDIS specification
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/cats/conf/GENERIC Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.167 2018/08/01 20:04:10 maxv Exp $
+# $NetBSD: GENERIC,v 1.168 2018/08/25 20:52:40 rin Exp $
#
# GENERIC machine description file
#
@@ -379,6 +379,7 @@
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/cats/conf/INSTALL Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.104 2018/08/01 20:04:10 maxv Exp $
+# $NetBSD: INSTALL,v 1.105 2018/08/25 20:52:40 rin Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@@ -318,6 +318,7 @@
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# USB Generic driver
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/evbarm/conf/HDL_G
--- a/sys/arch/evbarm/conf/HDL_G Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/evbarm/conf/HDL_G Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HDL_G,v 1.53 2018/08/01 20:04:11 maxv Exp $
+# $NetBSD: HDL_G,v 1.54 2018/08/25 20:52:40 rin Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@@ -298,6 +298,7 @@
cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/evbarm/conf/HPT5325
--- a/sys/arch/evbarm/conf/HPT5325 Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/evbarm/conf/HPT5325 Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HPT5325,v 1.38 2018/08/01 20:04:11 maxv Exp $
+# $NetBSD: HPT5325,v 1.39 2018/08/25 20:52:40 rin Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@@ -301,6 +301,7 @@
cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/evbarm/conf/MINI2440
--- a/sys/arch/evbarm/conf/MINI2440 Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/evbarm/conf/MINI2440 Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MINI2440,v 1.23 2018/08/01 20:04:11 maxv Exp $
+# $NetBSD: MINI2440,v 1.24 2018/08/25 20:52:40 rin Exp $
#
# MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
#
@@ -287,11 +287,16 @@
#ustir* at uhub? port ?
#irframe* at ustir?
+# MII/PHY support
+#ukphy* at mii? phy ? # generic unknown PHYs
+#urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
+
# USB Ethernet adapters
#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Prolific PL2301/PL2302 host-to-host adapter
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/evbarm/conf/MMNET_GENERIC
--- a/sys/arch/evbarm/conf/MMNET_GENERIC Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/evbarm/conf/MMNET_GENERIC Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.41 2018/08/25 07:48:56 maxv Exp $
+# $NetBSD: MMNET_GENERIC,v 1.42 2018/08/25 20:52:40 rin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.41 $"
+#ident "GENERIC-$Revision: 1.42 $"
maxusers 32 # estimated number of users
@@ -350,11 +350,7 @@
#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
#tlphy* at mii? phy ? # ThunderLAN PHYs
#tqphy* at mii? phy ? # TDK Semiconductor PHYs
-ukphy* at at91emac? phy ?
-ukphy* at aue? phy ? # generic unknown PHYs
-ukphy* at axe? phy ? # generic unknown PHYs
-ukphy* at udav? phy ? # generic unknown PHYs
-ukphy* at url? phy ? # generic unknown PHYs
+ukphy* at mii? phy ? # generic unknown PHYs
#urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
@@ -420,6 +416,7 @@
cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
diff -r 1bedd47ef895 -r 94329ac34fce sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC Sat Aug 25 20:12:21 2018 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC Sat Aug 25 20:52:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.62 2018/08/25 07:48:56 maxv Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.63 2018/08/25 20:52:40 rin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
Home |
Main Index |
Thread Index |
Old Index