1. 26 4月, 2007 7 次提交
  2. 03 3月, 2007 1 次提交
  3. 27 2月, 2007 1 次提交
    • R
      chelsio: Fix non-NAPI compile · 54d3e568
      Roland Dreier 提交于
      Chelsio without NAPI enabled has been broken (won't compile) since
      3de00b89 ("chelsio: NAPI speed improvement"):
      
          drivers/net/chelsio/sge.c: In function `t1_interrupt`:
          drivers/net/chelsio/sge.c:1716: error: `Q` undeclared (first use in this function)
      
      The change below seems to add back in the declaration and
      initialization of `Q` that was removed by mistake, and at least makes
      the driver compile for me, although I have no hardware and hence no
      way to test whether this actually works.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      54d3e568
  4. 06 2月, 2007 10 次提交
  5. 09 1月, 2007 1 次提交
  6. 11 12月, 2006 1 次提交
  7. 06 12月, 2006 1 次提交
  8. 02 12月, 2006 16 次提交
  9. 22 11月, 2006 1 次提交
  10. 11 10月, 2006 1 次提交