]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/pci/irq.c
x86/PCI: add workaround for bug in ASUS A7V600 BIOS (rev 1005)
[mv-sheeva.git] / arch / x86 / pci / irq.c
index 0908fca901bf356ff2597ce13afbeffea35c641e..ca8df9c260bc0d9093b37f4a5f3b679a6259dcc9 100644 (file)
@@ -621,6 +621,13 @@ static __init int via_router_probe(struct irq_router *r,
                         */
                        device = PCI_DEVICE_ID_VIA_8235;
                        break;
+               case PCI_DEVICE_ID_VIA_8237:
+                       /**
+                        * Asus a7v600 bios wrongly reports 8237
+                        * as 586-compatible
+                        */
+                       device = PCI_DEVICE_ID_VIA_8237;
+                       break;
                }
        }