Module Name: src Committed By: jmcneill Date: Mon Jun 17 16:34:02 UTC 2019
Modified Files: src/sys/arch/x86/acpi: acpi_wakeup.c Log Message: The second parameter to AcpiSetFirmwareWakingVector sets the X_Firmware_Waking_Vector field (where supported), which will cause firmware to resume in protected mode. Since our wake code assumes real mode, always set X_Firmware_Waking_Vector to 0. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/acpi/acpi_wakeup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.