1. 23 6月, 2006 3 次提交
  2. 09 6月, 2006 1 次提交
    • B
      [PATCH] myri10ge update · b10c0668
      Brice Goglin 提交于
      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: NBrice Goglin <brice@myri.com>
      Signed-off-by: NAndrew J. Gallatin <gallatin@myri.com>
      
       drivers/net/myri10ge/myri10ge.c |   57 +++++++++++++++++++-----------
       1 file changed, 37 insertions(+), 20 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      b10c0668
  3. 24 5月, 2006 1 次提交