1. 28 4月, 2007 1 次提交
    • A
      tc35815 driver update (take 2) · eea221ce
      Atsushi Nemoto 提交于
      Current tc35815 driver is very obsolete and less maintained for a long
      time.  Replace it with a new driver based on one from CELF patch
      archive.
      
      Major advantages of CELF version (version 1.23, for kernel 2.6.10) are:
      
      * Independent of JMR3927.
        (Actually independent of MIPS, but AFAIK the chip is used only on
         MIPS platforms)
      * TX4938 support.
      * 64-bit proof.
      * Asynchronous and on-demand auto negotiation.
      * High performance on non-coherent architecture.
      * ethtool support.
      * Many bugfixes and cleanups.
      
      And improvoments since version 1.23 are:
      
      * TX4939 support.
      * NETPOLL support.
      * NAPI support. (disabled by default)
      * Reduce memcpy on receiving.
      * PM support.
      * Many cleanups and bugfixes.
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      eea221ce
  2. 18 2月, 2007 1 次提交
  3. 14 2月, 2007 1 次提交
  4. 12 2月, 2007 3 次提交
  5. 10 2月, 2007 2 次提交
  6. 09 2月, 2007 1 次提交
  7. 08 2月, 2007 2 次提交
  8. 06 2月, 2007 1 次提交
  9. 05 2月, 2007 2 次提交
  10. 29 1月, 2007 1 次提交
  11. 27 1月, 2007 1 次提交
  12. 21 12月, 2006 1 次提交
  13. 19 12月, 2006 1 次提交
  14. 14 12月, 2006 1 次提交
  15. 09 12月, 2006 1 次提交
  16. 08 12月, 2006 2 次提交
  17. 07 12月, 2006 2 次提交
  18. 03 12月, 2006 1 次提交
  19. 02 12月, 2006 2 次提交
  20. 03 11月, 2006 1 次提交
  21. 18 10月, 2006 1 次提交
  22. 04 10月, 2006 2 次提交
  23. 30 9月, 2006 1 次提交
    • M
      [BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present. · f9317a40
      Michael Chan 提交于
      MSI is defined to be 32-bit write.  The 5706 does 64-bit MSI writes
      with byte enables disabled on the unused 32-bit word.  This is legal
      but causes problems on the AMD 8132 which will eventually stop
      responding after a while.
      
      Without this patch, the MSI test done by the driver during open will
      pass, but MSI will eventually stop working after a few MSIs are
      written by the device.
      
      AMD believes this incompatibility is unique to the 5706, and
      prefers to locally disable MSI rather than globally disabling it
      using pci_msi_quirk.
      
      Update version to 1.4.45.
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f9317a40
  24. 29 9月, 2006 3 次提交
  25. 27 9月, 2006 2 次提交
  26. 09 9月, 2006 1 次提交
  27. 01 9月, 2006 1 次提交
  28. 27 8月, 2006 1 次提交