Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Add ure(4) to kernel config files. Also add PHY drivers ...



details:   https://anonhg.NetBSD.org/src/rev/1698f1964600
branches:  trunk
changeset: 448653:1698f1964600
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Feb 06 11:58:30 2019 +0000

description:
Add ure(4) to kernel config files. Also add PHY drivers where necessary.

diffstat:

 sys/arch/algor/conf/P4032              |   7 +++++--
 sys/arch/algor/conf/P5064              |   7 +++++--
 sys/arch/algor/conf/P6032              |  10 ++++++----
 sys/arch/alpha/conf/GENERIC            |   7 ++++---
 sys/arch/amd64/conf/ALL                |   5 +++--
 sys/arch/amd64/conf/XEN3_DOM0          |   5 +++--
 sys/arch/cats/conf/GENERIC             |   5 ++++-
 sys/arch/cats/conf/INSTALL             |   5 ++++-
 sys/arch/evbarm/conf/BEAGLEBOARD       |   4 +++-
 sys/arch/evbarm/conf/BEAGLEBONE        |  10 +++++-----
 sys/arch/evbarm/conf/EXYNOS            |   7 ++++++-
 sys/arch/evbarm/conf/HDL_G             |   6 ++++--
 sys/arch/evbarm/conf/HPT5325           |   6 +++++-
 sys/arch/evbarm/conf/HUMMINGBOARD      |   4 +++-
 sys/arch/evbarm/conf/IMX23_OLINUXINO   |   4 +++-
 sys/arch/evbarm/conf/KOBO              |   4 +++-
 sys/arch/evbarm/conf/MINI2440          |   5 ++++-
 sys/arch/evbarm/conf/MMNET_GENERIC     |   9 +++++----
 sys/arch/evbarm/conf/MPCSA_GENERIC     |   9 +++++----
 sys/arch/evbarm/conf/MV2120            |   5 ++++-
 sys/arch/evbarm/conf/NETWALKER         |   4 +++-
 sys/arch/evbarm/conf/NSLU2             |   6 ++++--
 sys/arch/evbarm/conf/OPENBLOCKS_A6     |   5 ++++-
 sys/arch/evbarm/conf/PARALLELLA        |   4 +++-
 sys/arch/evbarm/conf/SHEEVAPLUG        |   5 ++++-
 sys/arch/evbarm/conf/SMDK2410          |   5 ++++-
 sys/arch/evbarm/conf/TEGRA             |   3 ++-
 sys/arch/evbarm/conf/TS7200            |   5 ++++-
 sys/arch/evbarm/conf/ZEDBOARD          |   5 ++++-
 sys/arch/evbmips/conf/LINKITSMART7688  |   4 +++-
 sys/arch/evbppc/conf/OPENBLOCKS266_OPT |   3 ++-
 sys/arch/evbppc/conf/PMPPC             |   5 ++++-
 sys/arch/hpcarm/conf/WZERO3            |   6 ++++--
 sys/arch/hpcmips/conf/GENERIC          |   9 ++++++---
 sys/arch/hpcmips/conf/TX3922           |   5 ++++-
 sys/arch/hpcmips/conf/VR41XX           |   7 +++++--
 sys/arch/hppa/conf/GENERIC             |   7 +++++--
 sys/arch/i386/conf/ALL                 |   5 +++--
 sys/arch/i386/conf/GENERIC_TINY        |   7 +++++--
 sys/arch/i386/conf/INSTALL_FLOPPY      |   3 ++-
 sys/arch/i386/conf/XEN3PAE_DOM0        |   3 ++-
 sys/arch/landisk/conf/GENERIC          |   6 ++++--
 sys/arch/macppc/conf/GENERIC           |   7 ++++---
 sys/arch/ofppc/conf/GENERIC            |   7 ++++---
 sys/arch/playstation2/conf/DEBUG       |   5 ++++-
 sys/arch/pmax/conf/GENERIC64_USB       |   7 ++++++-
 sys/arch/pmax/conf/GENERIC_USB         |   7 ++++++-
 sys/arch/prep/conf/GENERIC             |   7 +++++--
 sys/arch/sgimips/conf/GENERIC32_IP3x   |  10 ++++++----
 sys/arch/sparc64/conf/GENERIC          |   5 +++--
 sys/arch/vax/conf/GENERIC_USB          |   7 ++++++-
 sys/arch/x68k/conf/GENERIC             |   9 ++++++---
 sys/arch/zaurus/conf/GENERIC           |   5 ++++-
 sys/arch/zaurus/conf/INSTALL_C700      |   3 ++-
 sys/dev/usb/usbdevices.config          |   3 ++-
 55 files changed, 223 insertions(+), 95 deletions(-)

