Module Name:    src
Committed By:   kiyohara
Date:           Thu Jul 21 09:10:55 UTC 2016

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

Log Message:
Attach atphy instead of ukphy.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/VTC100

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/VTC100
diff -u src/sys/arch/evbarm/conf/VTC100:1.3 src/sys/arch/evbarm/conf/VTC100:1.4
--- src/sys/arch/evbarm/conf/VTC100:1.3	Tue Jul 12 13:20:03 2016
+++ src/sys/arch/evbarm/conf/VTC100	Thu Jul 21 09:10:55 2016
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: VTC100,v 1.3 2016/07/12 13:20:03 kiyohara Exp $
+#	$NetBSD: VTC100,v 1.4 2016/07/21 09:10:55 kiyohara Exp $
 #
 #	BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -267,7 +267,7 @@ pseudo-device	wsfont
 
 # Ethernet
 cpsw*		at obio2 addr 0x4a100000 size 0x8000 intrbase 40
-ukphy*		at mii?
+atphy*		at mii? phy ?		# Attansic/Atheros PHYs
 
 # On-board USB. Experimental
 #tiotg* 	at mainbus0 base 0x47400000 size 0x5000 intrbase 17

Reply via email to