1. 17 3月, 2008 9 次提交
  2. 19 1月, 2008 1 次提交
  3. 11 10月, 2007 4 次提交
  4. 13 9月, 2007 1 次提交
  5. 08 8月, 2007 1 次提交
  6. 25 7月, 2007 5 次提交
  7. 18 7月, 2007 1 次提交
  8. 17 7月, 2007 5 次提交
  9. 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
  10. 11 7月, 2007 1 次提交
  11. 03 6月, 2007 1 次提交
  12. 10 5月, 2007 1 次提交
  13. 08 5月, 2007 1 次提交
  14. 26 4月, 2007 7 次提交
  15. 29 3月, 2007 1 次提交
    • C
      atl1: save mac address on remove · 8c754a04
      Chris Snook 提交于
      Some atl1 boards get their MAC address written directly to the register
      by the BIOS during POST, rather than storing it in EEPROM that's
      accessible to the driver.  If the MAC register on one of these boards
      is changed and then the module is unloaded, the permanent MAC address
      will be forgotten until the box is rebooted.  We should save the
      permanent address during removal if we've been messing with it.
      Signed-off-by: NChris Snook <csnook@redhat.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      8c754a04