Re: New PCI PM

2001-06-12 Thread Patrick Mochel
On Tue, 12 Jun 2001, Jeff Garzik wrote: > > What is are the guarantees about the order of calls to > pci_driver::suspend and pci_driver::resume? > > Will a driver get calls like > suspend(D3) > suspend(D2) > suspend(D1) Not possible, according to the PCI PM Spec. These are

New PCI PM

2001-06-12 Thread Jeff Garzik
What is are the guarantees about the order of calls to pci_driver::suspend and pci_driver::resume? Will a driver get calls like suspend(D3) suspend(D2) suspend(D1) or just one suspend call? What effect does the return value have on the rest of the system? On the order