Module Name:    src
Committed By:   kiyohara
Date:           Sun Jun 28 13:10:38 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: OPENBLOCKS_AX3

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/OPENBLOCKS_AX3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/OPENBLOCKS_AX3
diff -u src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.15 src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.16
--- src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.15	Sun Jun 28 12:58:52 2015
+++ src/sys/arch/evbarm/conf/OPENBLOCKS_AX3	Sun Jun 28 13:10:38 2015
@@ -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 @@ mvsata* at mvsoc? offset ? irq ?
 # 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 @@ iic*	at gttwsi?
 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

Reply via email to