[It would be nice to have this in 2.6.25. It only affects the builtin NIC on the Medion MD9580-F laptop, which is currently broken due to an IRQ routing problem, and Johann-Nikolaus has verified that this fixes the problem.] This fixes the builtin RTL8139 NIC on the Medion MD9580-F laptop. The BIOS reports the interrupt routing incorrectly. I recently added a quirk to work around this, and this patch fixes a typo in the quirk. We pad every ACPI pathname component to four characters, so ".ISA." will never match anything. We need ".ISA_." instead. Thank you Johann-Nikolaus Andreae <johann-nikolaus.andreae@xxxxxxx> for patiently testing this patch. See http://bugzilla.kernel.org/show_bug.cgi?id=4773 Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Index: work7/drivers/acpi/pci_irq.c =================================================================== --- work7.orig/drivers/acpi/pci_irq.c 2008-03-25 08:51:42.000000000 -0600 +++ work7/drivers/acpi/pci_irq.c 2008-03-25 08:52:03.000000000 -0600 @@ -131,8 +131,8 @@ */ static struct prt_quirk prt_quirks[] = { { medion_md9580, 0, 0, 9, 'A', - "\\_SB_.PCI0.ISA.LNKA", - "\\_SB_.PCI0.ISA.LNKB"}, + "\\_SB_.PCI0.ISA_.LNKA", + "\\_SB_.PCI0.ISA_.LNKB"}, { dell_optiplex, 0, 0, 0xd, 'A', "\\_SB_.LNKB", "\\_SB_.LNKA"}, -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html