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 Enable mvgbe and makphy.



details:   https://anonhg.NetBSD.org/src/rev/086058c39939
branches:  trunk
changeset: 792141:086058c39939
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Dec 23 02:37:35 2013 +0000

description:
Enable mvgbe and makphy.

diffstat:

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

diffs (22 lines):

diff -r d04840afbd12 -r 086058c39939 sys/arch/evbarm/conf/OPENBLOCKS_AX3
--- a/sys/arch/evbarm/conf/OPENBLOCKS_AX3       Mon Dec 23 02:23:25 2013 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_AX3       Mon Dec 23 02:37:35 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS_AX3,v 1.4 2013/10/05 06:15:51 kiyohara Exp $
+#      $NetBSD: OPENBLOCKS_AX3,v 1.5 2013/12/23 02:37:35 kiyohara Exp $
 #
 #      OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
 #
@@ -171,9 +171,9 @@
 mvsata* at mvsoc? offset ? irq ?
 
 # On-chip Gigabit Ethernet Controller Interface
-#mvgbec* at mvsoc? offset ?
-#mvgbe*        at mvgbec? port ? irq ?
-#makphy* at mii? phy ?
+mvgbec* at mvsoc? offset ?
+mvgbe* at mvgbec? port ? irq ?
+makphy* at mii? phy ?
 
 # On-chip USB 2.0 Interface
 ehci0  at mvsoc? offset ? irq ?



Home | Main Index | Thread Index | Old Index