Merge branch 'linus' into x86/cleanups

This commit is contained in:
Ingo Molnar
2008-06-16 11:17:50 +02:00
933 changed files with 13675 additions and 7303 deletions

View File

@@ -616,6 +616,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;
}
}