d2b227cd49
- 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
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
# $FreeBSD$
|
|
#
|
|
file2c -sx 'static char wakecode[] = {' '};' <acpi_wakecode.bin
|
|
|
|
exit 0
|