- 05 Sep, 2003 1 commit
-
-
Dave Jones authored
-
- 03 Sep, 2003 1 commit
-
-
Dave Jones authored
Missed conversion when killing off the APBASE defines.
-
- 01 Sep, 2003 1 commit
-
-
Dave Jones authored
- Remove references to 8151, as its not specific to this driver - K8 & x86-64 is deprecated in favour of amd64
-
- 29 Aug, 2003 8 commits
-
-
Dave Jones authored
X86_64 -> AMD64
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
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.
-
- 27 Aug, 2003 1 commit
-
-
Dave Jones authored
- Add some new IDs - Rename some older ones.
-
- 21 Aug, 2003 23 commits
-
-
Dave Jones authored
into hardwired.(none):/mnt/raid/src/kernel/2.6/trees/agpgart
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jörn Engel authored
Dan hasn't been maintaining cramfs for some time. Mark it orphan until somebody else takes it up.
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jörn Engel authored
This removes the pointless cramfs message when booting with cramfs compiled in but not as the root filesystem.
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Stephen Hemminger authored
Cleanup the timer code. It works as is, but: - use timer_ macro's when working with jiffies. - cleanup the #define's - make timer run sooner (ie when next entry will expire) rather than waiting till the next 10 minute quanta. - print TTL value in seconds not jiffies - change formatting to linux style in code the area affected.
-
Stephen Hemminger authored
Better version of my seq_file next operation. Use current pointer to find next element. Should be more stable with changing list (no duplicate entries).
-
Stephen Hemminger authored
Rather than a simple for loop sum, use a better hash function for the mac address. Function repurposed from Lennert's bridge code.
-
Stephen Hemminger authored
Multicast address value is put on stack and can just be static const.
-
Stephen Hemminger authored
Use spin_lock on hash table consistently, this code is only called from bottom half context, never from interrupt context so use spin_lock_bh.
-
Stephen Hemminger authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
-
Jeroen Vreeken authored
- ax25_cb's use refcounting - the ax25_cb list uses hlists - Lots of socket locking.
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/pci-2.5
-
Greg Kroah-Hartman authored
-
Gerd Knorr authored
* makes the three USB drivers not use the procfs stuff, also added a warning that they should converted to sysfs. * Removes the leftover, obsolete VIDEO_PROC_FS config option, that should catch any other build failures too (if any).
-
Jaroslav Kysela authored
- updated documentation and timestamp
-
Jaroslav Kysela authored
-
- 20 Aug, 2003 5 commits
-
-
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
-
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
-
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.
-
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.
-
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.
-