CVS commit: [netbsd-11] src/sys
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Thu May 7 13:46:47 UTC 2026 Modified Files: src/sys/arch/evbarm/conf [netbsd-11]: GENERIC64 src/sys/dev/mii [netbsd-11]: micphy.c Log Message: Pull up following revision(s) (requested by nia in ticket #260): sys/arch/evbarm/conf/GENERIC64: revision 1.232 sys/dev/mii/micphy.c: revision 1.16 sys/dev/mii/micphy.c: revision 1.17 Add micphy for Micrel KSZ[89]xxx PHY support micphy: Apply errata workaround for KSZ9031 This fixes ethernet on an olimex a64 board. Thanks jmcneill for pointing out the problem. PR port-arm/60193: olimex a64 - no carrier with emac0 ethernet micphy: Fill out mii_mpd_model in the sc struct. The rest of the code expects this to be filled in and the driver seems stable with this change (at least on my machine). "ship it!" jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.226.2.1 -r1.226.2.2 src/sys/arch/evbarm/conf/GENERIC64 cvs rdiff -u -r1.15 -r1.15.10.1 src/sys/dev/mii/micphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.