]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls the
authorNate Lawson <njl@FreeBSD.org>
Wed, 18 Aug 2004 07:00:43 +0000 (07:00 +0000)
committerNate Lawson <njl@FreeBSD.org>
Wed, 18 Aug 2004 07:00:43 +0000 (07:00 +0000)
commit071339e2d1e74616797b104c444abe6431ac675e
tree0005034bc12cbd1dfc31b70898368387ed6c6a37
parent0ec443a08051c12a7148518f98cf31cd1fcf9a94
Call AcpiLeaveSleepState() before DEVICE_RESUME().  The former calls the
BFS and WAK methods, which are needed to initialize some devices before
the driver can resume them.  This was the original order.

MFC after: 2 days
sys/dev/acpica/acpi.c