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.