Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Enable rlphy(4).



details:   https://anonhg.NetBSD.org/src/rev/e81b39bd929a
branches:  trunk
changeset: 586901:e81b39bd929a
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Wed Jan 04 23:38:27 2006 +0000

description:
Enable rlphy(4).

diffstat:

 sys/arch/amd64/conf/GENERIC       |  5 +++--
 sys/arch/amd64/conf/INSTALL       |  5 +++--
 sys/arch/i386/conf/GENERIC        |  5 +++--
 sys/arch/i386/conf/GENERIC_LAPTOP |  5 +++--
 sys/arch/i386/conf/INSTALL        |  3 ++-
 sys/arch/i386/conf/INSTALL_LAPTOP |  3 ++-
 sys/arch/i386/conf/XEN0           |  3 ++-
 sys/arch/macppc/conf/GENERIC      |  5 +++--
 sys/arch/macppc/conf/INSTALL      |  3 ++-
 9 files changed, 23 insertions(+), 14 deletions(-)

diffs (198 lines):

diff -r 5ae445fba69c -r e81b39bd929a sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.78 2005/12/20 05:35:27 thorpej Exp $
+# $NetBSD: GENERIC,v 1.79 2006/01/04 23:38:27 xtraeme Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.78 $"
+#ident                 "GENERIC-$Revision: 1.79 $"
 
 maxusers       32              # estimated number of users
 
@@ -585,6 +585,7 @@
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 pnaphy*        at mii? phy ?                   # generic HomePNA PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 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 5ae445fba69c -r e81b39bd929a sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL       Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/amd64/conf/INSTALL       Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.44 2005/12/20 05:35:27 thorpej Exp $
+# $NetBSD: INSTALL,v 1.45 2006/01/04 23:38:27 xtraeme Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/amd64/conf/std.amd64"
 
-#ident                 "INSTALL-$Revision: 1.44 $"
+#ident                 "INSTALL-$Revision: 1.45 $"
 
 maxusers       32              # estimated number of users
 
@@ -482,6 +482,7 @@
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 pnaphy*        at mii? phy ?                   # generic HomePNA PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 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 5ae445fba69c -r e81b39bd929a sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.716 2006/01/04 20:44:26 dsl Exp $
+# $NetBSD: GENERIC,v 1.717 2006/01/04 23:40:45 xtraeme Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.716 $"
+#ident                 "GENERIC-$Revision: 1.717 $"
 
 maxusers       32              # estimated number of users
 
@@ -917,6 +917,7 @@
 nsphyter* at mii? phy ?                # NS83843 PHYs
 pnaphy* at mii? phy ?                  # generic HomePNA PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 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 5ae445fba69c -r e81b39bd929a sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.163 2006/01/04 04:33:14 dogcow Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.164 2006/01/04 23:40:45 xtraeme Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.163 $"
+#ident                 "GENERIC-$Revision: 1.164 $"
 
 maxusers       32              # estimated number of users
 
@@ -629,6 +629,7 @@
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
 rgephy*        at mii? phy ?                   # Realtek 8169S/8110 internal PHYs
+rlphy* at mii? phy ?                   # Realtek 8139/8201L internal 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 5ae445fba69c -r e81b39bd929a sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/i386/conf/INSTALL        Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.276 2005/12/20 05:35:28 thorpej Exp $
+#      $NetBSD: INSTALL,v 1.277 2006/01/04 23:38:27 xtraeme Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -621,6 +621,7 @@
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 pnaphy* at mii? phy ?                  # generic HomePNA PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 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 5ae445fba69c -r e81b39bd929a sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_LAPTOP,v 1.95 2005/12/20 05:35:28 thorpej Exp $
+#      $NetBSD: INSTALL_LAPTOP,v 1.96 2006/01/04 23:38:27 xtraeme Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -483,6 +483,7 @@
 nsphy* at mii? phy ?                   # NS83840 PHYs
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 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 5ae445fba69c -r e81b39bd929a sys/arch/i386/conf/XEN0
--- a/sys/arch/i386/conf/XEN0   Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/i386/conf/XEN0   Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN0,v 1.24 2005/12/20 05:35:29 thorpej Exp $
+# $NetBSD: XEN0,v 1.25 2006/01/04 23:38:27 xtraeme Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -312,6 +312,7 @@
 nsphyter* at mii? phy ?                # NS83843 PHYs
 pnaphy* at mii? phy ?                  # generic HomePNA PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 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 5ae445fba69c -r e81b39bd929a sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.219 2005/12/09 23:34:02 elad Exp $
+# $NetBSD: GENERIC,v 1.220 2006/01/04 23:38:27 xtraeme Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.219 $"
+#ident                 "GENERIC-$Revision: 1.220 $"
 
 maxusers       32
 
@@ -298,6 +298,7 @@
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 pnaphy* at mii? phy ?                  # generic HomePNA PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 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 5ae445fba69c -r e81b39bd929a sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Wed Jan 04 23:36:14 2006 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Wed Jan 04 23:38:27 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.95 2005/12/07 12:40:47 tsutsui Exp $
+#      $NetBSD: INSTALL,v 1.96 2006/01/04 23:38:27 xtraeme Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -124,6 +124,7 @@
 nsphy* at mii? phy ?                   # NS83840 PHYs
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+rlphy* at mii? phy ?                   # Realtek 8139/8201L PHYs
 sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
 tqphy* at mii? phy ?                   # TDK Semiconductor PHYs
 ukphy* at mii? phy ?                   # generic unknown PHYs



Home | Main Index | Thread Index | Old Index