Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/dreamcast/conf Use rlphy(4) instead of ukphy(4) for...



details:   https://anonhg.NetBSD.org/src/rev/82b0c8e31945
branches:  trunk
changeset: 746912:82b0c8e31945
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Aug 23 14:38:43 2009 +0000

description:
Use rlphy(4) instead of ukphy(4) for BbA.
---
rtk0 at pci0 dev 0 function 0: SEGA Broadband Adapter (rev. 0x10)
rtk0: interrupting at SH4 IRL 11
rtk0: Ethernet address 00:d0:f1:03:69:68
rlphy0 at rtk0 phy 7: Realtek internal PHY
rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

diffstat:

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

diffs (18 lines):

diff -r 2da04f61a5ab -r 82b0c8e31945 sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Sun Aug 23 14:28:09 2009 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Sun Aug 23 14:38:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.90 2009/01/24 05:06:05 mrg Exp $
+# $NetBSD: GENERIC,v 1.91 2009/08/23 14:38:43 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -187,7 +187,7 @@
 gapspci*       at g2bus?                       # GAPS PCI bridge
 pci*           at gapspci?
 rtk*           at pci? dev ? function ?        # SEGA Broadband Adapter
-ukphy*         at mii? phy ?
+rlphy*         at mii? phy ?
 
 mbe*           at g2bus?                       # SEGA LAN Adapter
 



Home | Main Index | Thread Index | Old Index