summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2015-04-06 03:16:20 +0000
committerneel <neel@FreeBSD.org>2015-04-06 03:16:20 +0000
commitf333e1d3ba58f8ca790c26259d2b8cea09a4f6b1 (patch)
treeffa463594a666ed8118115291750e075d5113e7d /usr.sbin
parentfd1aa4bec96371bca492dc68424a2d6a33588dd0 (diff)
downloadFreeBSD-src-f333e1d3ba58f8ca790c26259d2b8cea09a4f6b1.zip
FreeBSD-src-f333e1d3ba58f8ca790c26259d2b8cea09a4f6b1.tar.gz
MFC r272481.
Add new fields in the FADT, required by IASL 20140926-64.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/acpi.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/acpi.c b/usr.sbin/bhyve/acpi.c
index c1f5f13..a5a6559 100644
--- a/usr.sbin/bhyve/acpi.c
+++ b/usr.sbin/bhyve/acpi.c
@@ -430,7 +430,10 @@ basl_fwrite_fadt(FILE *fp)
EFPRINTF(fp, "\n");
EFPRINTF(fp, "[0001]\t\tValue to cause reset : 06\n");
- EFPRINTF(fp, "[0003]\t\tReserved : 000000\n");
+ EFPRINTF(fp, "[0002]\t\tARM Flags (decoded below): 0000\n");
+ EFPRINTF(fp, "\t\t\tPSCI Compliant : 0\n");
+ EFPRINTF(fp, "\t\t\tMust use HVC for PSCI : 0\n");
+ EFPRINTF(fp, "[0001]\t\tFADT Minor Revision : 01\n");
EFPRINTF(fp, "[0008]\t\tFACS Address : 00000000%08X\n",
basl_acpi_base + FACS_OFFSET);
EFPRINTF(fp, "[0008]\t\tDSDT Address : 00000000%08X\n",
OpenPOWER on IntegriCloud