Searched hist:169376 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.cdiff 169376 Tue May 08 12:19:43 MDT 2007 gallatin Firmware update & improvements to firmware selection:

- Update to latest (1.4.17) firmware.

- Use the new MXGEFW_CMD_UNALIGNED_TEST (added in firmare 1.4.16) to
have the firmware tell us if the PCIe chipset supports aligned PCIe
completions.

- Hard to maintain, and frequently out of date whitelist of PCIe
chipsets known to produce aligned completions removed, as it has been
replaced in its role of selecting the correct firmware to run by the
use of MXGEFW_CMD_UNALIGNED_TEST.

- Break the dma test out of mxge_reset() and into its own function
(mxge_dma_test()) so it can be used by both the normal DMA test, and
to run the unaligned test.

- Improved support for enabling ECRCs

Sponsored by: Myricom Inc.

Completed in 73 milliseconds