1. 12 7月, 2007 1 次提交
    • A
      PCI: Change all drivers to use pci_device->revision · 44c10138
      Auke Kok 提交于
      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: NAuke Kok <auke-jan.h.kok@intel.com>
      Acked-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      44c10138
  2. 03 6月, 2007 1 次提交
  3. 30 5月, 2007 1 次提交
  4. 22 5月, 2007 1 次提交
  5. 18 5月, 2007 1 次提交
  6. 10 5月, 2007 2 次提交
  7. 28 4月, 2007 3 次提交
  8. 26 4月, 2007 12 次提交
  9. 20 4月, 2007 1 次提交
  10. 03 3月, 2007 1 次提交
  11. 22 2月, 2007 1 次提交
    • L
      Revert "e1000: fix shared interrupt warning message" · b5bf28cd
      Linus Torvalds 提交于
      This reverts commit d2ed1635.
      
      As Thomas Gleixner reports:
        "e1000 is not working anymore. ifup fails permanentely.
          ADDRCONF(NETDEV_UP): eth0: link is not ready
         nothing else"
      
      The broken commit was identified with "git bisect".
      
      Auke Kok says:
        "I think we need to drop this now.  The report that says that this
         *fixes* something might have been on regular interrupts only.  I
         currently suspect that it breaks all MSI interrupts, which would make
         sense if I look a the code.  Very bad indeed."
      
      Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
      Acked-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b5bf28cd
  12. 18 2月, 2007 2 次提交
  13. 08 2月, 2007 1 次提交
  14. 06 2月, 2007 7 次提交
  15. 08 1月, 2007 1 次提交
  16. 27 12月, 2006 4 次提交