freebsd-dev/sys/dev/acpica/Osd
Jung-uk Kim 11738fb0f6 Do not check whether AcpiOsGetTimer() is called during boot.
From ACPICA 20170929, AcpiOsGetTimer() should be available early because
While() loop timeout mechanism was reimplemented with it.  Unfortunately,
it means AcpiLoadTables() may cause panic when a While() loop is executed.
After having lengthy discussions with ACPICA developers, I have concluded
that dummy timecounter is good enough for the purpose and it is the least
intrusive solution for now.  Also, they reminded me the ACPI specification
implies OS timer function should be available before loading tables.
2017-10-10 19:20:38 +00:00
..
OsdDebug.c Merge ACPICA 20161222. 2017-01-05 21:28:25 +00:00
OsdHardware.c Merge ACPICA 20161222. 2017-01-05 21:28:25 +00:00
OsdInterrupt.c
OsdMemory.c
OsdSchedule.c Do not check whether AcpiOsGetTimer() is called during boot. 2017-10-10 19:20:38 +00:00
OsdStream.c
OsdSynch.c Use polling spin loops for timeouts during early boot. 2016-05-16 21:33:31 +00:00
OsdTable.c Merge ACPICA 20160930. 2016-10-04 20:27:15 +00:00