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 Add micphy(4)



details:   https://anonhg.NetBSD.org/src/rev/edc293691b67
branches:  trunk
changeset: 372225:edc293691b67
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Oct 31 22:45:38 2022 +0000

description:
Add micphy(4)

diffstat:

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

diffs (18 lines):

diff -r 4aaec845d17e -r edc293691b67 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Mon Oct 31 22:45:13 2022 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Mon Oct 31 22:45:38 2022 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.112 2022/10/29 13:59:57 jmcneill Exp $
+#      $NetBSD: GENERIC,v 1.113 2022/10/31 22:45:38 jmcneill Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -327,6 +327,7 @@
 iophy*                 at mii? phy ?           # Intel 82553 PHYs
 lxtphy*        at mii? phy ?           # Level One LXT-970 PHYs
 makphy*        at mii? phy ?           # Marvell Semiconductor 88E1000 PHYs
+micphy*                at mii? phy ?           # Micrel KSZ[89]xxx PHYs
 nsphy*                 at mii? phy ?           # NS83840 PHYs
 nsphyter*      at mii? phy ?           # NS83843 PHYs
 pnaphy*        at mii? phy ?           # generic HomePNA PHYs



Home | Main Index | Thread Index | Old Index