1. 01 12月, 2005 8 次提交
  2. 11 11月, 2005 1 次提交
    • A
      [PATCH] sky2 needs dma_mapping.h · d0bbccfa
      Andrew Morton 提交于
      On alpha:
      
      drivers/net/sky2.c: In function `sky2_probe':
      drivers/net/sky2.c:2819: error: `DMA_64BIT_MASK' undeclared (first use in this function)
      drivers/net/sky2.c:2819: error: (Each undeclared identifier is reported only once
      drivers/net/sky2.c:2819: error: for each function it appears in.)
      drivers/net/sky2.c:2825: error: `DMA_32BIT_MASK' undeclared (first use in this function)
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      d0bbccfa
  3. 29 10月, 2005 4 次提交
  4. 04 10月, 2005 1 次提交
  5. 28 9月, 2005 6 次提交
  6. 22 9月, 2005 3 次提交
  7. 16 9月, 2005 1 次提交
    • S
      [PATCH] sky2: driver update. · 793b883e
      Stephen Hemminger 提交于
      Here is revised patch against netdev sky2 branch.
      It includes whitespace fixes, all the changes from the previous
      review as well as some optimizations and timing fixes to
      solve some of the hangs.
      
      The stall problem is better but not perfect. It appears that
      under stress the chip can't keep up with the bus
      and sends a pause frame, then hangs. This version is for
      testing, and hopefully other eyes might see the root
      cause of the problem.
      
      I don't want to reinvent the ugly watchdog code in the syskonnect
      version of sk98lin.  If you read it you will see, the original
      driver writer and the hardware developer obviously didn't
      understand each other.
      
      Dual port support is included, but not tested yet. It did
      require small change to NAPI since both ports share same
      IRQ.
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      793b883e
  8. 17 8月, 2005 1 次提交
    • S
      [PATCH] sky2: new experimental Marvell Yukon2 driver · cd28ab6a
      Stephen Hemminger 提交于
      New driver for the Marvell Yukon2 Gigabit Ethernet chipset.
      This driver is based on the skge driver, but using the logic
      from the SysKonnect version of the sk98lin driver.
      It should support all the Yukon2 chipsets that are available
      in many current Intel and AMD motherboards.
      
      The driver does support ethtool, tx and rx checksum, and
      tcp segmentation offload.  But it has only been tested for
      a short while and is known to stop receiving under heavy load.
      Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      cd28ab6a