svn commit: r274635 - head/sys/dev/pci

John Baldwin jhb at freebsd.org
Wed Nov 19 19:21:18 UTC 2014


On Tuesday, November 18, 2014 10:29:52 PM Chagin Dmitry wrote:
> On Tue, Nov 18, 2014 at 07:47:46AM -0800, Adrian Chadd wrote:
> > Hi,
> > 
> > Want to post a bootverbose suspend/resume pass with -HEAD without this
> > patch in it, then with this patch in it?
> 
> it seems that at resume path METHOD set_powerstate() is not invoked. fro
> proper pciX. ie, no "Transition from D3 to D0" prints. i'm trying to
> understand the reason

Can you verify that when acpi_device_pwr_for_sleep() is called acpi_sstate is 
S0?  Maybe add something to just print out the device name, sstate, *dstate, 
and the return value for each call to acpi_device_pwr_for_sleep()?

-- 
John Baldwin


More information about the svn-src-head mailing list