Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/conf Comment out ure(4) and its PHY drivers ...



details:   https://anonhg.NetBSD.org/src/rev/3d0c06d1cd99
branches:  trunk
changeset: 448719:3d0c06d1cd99
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Feb 07 21:51:59 2019 +0000

description:
Comment out ure(4) and its PHY drivers for now to unbreak build.

diffstat:

 sys/arch/zaurus/conf/GENERIC      |  8 ++++----
 sys/arch/zaurus/conf/INSTALL_C700 |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r eb176444791f -r 3d0c06d1cd99 sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Thu Feb 07 21:40:40 2019 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Thu Feb 07 21:51:59 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.82 2019/02/07 20:56:27 rin Exp $
+#      $NetBSD: GENERIC,v 1.83 2019/02/07 21:51:59 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -313,7 +313,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
+#ure*  at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Kyocera AIR-EDGE PHONE
@@ -341,8 +341,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
+#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
diff -r eb176444791f -r 3d0c06d1cd99 sys/arch/zaurus/conf/INSTALL_C700
--- a/sys/arch/zaurus/conf/INSTALL_C700 Thu Feb 07 21:40:40 2019 +0000
+++ b/sys/arch/zaurus/conf/INSTALL_C700 Thu Feb 07 21:51:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.9 2019/02/07 20:56:27 rin Exp $
+# $NetBSD: INSTALL_C700,v 1.10 2019/02/07 21:51:59 rin Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -44,5 +44,5 @@
 no kue*
 no mue*
 no udav*
-no ure*
+#no ure*
 no url*



Home | Main Index | Thread Index | Old Index