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 Attach atphy instead of ukphy.



details:   https://anonhg.NetBSD.org/src/rev/e94a00c750da
branches:  trunk
changeset: 346603:e94a00c750da
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Jul 21 09:10:55 2016 +0000

description:
Attach atphy instead of ukphy.

diffstat:

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

diffs (19 lines):

diff -r 22d729a327e7 -r e94a00c750da sys/arch/evbarm/conf/VTC100
--- a/sys/arch/evbarm/conf/VTC100       Thu Jul 21 08:37:18 2016 +0000
+++ b/sys/arch/evbarm/conf/VTC100       Thu Jul 21 09:10:55 2016 +0000
@@ -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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index