On Friday 13 May 2005 10:06 pm, Fabrice Gautier wrote: > The way I understand the PCI spec is: if you suspend a PCI device, its IRQ > should be disabled. If an IRQ come from this device anyway (in violation of > the spec) then the driver for this device should handle it so you should NOT > unregister its irq_handler. There's PCI ... and PCI with PM capabilities. That rule about only issuing PME transactions while suspended can only apply in the latter case. That is, not all PCI devices support the PCI PM rules; drivers may need to help the hardware. - Dave