Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add ukphy.



details:   https://anonhg.NetBSD.org/src/rev/6b20b63f9521
branches:  trunk
changeset: 783487:6b20b63f9521
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Dec 25 05:04:56 2012 +0000

description:
Add ukphy.

This change fixes the problem described in:
http://mail-index.netbsd.org/port-arm/2012/12/20/msg001636.html

diffstat:

 sys/arch/evbarm/conf/SHEEVAPLUG |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d00c31423c33 -r 6b20b63f9521 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Mon Dec 24 23:11:25 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Tue Dec 25 05:04:56 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHEEVAPLUG,v 1.26 2012/12/03 23:38:29 msaitoh Exp $
+#      $NetBSD: SHEEVAPLUG,v 1.27 2012/12/25 05:04:56 msaitoh Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -200,7 +200,10 @@
 # On-chip Gigabit Ethernet Controller Interface
 mvgbec* at mvsoc? offset ?
 mvgbe* at mvgbec? port ? irq ?
+
+# MII/PHY support
 makphy* at mii? phy ?
+ukphy* at mii? phy ?                   # generic unknown PHYs
 
 # On-chip USB 2.0 Interface
 ehci*  at mvsoc? offset ? irq ?



Home | Main Index | Thread Index | Old Index