Revision a7b862f663d81858531dfccc0537bc9d8a2a4121 authored by Chris Wedgwood on 15 May 2006, 16:43:55 UTC, committed by Linus Torvalds on 15 May 2006, 18:20:55 UTC
An earlier commit (75cf7456dd87335f574dcd53c4ae616a2ad71a11) changed an
overly-zealous PCI quirk to only poke those VIA devices that need it.
However, some PCI devices were not included in what I hope is now the full
list.  Consequently we're failing to run the quirk on all machines which need
it, causing IRQ routing failures.

This should I hope correct this.

Thanks to Masoud Sharbiani <masouds@masoud.ir> for pointing this out
and testing the fix.

Signed-off-by: Chris Wedgwood <cw@f00f.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 73d5858
History
File Mode Size
irq
power
.gitignore -rw-r--r-- 51 bytes
Kconfig.hz -rw-r--r-- 1.2 KB
Kconfig.preempt -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 2.4 KB
acct.c -rw-r--r-- 15.8 KB
audit.c -rw-r--r-- 29.5 KB
audit.h -rw-r--r-- 2.8 KB
auditfilter.c -rw-r--r-- 21.2 KB
auditsc.c -rw-r--r-- 35.1 KB
capability.c -rw-r--r-- 6.6 KB
compat.c -rw-r--r-- 24.1 KB
configs.c -rw-r--r-- 3.3 KB
cpu.c -rw-r--r-- 4.8 KB
cpuset.c -rw-r--r-- 71.1 KB
dma.c -rw-r--r-- 3.5 KB
exec_domain.c -rw-r--r-- 4.4 KB
exit.c -rw-r--r-- 41.5 KB
extable.c -rw-r--r-- 2.0 KB
fork.c -rw-r--r-- 39.7 KB
futex.c -rw-r--r-- 26.2 KB
futex_compat.c -rw-r--r-- 3.2 KB
hrtimer.c -rw-r--r-- 19.5 KB
intermodule.c -rw-r--r-- 5.1 KB
itimer.c -rw-r--r-- 9.3 KB
kallsyms.c -rw-r--r-- 10.4 KB
kexec.c -rw-r--r-- 27.6 KB
kfifo.c -rw-r--r-- 4.6 KB
kmod.c -rw-r--r-- 7.6 KB
kprobes.c -rw-r--r-- 17.2 KB
ksysfs.c -rw-r--r-- 1.9 KB
kthread.c -rw-r--r-- 5.0 KB
module.c -rw-r--r-- 55.0 KB
mutex-debug.c -rw-r--r-- 11.6 KB
mutex-debug.h -rw-r--r-- 3.4 KB
mutex.c -rw-r--r-- 8.6 KB
mutex.h -rw-r--r-- 1.3 KB
panic.c -rw-r--r-- 6.2 KB
params.c -rw-r--r-- 16.7 KB
pid.c -rw-r--r-- 8.4 KB
posix-cpu-timers.c -rw-r--r-- 41.1 KB
posix-timers.c -rw-r--r-- 27.5 KB
printk.c -rw-r--r-- 26.2 KB
profile.c -rw-r--r-- 14.5 KB
ptrace.c -rw-r--r-- 11.5 KB
rcupdate.c -rw-r--r-- 16.8 KB
rcutorture.c -rw-r--r-- 17.1 KB
relay.c -rw-r--r-- 23.9 KB
resource.c -rw-r--r-- 11.6 KB
sched.c -rw-r--r-- 155.6 KB
seccomp.c -rw-r--r-- 1.1 KB
signal.c -rw-r--r-- 65.0 KB
softirq.c -rw-r--r-- 11.4 KB
softlockup.c -rw-r--r-- 3.9 KB
spinlock.c -rw-r--r-- 7.8 KB
stop_machine.c -rw-r--r-- 4.7 KB
sys.c -rw-r--r-- 49.2 KB
sys_ni.c -rw-r--r-- 3.7 KB
sysctl.c -rw-r--r-- 58.8 KB
time.c -rw-r--r-- 17.1 KB
timer.c -rw-r--r-- 40.7 KB
uid16.c -rw-r--r-- 5.1 KB
user.c -rw-r--r-- 5.1 KB
wait.c -rw-r--r-- 7.1 KB
workqueue.c -rw-r--r-- 15.1 KB

back to top