Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/conf Add acphy(4), which can be found with a...



details:   https://anonhg.NetBSD.org/src/rev/a344273a5464
branches:  trunk
changeset: 757061:a344273a5464
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Aug 12 17:23:23 2010 +0000

description:
Add acphy(4), which can be found with aue(4).

diffstat:

 sys/arch/hpcarm/conf/WZERO3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c98a09be0359 -r a344273a5464 sys/arch/hpcarm/conf/WZERO3
--- a/sys/arch/hpcarm/conf/WZERO3       Thu Aug 12 17:00:41 2010 +0000
+++ b/sys/arch/hpcarm/conf/WZERO3       Thu Aug 12 17:23:23 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WZERO3,v 1.14 2010/08/08 11:25:53 tsutsui Exp $
+#      $NetBSD: WZERO3,v 1.15 2010/08/12 17:23:23 tsutsui Exp $
 #
 #      WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.14 $"
+#ident                 "GENERIC-$Revision: 1.15 $"
 
 # estimated number of users
 maxusers       32
@@ -242,6 +242,7 @@
 udav*  at uhub? port ?         # Davicom DM9601 based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
+acphy* at mii? phy ?           # Altima AC101 and AMD Am79c874 PHYs
 rlphy* at mii? phy ?           # Realtek 8139/8201L PHYs
 ukphy*  at mii? phy ?          # generic unknown PHYs
 urlphy* at mii? phy ?          # Realtek RTL8150L internal PHYs



Home | Main Index | Thread Index | Old Index