]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
iasl(8) expects integer fields in data tables to be specified as hexadecimal
authorneel <neel@FreeBSD.org>
Thu, 9 Oct 2014 19:02:32 +0000 (19:02 +0000)
committerneel <neel@FreeBSD.org>
Thu, 9 Oct 2014 19:02:32 +0000 (19:02 +0000)
commit03b547d0b3411edf4d68a7ca9ea46489d84d069d
tree96da8b229535a3e4a08b732ec5d1801850b33ff1
parent3da2b907c26d48466683290a835f35eb79d04fde
iasl(8) expects integer fields in data tables to be specified as hexadecimal
values. Therefore the bit width of the "PM Timer Block" was actually being
interpreted as 50-bits instead of the expected 32-bit.

This eliminates an error message emitted by a Linux 3.17 guest during boot:
"Invalid length for FADT/PmTimerBlock: 50, using default 32"

Reviewed by: grehan
MFC after: 1 week
usr.sbin/bhyve/acpi.c