[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] pciback: restore PCI BARs on D3->D0 transition
On Mon, 2007-03-26 at 13:29 -0600, Alex Williamson wrote: > However, we obviously can't expect PCI devices to work without their > BARs properly programmed. The patch below adds a call to > pci_restore_bars() as a workaround until we can figure out why the PCI > code doesn't do this for us. Thanks, From what I can gather, it seems when a driver induces a transition to D3, its expected to use pci_save_state() and pci_restore_state(). I don't think we necessarily need to go to that extent for pciback, but it does appear to be pciback's responsibility to restore some state on the card when transitioning out of D3, since it is effectively the driver for the device. So, I think the pci_restore_bars() call and the patch I sent previously are correct. Thanks, Alex -- Alex Williamson HP Open Source & Linux Org. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |