NetBSD-Bugs archive

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

PR/60494 CVS commit: src/sys/dev/ic



The following reply was made to PR kern/60494; it has been noted by GNATS.

From: "Jason R Thorpe" <thorpej%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60494 CVS commit: src/sys/dev/ic
Date: Sun, 26 Jul 2026 21:01:02 +0000

 Module Name:	src
 Committed By:	thorpej
 Date:		Sun Jul 26 21:01:02 UTC 2026
 
 Modified Files:
 	src/sys/dev/ic: tulip.c
 
 Log Message:
 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.214 -r1.215 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.
 



Home | Main Index | Thread Index | Old Index