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 Move makphy to after mv{gb, xp}e.



details:   https://anonhg.NetBSD.org/src/rev/54ea32f15067
branches:  trunk
changeset: 339133:54ea32f15067
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Jun 28 13:10:38 2015 +0000

description:
Move makphy to after mv{gb,xp}e.
And indents.

diffstat:

 sys/arch/evbarm/conf/OPENBLOCKS_AX3 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 4a4dcfdab577 -r 54ea32f15067 sys/arch/evbarm/conf/OPENBLOCKS_AX3
--- a/sys/arch/evbarm/conf/OPENBLOCKS_AX3       Sun Jun 28 12:58:52 2015 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_AX3       Sun Jun 28 13:10:38 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS_AX3,v 1.15 2015/06/28 12:58:52 kiyohara Exp $
+#      $NetBSD: OPENBLOCKS_AX3,v 1.16 2015/06/28 13:10:38 kiyohara Exp $
 #
 #      OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
 #
@@ -185,14 +185,15 @@
 # On-chip Gigabit Ethernet Controller Interface (backward compatible mode)
 mvgbec* at mvsoc? offset ?
 mvgbe* at mvgbec? port ? irq ?
-makphy* at mii? phy ?
 
 # On-chip Gigabit Ethernet Controller Interface (counter mode)
-#mvxpbm*       at mvsoc? offset ?
-#mvxpe*        at mvsoc? irq ?
+#mvxpbm*       at mvsoc? offset ?
+#mvxpe*        at mvsoc? irq ?
 #options       MVXPE_EVENT_COUNTERS
 #options       MVXPE_DEBUG=0
 
+makphy* at mii? phy ?
+
 # On-chip USB 2.0 Interface
 ehci*  at mvsoc? offset ? irq ?
 
@@ -206,7 +207,7 @@
 s390rtc* at iic1 addr 0x30
 
 # On-chip Cryptographic Engines and Security Accelerator (DMA)
-#mvxpsec*      at mvsoc? offset ? irq ?
+#mvxpsec* at mvsoc? offset ? irq ?
 #options       MVXPSEC_DEBUG=MVXPSEC_DEBUG_ALL
 
 # On-chip UART Interface



Home | Main Index | Thread Index | Old Index