1. 11 7月, 2008 1 次提交
  2. 09 7月, 2008 1 次提交
  3. 27 6月, 2008 1 次提交
    • A
      [netdrvr] Fix IOMMU overflow checking in s2io.c · 64c42f69
      Andi Kleen 提交于
      s2io has IOMMU overflow checking, but unfortunately it is wrong.
      
      It didn't use the standard macros, which meant that it only worked
      on POWER and SPARC because only those define DMA_ERROR_CODE. Convert it to
      use the standard macros instead.
      
      I also commented two more bugs in the IOMMU handling. It assumes
      that 0 DMA addresses cannot happen, but that's not true in all IOMMU setups.
      The information if a buffer has been already mapped needs to be stored
      elsewhere.
      
      Didn't fix those because it needs careful checking of the buffer handling
      by the maintainers.
      
      Cc: ram.vepa@neterion.com
      Cc: santosh.rastapur@neterion.com
      Cc: sivakumar.subramani@neterion.com
      Cc: sreenivasa.honnur@neterion.com
      Signed-off-by: NAndi Kleen <ak@linux.intel.com>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      64c42f69
  4. 11 6月, 2008 1 次提交
  5. 04 6月, 2008 1 次提交
  6. 31 5月, 2008 1 次提交
  7. 22 5月, 2008 4 次提交
  8. 13 5月, 2008 1 次提交
  9. 29 4月, 2008 2 次提交
  10. 25 4月, 2008 4 次提交
  11. 29 3月, 2008 1 次提交
  12. 26 3月, 2008 2 次提交
  13. 17 3月, 2008 4 次提交
  14. 05 3月, 2008 1 次提交
  15. 03 2月, 2008 1 次提交
  16. 29 1月, 2008 5 次提交
  17. 19 1月, 2008 1 次提交
  18. 09 1月, 2008 1 次提交
  19. 15 12月, 2007 1 次提交
    • A
      drivers/net/s2io.c section fixes · 33390a70
      Adrian Bunk 提交于
      Code used by the non-__devinit s2io_open() mustn't be __devinit.
      
      This patch fixes the following section mismatch with CONFIG_HOTPLUG=n:
      
      <--  snip  -->
      
      ...
      WARNING: vmlinux.o(.text+0x6f6e3e): Section mismatch: reference to .init.text.20:s2io_test_intr (between 's2io_open' and 's2io_ethtool_sset')
      ...
      
      <--  snip  -->
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      33390a70
  20. 08 12月, 2007 1 次提交
  21. 02 12月, 2007 1 次提交
  22. 14 11月, 2007 1 次提交
  23. 20 10月, 2007 1 次提交
  24. 11 10月, 2007 2 次提交