On Monday, 6 August 2007 15:42, Joonwoo Park wrote:
And they are in place, AFAICS (from drivers/pci/pci.c):
/* Mandatory power management transition delays */
/* see PCI PM 1.1 5.6.1 table 18 */
if (state == PCI_D3hot || dev->current_state == PCI_D3hot)
msleep(pci_pm_d3_delay);
else if (state == PCI_D2 || dev->current_state == PCI_D2)
udelay(200);
It's too late for the delay.
Greetings,
Rafael
--
"Premature optimization is the root of all evil." - Donald Knuth
-