NetBSD-Bugs archive

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

Re: kern/51924: makphy @ wm on Lenovo T400s no longer works properly



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

From: Jarle Greipsland <jarle%uninett.no@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/51924: makphy @ wm on Lenovo T400s no longer works
 properly
Date: Mon, 30 Jan 2017 15:44:11 +0100 (CET)

 Masanobu SAITOH <msaitoh%execsw.org@localhost> writes:
 > The following reply was made to PR kern/51924; it has been noted by GNATS.
 [ ... ]
 >    Could you apply the following diff? Linux and FreeBSD define the device's macro
 >  as "E1000_DEV_ID_ICH9_IGP_M_AMT" but it's not IGP but BM.
 >  
 >  Index: if_wm.c
 >  ===================================================================
 >  RCS file: /cvsroot/src/sys/dev/pci/if_wm.c,v
 >  retrieving revision 1.470
 >  diff -u -p -r1.470 if_wm.c
 >  --- if_wm.c	27 Jan 2017 05:04:47 -0000	1.470
 >  +++ if_wm.c	30 Jan 2017 04:12:27 -0000
 >  @@ -8684,6 +8684,7 @@ wm_gmii_mediainit(struct wm_softc *sc, p
 >    		break;
 >    	case PCI_PRODUCT_INTEL_82801H_82567V_3:
 >    	case PCI_PRODUCT_INTEL_82801I_BM:
 >  +	case PCI_PRODUCT_INTEL_82801I_IGP_M_AMT: /* This is not IGP but BM */
 >    	case PCI_PRODUCT_INTEL_82801J_R_BM_LM:
 >    	case PCI_PRODUCT_INTEL_82801J_R_BM_LF:
 >    	case PCI_PRODUCT_INTEL_82801J_D_BM_LM:
 With this diff applied, the network interface works properly again.
 
 					-jarle
 


Home | Main Index | Thread Index | Old Index