1. 29 Aug, 2003 4 commits
    • Dave Jones's avatar
      [AGPGART] move NVIDIA registers to agp.h · f6b266eb
      Dave Jones authored
      f6b266eb
    • Dave Jones's avatar
    • Dave Jones's avatar
      [AGPGART] Fix indentation. · f4d5e3d2
      Dave Jones authored
      f4d5e3d2
    • Dave Jones's avatar
      [AGPGART] Numerous AMD64 gart driver cleanups. · cad8b410
      Dave Jones authored
      From Andi Kleen.
      
      - Fix the help text for the 8151 driver
      - Fix the dependencies (must be compiled in when the IOMMU is in)
      - Add __setup options for when the AGP driver is compiled in:
      agp=off  agp=try_unsupported
      Currently only supported for the K8 driver, the other drivers
      would need fixes in their module init functions too.
      - Add try_unsupported support for the K8 driver.
      - Add some aperture sanity checking to the K8 driver.
      There are unfortunately still BIOS around that get it wrong.
      - Also try to read the aperture from the AGP bridge if it is bogus
      in the Northbridge. Windows only looks into the bridge and some BIOS only
      put the aperture there.
      [These two changes are only useful for 32bit kernels. The 64bit kernel
      checks this in aperture.c anyways, and fixes it. The 32bit kernel
      cannot fix a complety broken aperture currently, but at least it will
      not crash now]
      - Clean up handling for multiple northbridges. The paths are the same
      now for as for a single NB.
      - Some other minor cleanups. 
      cad8b410
  2. 27 Aug, 2003 1 commit
  3. 21 Aug, 2003 23 commits
  4. 20 Aug, 2003 12 commits
    • Jaroslav Kysela's avatar
      ALSA CVS update · 1387c386
      Jaroslav Kysela authored
      D:2003/08/20 10:59:59
      A:Jaroslav Kysela <perex@suse.cz>
      F:usb/usbaudio.c:1.62->1.63 
      F:usb/usbaudio.h:1.20->1.21 
      F:usb/usbmixer.c:1.21->1.22 
      L:Synced USB audio driver with the latest 2.6 code
      1387c386
    • Jaroslav Kysela's avatar
      ALSA CVS update · 8e9106ba
      Jaroslav Kysela authored
      D:2003/08/16 10:54:09
      A:Jaroslav Kysela <perex@suse.cz>
      F:core/oss/pcm_oss.c:1.45->1.46 
      L:Fixed open for O_RDWR when capture is not available
      8e9106ba
    • Jaroslav Kysela's avatar
      ALSA CVS update · 9eca811b
      Jaroslav Kysela authored
      D:2003/08/14 17:05:13
      A:Takashi Iwai <tiwai@suse.de>
      F:pci/ac97/ac97_codec.c:1.100->1.101 
      L:fix by James Courtier-Dutton <James@superbug.demon.co.uk>:
      L:
      L:Fixes ac3 passthru non-audio bit setting for AC97 codecs.
      L:
      L:I have :-
      L:Card: Intel ICH5
      L:Chip: Avance Logic ALC650 rev 0
      L:
      L:The problem I was having was that the spdif non-audio bit was not
      L:being set.
      L:This patch fixes that problem.
      9eca811b
    • Jaroslav Kysela's avatar
      ALSA CVS update · 7ee5c239
      Jaroslav Kysela authored
      D:2003/08/14 12:05:38
      A:Takashi Iwai <tiwai@suse.de>
      F:drivers/opl3/opl3_lib.c:1.17->1.18 
      F:isa/gus/gusclassic.c:1.10->1.11 
      F:isa/gus/gusextreme.c:1.10->1.11 
      F:isa/gus/gusmax.c:1.11->1.12 
      F:pci/azt3328.c:1.2->1.3 
      F:pci/cs4281.c:1.43->1.44 
      F:pci/ens1370.c:1.47->1.48 
      F:pci/es1938.c:1.26->1.27 
      F:pci/es1968.c:1.51->1.52 
      F:pci/sonicvibes.c:1.25->1.26 
      F:pci/via82xx.c:1.45->1.46 
      F:pci/cs46xx/cs46xx_lib.c:1.62->1.63 
      F:pci/ice1712/ice1712.c:1.32->1.33 
      F:pci/ice1712/ice1724.c:1.14->1.15 
      F:pci/trident/trident_main.c:1.45->1.46 
      F:pci/ymfpci/ymfpci_main.c:1.40->1.41 
      F:sparc/amd7930.c:1.6->1.7 
      F:sparc/cs4231.c:1.8->1.9 
      L:fixed the wrong order of object destruction:
      L:  a released object is referred after the *_free() call.
      7ee5c239
    • Jaroslav Kysela's avatar
      ALSA CVS update · 46b5bce9
      Jaroslav Kysela authored
      D:2003/08/14 11:55:18
      A:Takashi Iwai <tiwai@suse.de>
      F:pci/ymfpci/ymfpci_main.c:1.39->1.40 
      L:register dump in the proc file.
      46b5bce9
    • Jaroslav Kysela's avatar
      ALSA CVS update · ce9a3829
      Jaroslav Kysela authored
      D:2003/08/13 14:14:31
      A:Takashi Iwai <tiwai@suse.de>
      F:arm/sa11xx-uda1341.c:1.11->1.12 
      L:fixed missing spin_lock_init().
      ce9a3829
    • Jaroslav Kysela's avatar
      ALSA CVS update · 2c77c521
      Jaroslav Kysela authored
      D:2003/08/13 14:01:22
      A:Takashi Iwai <tiwai@suse.de>
      F:isa/opl3sa2.c:1.28->1.29 
      L:fixed the uninitialized spin_lock.
      2c77c521
    • Jaroslav Kysela's avatar
      ALSA CVS update · d8e89ece
      Jaroslav Kysela authored
      D:2003/08/11 13:37:56
      A:Takashi Iwai <tiwai@suse.de>
      F:Documentation/DocBook/writing-an-alsa-driver.tmpl:1.12->1.13 
      L:fix typos
      d8e89ece
    • Jaroslav Kysela's avatar
      ALSA CVS update · 9706afa2
      Jaroslav Kysela authored
      D:2003/08/11 13:37:36
      A:Takashi Iwai <tiwai@suse.de>
      F:pci/intel8x0.c:1.87->1.88 
      L:fix mixed up vendor/device ID's for Asus P4P800
      9706afa2
    • Jaroslav Kysela's avatar
      ALSA CVS update · 00b63fd6
      Jaroslav Kysela authored
      D:2003/08/11 10:20:00
      A:Jaroslav Kysela <perex@suse.cz>
      F:pci/es1968.c:1.49->1.50 
      L:Removed bob_lock spinlock
      00b63fd6
    • Jaroslav Kysela's avatar
      ALSA CVS update · 8cdf3781
      Jaroslav Kysela authored
      D:2003/08/07 15:18:56
      A:Takashi Iwai <tiwai@suse.de>
      F:pci/es1968.c:1.48->1.49 
      L:- hopefully fixed the capture.
      L:- align the buffers in 4k.
      L:- a bit code clean up.
      8cdf3781
    • Jaroslav Kysela's avatar
      ALSA CVS update · b05cc1cb
      Jaroslav Kysela authored
      D:2003/08/06 18:45:09
      A:Takashi Iwai <tiwai@suse.de>
      F:core/oss/pcm_plugin.c:1.15->1.16 
      F:core/oss/pcm_plugin.h:1.4->1.5 
      L:removed unused functions.
      b05cc1cb