19 Apr, 2008

38 commits


26 Mar, 2008

2 commits

  • Linus Torvalds
     
  • 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
    for patiently testing this patch.

    See http://bugzilla.kernel.org/show_bug.cgi?id=4773

    Signed-off-by: Bjorn Helgaas
    Signed-off-by: Linus Torvalds

    Bjorn Helgaas