Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/f53d63e341e4
branches:  netbsd-6
changeset: 775608:f53d63e341e4
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Jan 05 23:36:59 2013 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #768):
        sys/arch/evbarm/conf/SHEEVAPLUG: revision 1.27
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 b4927621c299 -r f53d63e341e4 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Sat Jan 05 23:34:53 2013 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Sat Jan 05 23:36:59 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHEEVAPLUG,v 1.12 2011/12/18 05:49:26 dholland Exp $
+#      $NetBSD: SHEEVAPLUG,v 1.12.2.1 2013/01/05 23:36:59 riz Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -194,7 +194,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