Module Name: src Committed By: msaitoh Date: Tue Feb 16 15:17:18 UTC 2010
Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Log Message: Add support for 82575, 82576 and 82580(ER). - Apply the patch for 82575 from Wolfgang Stukenbrock (PR#42422). We use only one RX ring and with the legacy mode. - Add support for 82576. - Partial support for 82580. - Partial support for the serdes systems. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/if_wmreg.h cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_wmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.