On 30-09-08 19:21, Linus Torvalds wrote: > It looks like both of these will fall afoul of the fact that ACPI > currently seems to _expect_ to be called in the old order, ie I get some > oops in acpi_irq_penalty_init() apparently because it knew that it got > called later (thanks to being called from pci_acpi_init in the > arch-specific directory), and knew that the other ACPI subsys setup > routines had been done before. Yes, I also get that oops but other than that, both link order versions you sent out work -- ie, booting with acpi=noirq gets me to a functional system with the quirk having run for PNP0c02 (acpi=off disables all of PNP0c02) and doing its job. For some reason only some of your messages seem to be making it into my inbox (in order, at least) but either of these that is: http://lkml.org/lkml/2008/9/30/242 http://lkml.org/lkml/2008/9/30/261 With the attached on top, all's working fine for me. Rene.