Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759828AbZAIXER (ORCPT ); Fri, 9 Jan 2009 18:04:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756362AbZAIXEA (ORCPT ); Fri, 9 Jan 2009 18:04:00 -0500 Received: from vms044pub.verizon.net ([206.46.252.44]:61753 "EHLO vms044pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751916AbZAIXEA (ORCPT ); Fri, 9 Jan 2009 18:04:00 -0500 Date: Fri, 09 Jan 2009 18:03:44 -0500 (EST) From: Len Brown Subject: PCI, ACPI, IRQ, IOAPIC: reroute PCI interrupt to legacy boot interrupt equivalent X-X-Sender: lenb@localhost.localdomain To: Stefan Assmann , Ingo Molnar , Bjorn Helgaas , Jesse Barnes , Olaf Dabrunz , Thomas Gleixner , Steven Rostedt Cc: Linux Kernel Mailing List , linux-acpi@vger.kernel.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1342 Lines: 42 Stefan, I had to exclude your changes to drivers/acpi/pci_irq.c from e1d3a90846b40ad3160bf4b648d36c6badad39ac in order to get some other changes to that file upstream in the 2.6.29 merge window. I left the other parts of the quirk intact - so at the moment on one of the quirked machines, you'll see PCI quirk: reroute interrupts for... but will not see pci irq %d -> rerouted to legacy as the quirk is effectively disabled. I had difficulty trying to port this patch to the new pci_irq.c because fundamentally I don't understand what it is trying to do, and why. The quirk is specific to Intel chipsets, so with all the Linux guys now working at Intel, I'm hopeful that we can reach a clear understanding of the issue and a consensus on the proper fix. BTW. I'm not excited about how the original patch drops a chipset specific workaround inside the ACPI code to go behind the mirrors and lie about what ACPI returns. I'm hopeful that a better place for the workaround can be found if this is the approach we need to take.. Can you help us understand what the failure is? thanks, -Len -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/