1. 20 4月, 2007 2 次提交
  2. 11 4月, 2007 3 次提交
  3. 10 3月, 2007 1 次提交
  4. 03 3月, 2007 1 次提交
  5. 18 2月, 2007 5 次提交
  6. 08 2月, 2007 7 次提交
  7. 06 2月, 2007 4 次提交
  8. 30 1月, 2007 1 次提交
  9. 24 1月, 2007 1 次提交
  10. 27 12月, 2006 3 次提交
  11. 07 12月, 2006 5 次提交
  12. 03 12月, 2006 1 次提交
  13. 02 12月, 2006 5 次提交
  14. 01 11月, 2006 1 次提交
    • S
      [PATCH] sky2: netpoll on dual port cards · 0ca43235
      Stephen Hemminger 提交于
      The sky2 driver uses a single NAPI poll routine for both ports on dual ported
      cards (because there is a single IRQ and status ring). Netpoll makes assumptions
      about the relationship between network device and NAPI that aren't correct
      on the second port, this will cause the port to never clear work.
      
      Most systems, just have single port, so not a big issue.
      The easy fix is just make the second port, not netpoll capable.
      Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      0ca43235