Source-Changes-D archive

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

Re: CVS commit: src/sys/dev/pci



On Feb 4, 2010, at 1:13 AM, SAITOH Masanobu wrote:

> 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.

Isn't iqdrops really meant for to reflect a drop when placing into the software 
queue above the driver?

> 
> 
> 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.

-- thorpej



Home | Main Index | Thread Index | Old Index