Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Add ukphy (makes MIIVERBOSE happier)



details:   https://anonhg.NetBSD.org/src/rev/06b26b9f8a25
branches:  trunk
changeset: 760388:06b26b9f8a25
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jan 04 09:13:19 2011 +0000

description:
Add ukphy (makes MIIVERBOSE happier)

diffstat:

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

diffs (26 lines):

diff -r ab010cec87cb -r 06b26b9f8a25 sys/arch/evbppc/conf/OPENBLOCKS266
--- a/sys/arch/evbppc/conf/OPENBLOCKS266        Tue Jan 04 09:04:24 2011 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266        Tue Jan 04 09:13:19 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS266,v 1.50 2010/11/23 11:13:57 hannken Exp $
+#      $NetBSD: OPENBLOCKS266,v 1.51 2011/01/04 09:13:19 matt Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "OPENBLOCKS266-$Revision: 1.50 $"
+#ident                 "OPENBLOCKS266-$Revision: 1.51 $"
 
 maxusers       32
 
@@ -181,6 +181,7 @@
 # MII/PHY support
 dmphy* at mii? phy ?                   # Davicom DM9101/9102 PHYs
 lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
+ukphy* at mii? phy ?                   # unknown PHYs
 options        MIIVERBOSE              # verbose PHY autoconfig messages
 
 



Home | Main Index | Thread Index | Old Index