]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] myri10ge update
authorBrice Goglin <brice@myri.com>
Thu, 8 Jun 2006 14:25:00 +0000 (10:25 -0400)
committerJeff Garzik <jeff@garzik.org>
Thu, 8 Jun 2006 19:25:22 +0000 (15:25 -0400)
commitb10c066823c97c0e40989b2048540e85f5190501
tree6e1dae7c49b009a21ceb0407188d4432fe009e15
parentd15a88fc21ef225768ce31be16edfc9c6e2e02e3
[PATCH] myri10ge update

The following patch updates the myri10ge to 1.0.0, with the following changes:
* Switch to dma_alloc_coherent API.
* Avoid PCI burst when writing the firmware on chipset with unaligned completions.
* Use ethtool_op_set_tx_hw_csum instead of ethtool_op_set_tx_csum.
* Include linux/dma-mapping.h to bring DMA_32/64BIT_MASK on all architectures
  (was missing at least on alpha).
* Some typo and warning fixes.

Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Andrew J. Gallatin <gallatin@myri.com>
 drivers/net/myri10ge/myri10ge.c |   57 +++++++++++++++++++-----------
 1 file changed, 37 insertions(+), 20 deletions(-)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/myri10ge/myri10ge.c