1. 04 Aug, 2007 3 commits
    • Michael Chan's avatar
      [BNX2]: Fix suspend/resume problem. · 6caebb02
      Michael Chan authored
      The device would not resume properly if it was shutdown before the system
      was suspended.  In such scenario where the netif_running state is 0,
      bnx2_suspend() would not save the PCI state and so the memory enable bit
      and bus master enable bit would be lost.
      
      We fix this by always saving and restoring the PCI state in
      bnx2_suspend() and bnx2_resume() regardless of netif_running() state.
      
      Update version to 1.6.4.
      Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6caebb02
    • Michael Chan's avatar
      [TG3]: Fix suspend/resume problem. · 3e0c95fd
      Michael Chan authored
      Joachim Deguara <joachim.deguara@amd.com> reported that tg3 devices
      would not resume properly if the device was shutdown before the system
      was suspended.  In such scenario where the netif_running state is 0,
      tg3_suspend() would not save the PCI state and so the memory enable bit
      and bus master enable bit would be lost.
      
      We fix this by always saving and restoring the PCI state in
      tg3_suspend() and tg3_resume() regardless of netif_running() state.
      Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3e0c95fd
    • Linus Torvalds's avatar
      Linux 2.6.23-rc2 · d4ac2477
      Linus Torvalds authored
      d4ac2477
  2. 03 Aug, 2007 37 commits