Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/sparc64/conf Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/9d988e50b3eb
branches:  netbsd-3
changeset: 577984:9d988e50b3eb
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Apr 20 03:45:37 2006 +0000

description:
Pull up following revision(s) (requested by tron in ticket #1267):
        sys/arch/sparc64/conf/GENERIC32: revision 1.136
Add makphy(4). Tested with an Intel PRO/1000 MT in a Tadpole Voyager.

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r d6b1bbcf7e79 -r 9d988e50b3eb sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Thu Apr 20 03:44:36 2006 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Thu Apr 20 03:45:37 2006 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.98.2.12 2006/04/20 03:44:36 snj Exp $
+#      $NetBSD: GENERIC32,v 1.98.2.13 2006/04/20 03:45:37 snj Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.98.2.12 $"
+#ident                 "GENERIC-$Revision: 1.98.2.13 $"
 
 maxusers       64
 
@@ -498,6 +498,7 @@
 iophy* at mii? phy ?                   # Intel 82553 PHYs
 igphy* at mii? phy ?                   # Intel IGP01E1000
 lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
+makphy* at mii? phy ?                  # Marvell Semiconductor 88E1000 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs
 nsphyter* at mii? phy ?                        # NS83843 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs



Home | Main Index | Thread Index | Old Index