NetBSD-Bugs archive

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

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



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

From: SAITOH Masanobu <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/30349 CVS commit: src/sys/dev/pci
Date: Thu, 4 Feb 2010 09:13:23 +0000

 Module Name:   src
 Committed By:  msaitoh
 Date:          Thu Feb  4 09:13:23 UTC 2010
 
 Modified Files:
        src/sys/dev/pci: if_wm.c if_wmreg.h
 
 Log Message:
 - Count Receive error, CRC error, Alignment error, Symbol error, Sequence
   error, Carrier extension error and Receive length error into ierror.
   Fixes PR#30349 reported by UMEZAWA Takeshi.
 - Count Missed packet (rx fifo overflow) and Receive no buffers (rx ring full)
   into iqdrops.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.195 -r1.196 src/sys/dev/pci/if_wm.c
 cvs rdiff -u -r1.35 -r1.36 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