1. 28 10月, 2005 21 次提交
  2. 27 10月, 2005 3 次提交
  3. 26 10月, 2005 3 次提交
    • A
      [netdrvr forcedeth] scatter gather and segmentation offload support · ac9c1897
      Ayaz Abdulla 提交于
      also:
      - eliminate use of pointless get_nvpriv() wrapper,
        and use netdev_priv() directly.
      - use NETDEV_TX_xxx return codes
      ac9c1897
    • L
      PCI: be more verbose about resource quirks · 6693e74a
      Linus Torvalds 提交于
      When reserving an PCI quirk, note that in the kernel bootup messages.
      
      Also, parse the strange PIIX4 device resources - they should get their
      own PCI resource quirks, but for now just print out what it finds to
      verify that the code does the right thing.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6693e74a
    • A
      [PATCH] qlogic lockup fix · 444d1d9b
      Andrew Morton 提交于
      If qla2x00_probe_one()'s call to qla2x00_iospace_config() fails, we call
      qla2x00_free_device() to clean up.  But because ha->dpc_pid hasn't been set
      yet, qla2x00_free_device() tries to stop a kernel thread which hasn't started
      yet.  It does wait_for_completion() against an uninitialised completion struct
      and the kernel hangs up.
      
      Fix it by initialising ha->dpc_pid a bit earlier.
      
      Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      444d1d9b
  4. 25 10月, 2005 4 次提交
  5. 24 10月, 2005 3 次提交
  6. 23 10月, 2005 1 次提交
  7. 22 10月, 2005 4 次提交
  8. 21 10月, 2005 1 次提交