diffs (truncated from 1426 to 300 lines):

diff -r a6f658e9af60 -r 1698f1964600 sys/arch/algor/conf/P4032
--- a/sys/arch/algor/conf/P4032 Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/algor/conf/P4032 Wed Feb 06 11:58:30 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P4032,v 1.77 2018/09/06 05:36:49 maxv Exp $
+#      $NetBSD: P4032,v 1.78 2019/02/06 11:58:30 rin Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P4032-$Revision: 1.77 $"
+#ident                 "P4032-$Revision: 1.78 $"
 
 maxusers 32
 
@@ -191,6 +191,8 @@
 #lxtphy*       at mii? phy ?           # Level One LXT-970 PHYs
 #nsphy*        at mii? phy ?                   # NS83840 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+#rgephy*       at mii? phy ?           # Realtek 8169S/8110S/8211 PHYs
+#rlphy*        at mii? phy ?                   # Realtek 8139/8201L PHYs
 #sqphy*        at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
 #tlphy*        at mii? phy ?                   # ThunderLAN PHYs
 ukphy* at mii? phy ?                   # generic unknown PHYs
@@ -276,6 +278,7 @@
 #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
+#ure*  at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
 #url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Serial adapters
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/algor/conf/P5064 Wed Feb 06 11:58:30 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P5064,v 1.88 2018/09/06 05:36:49 maxv Exp $
+#      $NetBSD: P5064,v 1.89 2019/02/06 11:58:30 rin Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P5064-$Revision: 1.88 $"
+#ident                 "P5064-$Revision: 1.89 $"
 
 maxusers 32
 
@@ -187,6 +187,8 @@
 #lxtphy*       at mii? phy ?           # Level One LXT-970 PHYs
 #nsphy*        at mii? phy ?                   # NS83840 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+#rgephy*       at mii? phy ?           # Realtek 8169S/8110S/8211 PHYs
+#rlphy*        at mii? phy ?                   # Realtek 8139/8201L PHYs
 #sqphy*        at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
 #tlphy*        at mii? phy ?                   # ThunderLAN PHYs
 ukphy* at mii? phy ?                   # generic unknown PHYs
@@ -341,6 +343,7 @@
 #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
+#ure*  at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
 #url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Serial adapters
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/algor/conf/P6032 Wed Feb 06 11:58:30 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P6032,v 1.79 2018/09/06 05:36:49 maxv Exp $
+#      $NetBSD: P6032,v 1.80 2019/02/06 11:58:30 rin Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P6032-$Revision: 1.79 $"
+#ident                 "P6032-$Revision: 1.80 $"
 
 maxusers 32
 
@@ -188,9 +188,10 @@
 #makphy* at mii? phy ?                 # Margell Semiconductor 88E1000 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs
 #nsphyter* at mii? phy ?                       # NS83843 PHYs
+pnaphy*        at mii? phy ?                   # generic HomePNA PHYs
 #qsphy*        at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
-pnaphy*        at mii? phy ?                   # generic HomePNA PHYs
-#nsphy*        at mii? phy ?                   # NS83840 PHYs
+#rgephy* at mii? phy ?                 # Realtek 8169S/8110S/8211 PHYs
+#rlphy* at mii? phy ?                  # Realtek 8139/8201L PHYs
 #sqphy*        at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
 #tlphy*        at mii? phy ?                   # ThunderLAN PHYs
 #tqphy*        at mii? phy ?                   # TDK Semiconductor PHYs
@@ -346,6 +347,7 @@
 #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
+#ure*  at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
 #url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Serial adapters
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Wed Feb 06 11:58:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.388 2019/01/27 08:53:29 maxv Exp $
+# $NetBSD: GENERIC,v 1.389 2019/02/06 11:58:30 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.388 $"
+ident          "GENERIC-$Revision: 1.389 $"
 
 maxusers 32
 
@@ -612,8 +612,9 @@
 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
+ure*   at uhub? port ?         # Realtek RTL8152/RTL8153 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 a6f658e9af60 -r 1698f1964600 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/amd64/conf/ALL   Wed Feb 06 11:58:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.114 2019/01/27 08:53:29 maxv Exp $
+# $NetBSD: ALL,v 1.115 2019/02/06 11:58:30 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.114 $"
+#ident         "ALL-$Revision: 1.115 $"
 
 maxusers       64              # estimated number of users
 
