merge 2.6.13-rc4 with ACPI's to-linus tree

This commit is contained in:
Len Brown
2005-07-30 01:55:32 -04:00
förälder d6ac1a7910 b0825488a6
incheckning adbedd3424
250 ändrade filer med 8076 tillägg och 2965 borttagningar

Visa fil

@@ -551,6 +551,13 @@ static __init int intel_router_probe(struct irq_router *r, struct pci_dev *route
static __init int via_router_probe(struct irq_router *r, struct pci_dev *router, u16 device)
{
/* FIXME: We should move some of the quirk fixup stuff here */
if (router->device == PCI_DEVICE_ID_VIA_82C686 &&
device == PCI_DEVICE_ID_VIA_82C586_0) {
/* Asus k7m bios wrongly reports 82C686A as 586-compatible */
device = PCI_DEVICE_ID_VIA_82C686;
}
switch(device)
{
case PCI_DEVICE_ID_VIA_82C586_0: