NetBSD-Bugs archive

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

PR/56478 CVS commit: [netbsd-9] src/sys/dev



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56478 CVS commit: [netbsd-9] src/sys/dev
Date: Sat, 20 Nov 2021 14:59:04 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Nov 20 14:59:04 UTC 2021
 
 Modified Files:
 	src/sys/dev/mii [netbsd-9]: ihphy.c
 	src/sys/dev/pci [netbsd-9]: if_wm.c if_wmreg.h
 
 Log Message:
 Pull up the following, requested by msaitoh in ticket #1373:
 
 	sys/dev/pci/if_wm.c				1.716-1.718 via patch
 	sys/dev/pci/if_wmreg.h				1.121
 	sys/dev/mii/ihphy.c				1.20
 
 - Fix a bug that device timeout still happens when the link is down
   on ICH/PCH. Fixes PR kern/56478.
 - Add some sysctl info for debugging.
 - ihphy(4): Don't power down the PHY when the interface goes down.
 - Use macro. Fix comment.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14.4.1 -r1.14.4.2 src/sys/dev/mii/ihphy.c
 cvs rdiff -u -r1.645.2.11 -r1.645.2.12 src/sys/dev/pci/if_wm.c
 cvs rdiff -u -r1.115.2.3 -r1.115.2.4 src/sys/dev/pci/if_wmreg.h
 
 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