@@ -1225,6 +1225,7 @@
 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)
+ure*   at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 urndis* at uhub? port ?        # Microsoft RNDIS specification
 
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Wed Feb 06 11:58:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.164 2019/02/02 15:13:54 cherry Exp $
+# $NetBSD: XEN3_DOM0,v 1.165 2019/02/06 11:58:30 rin Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOM0-$Revision: 1.164 $"
+#ident         "XEN3_DOM0-$Revision: 1.165 $"
 
 maxusers       32              # estimated number of users
 
@@ -661,6 +661,7 @@
 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
+ure*   at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 urndis* at uhub? port ?        # Microsoft RNDIS specification
 
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/cats/conf/GENERIC        Wed Feb 06 11:58:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.170 2018/12/12 06:29:36 maxv Exp $
+# $NetBSD: GENERIC,v 1.171 2019/02/06 11:58:30 rin Exp $
 #
 # GENERIC machine description file
 # 
@@ -318,6 +318,8 @@
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 pnaphy*        at mii? phy ?                   # generic HomePNA PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+rgephy*        at mii? phy ?                   # Realtek 8169S/8110S/8211 PHYs
+rlphy* at mii? phy ?                   # Realtek 8139/8201L PHYs
 sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
 tlphy* at mii? phy ?                   # ThunderLAN PHYs
 tqphy* at mii? phy ?                   # TDK Semiconductor PHYs
@@ -378,6 +380,7 @@
 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
+ure*   at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 udav*  at uhub? port ?         # Davicom DM9601 based adapters
 
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/cats/conf/INSTALL        Wed Feb 06 11:58:30 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.107 2018/12/12 06:29:36 maxv Exp $
+#      $NetBSD: INSTALL,v 1.108 2019/02/06 11:58:30 rin Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -256,6 +256,8 @@
 nsphy* at mii? phy ?                   # NS83840 PHYs
 #nsphyter* at mii? phy ?               # NS83843 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+#rgephy*       at mii? phy ?           # Realtek 8169S/8110S/8211 PHYs
+#rlphy*        at mii? phy ?                   # Realtek 8139/8201L PHYs
 #sqphy*        at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
 #tlphy*        at mii? phy ?                   # ThunderLAN PHYs
 #tqphy*        at mii? phy ?                   # TDK Semiconductor PHYs
@@ -317,6 +319,7 @@
 #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
+#ure*  at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
 #url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # USB Generic driver
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Wed Feb 06 11:58:30 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.64 2017/10/24 22:38:32 sevan Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.65 2019/02/06 11:58:30 rin Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -161,6 +161,8 @@
 
 midi*          at midibus?
 
+rgephy*                at mii? phy ?
+rlphy*         at mii? phy ?
 ukphy*         at mii? phy ?
 
 # Hardware clocking and power management
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE   Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE   Wed Feb 06 11:58:30 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBONE,v 1.46 2018/11/13 11:00:55 mlelstv Exp $
+#      $NetBSD: BEAGLEBONE,v 1.47 2019/02/06 11:58:30 rin Exp $
 #
 #      BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -170,12 +170,12 @@
 # SCSI devices
 sd*            at scsibus? target ? lun ?      # SCSI disk drives
 
-# USB Ethernet adapters
-axe*           at uhub? port ? configuration ? interface ?
-
 # Ethernet
 cpsw*          at obio2 addr 0x4a100000 size 0x8000 intrbase 40
-ukphy*         at mii?
+
+rgephy*                at mii? phy ?
+rlphy*         at mii? phy ?
+ukphy*         at mii? phy ?
 
 # Pseudo-Devices
 
diff -r a6f658e9af60 -r 1698f1964600 sys/arch/evbarm/conf/EXYNOS
--- a/sys/arch/evbarm/conf/EXYNOS       Wed Feb 06 11:57:17 2019 +0000
+++ b/sys/arch/evbarm/conf/EXYNOS       Wed Feb 06 11:58:30 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: EXYNOS,v 1.35 2018/10/19 06:16:14 skrll Exp $
+#      $NetBSD: EXYNOS,v 1.36 2019/02/06 11:58:30 rin Exp $
 #
 #      Samsung Exynos SoC kernel
 #
@@ -109,6 +109,11 @@
 usb*           at usbus?



Home | Main Index | Thread Index | Old Index