svn commit: r255573 - head/sys/dev/drm2/radeon

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Mon Sep 16 20:14:16 UTC 2013


On 16.09.2013 18:28, John Baldwin wrote:
> Note that the PCI bus layer already does pci_save_state() during suspend
> and pci_restore_state() during resume, so it is redundant for a driver to
> do so.

Yes. I mostly wanted to fix the calls for now because it triggers a
panic. They'll probably go away, but I'm working on fixing
suspend/resume and I was curious if the card state could change between
pci_save_state() in pci.c and the same call later in the driver itself.

-- 
Jean-Sébastien Pédron

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20130916/43a8d1d0/attachment.sig>


More information about the svn-src-all mailing list