aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/pci/irq.c')
-rw-r--r--arch/x86/pci/irq.c7
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