1. 16 10月, 2007 1 次提交
  2. 20 7月, 2007 3 次提交
  3. 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
  4. 11 5月, 2007 2 次提交
  5. 09 2月, 2007 5 次提交
  6. 20 12月, 2006 1 次提交
  7. 28 11月, 2006 1 次提交
  8. 07 10月, 2006 1 次提交
  9. 23 9月, 2006 1 次提交
  10. 03 8月, 2006 1 次提交
  11. 13 7月, 2006 1 次提交
  12. 03 7月, 2006 1 次提交
  13. 23 6月, 2006 2 次提交
  14. 12 4月, 2006 1 次提交
  15. 22 3月, 2006 2 次提交
  16. 03 1月, 2006 14 次提交
  17. 01 11月, 2005 1 次提交
    • J
      [PATCH] Creative Audigy 2 cardbus: Add IO window wakeup magic · d83c671f
      James Courtier-Dutton 提交于
      This adds the magic IO wakeup code for the CardBus version of the
      Creative Labs Audigy 2 to the snd-emu10k1 driver.
      
      Without the magic IO enable sequence, reading from the IO region of the
      card will fail spectacularly, and the machine will hang.
      
      My next task will be getting the driver to actually play sound without
      distortion.
      Signed-off-by: NJames Courtier-Dutton <James@superbug.co.uk>
      
      [ This is a work-in-progress, but since it avoids a total lockup
        if the emu10k module is loaded on a machine with the cardbus
        card inserted, we're better off with it than without it, even
        if sound quality is bad right now ]
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d83c671f
  18. 07 10月, 2005 1 次提交