Hi Shaohua, Li, Shaohua wrote: > Hi matthieu, > >>From: matthieu castet > PNPACPI will call an 'acpi_register_gsi' for device's IRQ. If you remove > PIC/TIMER from the list, their irq will be called. It sounds not safe to > me, especially, in the ioapic mode. Yes, I remembered this yesterday. I started to try to understand how work acpi_register_gsi and if it was safe. I was wondering if we shouln't call it only when a driver register the device (to do something like pci_enable), but it will need pnp layer modification. I updated the patch in order to keep PIC and TIMER. > It's meaningless to export PCI root to PNP layer to me. Could we remove > it? I know, but it is already in pnpbios and I believe we should only put device that are problematic. Thanks, Matthieu