NetBSD-Bugs archive

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

PR/42950 CVS commit: src/sys/dev/pci



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

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42950 CVS commit: src/sys/dev/pci
Date: Sun, 23 Jan 2011 03:15:07 +0000

 Module Name:   src
 Committed By:  tsutsui
 Date:          Sun Jan 23 03:15:06 UTC 2011
 
 Modified Files:
        src/sys/dev/pci: if_nfe.c
 
 Log Message:
 Pull the following fix from OpenBSD:
 http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_nfe.c#rev1.97
 >> Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to all
 >> addresses on the mii bus.  As a countereasure, only attach the first PHY we
 >> encounter.  It is very unlikely we're going to ever see nfe(4) with multiple
 >> PHYs.  The same is probably true for any modern NIC.
 
 Should suppress bogus ukphy30 noted in PR kern/42950.
 No bad side effect on my nfe(4) which didn't get ghosts:
 ---
 nfe0 at pci0 dev 5 function 0: NVIDIA nForce3 Ethernet #4 (rev. 0xa2)
  :
 rlphy0 at nfe0 phy 1: RTL8201L 10/100 media interface, rev. 1
 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_nfe.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