diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-16 05:17:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-16 05:17:50 -0400 |
commit | 1791a78c0b10fe548bf08a2ed7f84a4ea1385430 (patch) | |
tree | 3bc3e71a900a364aaaaf28d553ce44e5dc27092b /arch/x86/pci/irq.c | |
parent | bf07dc864902b3e788de5ab50dc62d5677da90f2 (diff) | |
parent | 066519068ad2fbe98c7f45552b1f592903a9c8c8 (diff) |
Merge branch 'linus' into x86/cleanups
Diffstat (limited to 'arch/x86/pci/irq.c')
-rw-r--r-- | arch/x86/pci/irq.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/pci/irq.c b/arch/x86/pci/irq.c index 7300567e480b..f0859de23e20 100644 --- a/arch/x86/pci/irq.c +++ b/arch/x86/pci/irq.c | |||
@@ -616,6 +616,13 @@ static __init int via_router_probe(struct irq_router *r, | |||
616 | */ | 616 | */ |
617 | device = PCI_DEVICE_ID_VIA_8235; | 617 | device = PCI_DEVICE_ID_VIA_8235; |
618 | break; | 618 | break; |
619 | case PCI_DEVICE_ID_VIA_8237: | ||
620 | /** | ||
621 | * Asus a7v600 bios wrongly reports 8237 | ||
622 | * as 586-compatible | ||
623 | */ | ||
624 | device = PCI_DEVICE_ID_VIA_8237; | ||
625 | break; | ||
619 | } | 626 | } |
620 | } | 627 | } |
621 | 628 | ||