1. 07 8月, 2008 1 次提交
  2. 23 7月, 2008 10 次提交
  3. 27 6月, 2008 1 次提交
  4. 18 6月, 2008 4 次提交
  5. 17 4月, 2008 1 次提交
  6. 26 3月, 2008 4 次提交
  7. 29 1月, 2008 5 次提交
  8. 13 1月, 2008 3 次提交
  9. 09 1月, 2008 1 次提交
  10. 24 10月, 2007 1 次提交
  11. 19 10月, 2007 1 次提交
  12. 11 10月, 2007 6 次提交
  13. 31 8月, 2007 2 次提交
    • D
      netxen: fix crashes during module unload · 3052246c
      dhananjay@netxen.com 提交于
      This patch fixes two problems during driver unload. The pci_disable_device()
      call is before firmware reload, causing reads and writes across PCI bus after
      disabling device. Second problem is the register window was wrong during
      firmware reload
      
      Signed-off by: Dhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3052246c
    • D
      netxen: Avoid firmware load in PCI probe · b3e2d887
      dhananjay@netxen.com 提交于
      Loading firmware during PCI probe can lead to incorrect initialization,
      rendering the card unusable until next reboot.  This was introduced a while
      ago as a workaround for firmware bug, a better workaround was submitted for
      this a while ago. So removing original hack that loads firmware during probe.
      
      Signed-off by: Dhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      b3e2d887