• Brice Goglin's avatar
    [PATCH] myri10ge update · b10c0668
    Brice Goglin authored
    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: default avatarBrice Goglin <brice@myri.com>
    Signed-off-by: default avatarAndrew J. Gallatin <gallatin@myri.com>
    
     drivers/net/myri10ge/myri10ge.c |   57 +++++++++++++++++++-----------
     1 file changed, 37 insertions(+), 20 deletions(-)
    Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
    b10c0668
myri10ge.c 79.7 KB