Skip to content
Snippets Groups Projects
  1. Apr 25, 2008
  2. Apr 16, 2008
  3. Mar 25, 2008
  4. Jan 28, 2008
  5. Jan 12, 2008
  6. Jan 09, 2008
  7. Oct 23, 2007
  8. Oct 18, 2007
  9. Oct 10, 2007
  10. Aug 31, 2007
    • dhananjay@netxen.com's avatar
      netxen: fix crashes during module unload · 3052246c
      dhananjay@netxen.com authored
      
      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: default avatarJeff Garzik <jeff@garzik.org>
      3052246c
    • dhananjay@netxen.com's avatar
      netxen: Avoid firmware load in PCI probe · b3e2d887
      dhananjay@netxen.com authored
      
      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: default avatarJeff Garzik <jeff@garzik.org>
      b3e2d887
  11. Jul 31, 2007
  12. Jul 30, 2007
  13. Jul 24, 2007
  14. Jul 11, 2007
    • Auke Kok's avatar
      PCI: Change all drivers to use pci_device->revision · 44c10138
      Auke Kok authored
      
      Instead of all drivers reading pci config space to get the revision
      ID, they can now use the pci_device->revision member.
      
      This exposes some issues where drivers where reading a word or a dword
      for the revision number, and adding useless error-handling around the
      read. Some drivers even just read it for no purpose of all.
      
      In devices where the revision ID is being copied over and used in what
      appears to be the equivalent of hotpath, I have left the copy code
      and the cached copy as not to influence the driver's performance.
      
      Compile tested with make all{yes,mod}config on x86_64 and i386.
      
      Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
      Acked-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      44c10138
  15. Jul 10, 2007
  16. Jul 08, 2007
Loading