PR/60494 CVS commit: [netbsd-11] src/sys/dev/ic
"Martin Husemann" <[email protected]> Sun, 2 Aug 2026 13:40:02 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR kern/60494; it has been noted by GNATS. From: "Martin Husemann" <[email protected]> To: [email protected] Cc: Subject: PR/60494 CVS commit: [netbsd-11] src/sys/dev/ic Date: Sun, 2 Aug 2026 13:35:21 +0000 Module Name: src Committed By: martin Date: Sun Aug 2 13:35:20 UTC 2026 Modified Files: src/sys/dev/ic [netbsd-11]: tulip.c Log Message: Pull up following revision(s) (requested by thorpej in ticket #402): sys/dev/ic/tulip.c: revision 1.215 Support for the 21142/21143 internal NWay block is structured like a PHY driver, but it was overlooked when the ifmedia/mii layer gained a locking protocol. Update it to avoid a recursive mutex acquisition that can occur if the autonegotiation completes (very) quickly. PR kern/60494 To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.213.2.1 src/sys/dev/ic/tulip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.