NetBSD-Bugs archive

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

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



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

From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44072 CVS commit: src/sys/dev/pci
Date: Wed, 26 Jan 2011 00:25:34 +0000

 Module Name:   src
 Committed By:  msaitoh
 Date:          Wed Jan 26 00:25:34 UTC 2011
 
 Modified Files:
        src/sys/dev/pci: if_wm.c
 
 Log Message:
 Fix MAC address check on 8257[156] and 80003 case. Some cards have non 0xffff
 pointer but those don't use alternative MAC address in reality. So we check
 whether the broadcast bit is set or not like Intel's e1000 driver.
 Fixes PR kern/44072 reported by Jean-Yves Moulin.
 
 Remove extra Warning for newer cards.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.217 -r1.218 src/sys/dev/pci/if_wm.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