freebsd-dev/sys/amd64/acpica/genwakecode.sh
Jung-uk Kim d2b227cd49 - Clean up suspend/resume code for amd64.
- Call acpi_resync_clock() to reset system time before hardclock is ready
to tick.  Note we assume the current timecounter hardware and RTC are
already available for read operation.

Tested by:	mav
2009-03-23 22:35:30 +00:00

7 lines
96 B
Bash
Executable File

#!/bin/sh
# $FreeBSD$
#
file2c -sx 'static char wakecode[] = {' '};' <acpi_wakecode.bin
exit 0