From 9d4afb37adbc9cfed4037a0d575237ff82e7b219 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 25 Mar 2006 17:40:02 +0000 Subject: [PATCH] Enable rgephy(4), closes PR port-amd64/33117. --- sys/arch/amd64/conf/GENERIC | 5 +++-- sys/arch/amd64/conf/INSTALL | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 5d7eccad1533..2454d605b544 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.88 2006/03/12 22:57:01 chs Exp $ +# $NetBSD: GENERIC,v 1.89 2006/03/25 17:40:02 xtraeme Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.88 $" +#ident "GENERIC-$Revision: 1.89 $" maxusers 32 # estimated number of users @@ -596,6 +596,7 @@ 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 +rgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs rlphy* at mii? phy ? # Realtek 8139/8201L PHYs sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs tlphy* at mii? phy ? # ThunderLAN PHYs diff --git a/sys/arch/amd64/conf/INSTALL b/sys/arch/amd64/conf/INSTALL index 96f7cd0df684..003230a0dcf8 100644 --- a/sys/arch/amd64/conf/INSTALL +++ b/sys/arch/amd64/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.48 2006/03/12 22:57:01 chs Exp $ +# $NetBSD: INSTALL,v 1.49 2006/03/25 17:40:02 xtraeme Exp $ # # GENERIC machine description file # @@ -20,7 +20,7 @@ include "arch/amd64/conf/std.amd64" -#ident "INSTALL-$Revision: 1.48 $" +#ident "INSTALL-$Revision: 1.49 $" maxusers 32 # estimated number of users @@ -483,6 +483,7 @@ 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 +rgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs rlphy* at mii? phy ? # Realtek 8139/8201L PHYs sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs tlphy* at mii? phy ? # ThunderLAN PHYs