svn commit: r281134 - stable/10/usr.sbin/bhyve
Neel Natu
neel at FreeBSD.org
Mon Apr 6 03:16:21 UTC 2015
Author: neel
Date: Mon Apr 6 03:16:20 2015
New Revision: 281134
URL: https://svnweb.freebsd.org/changeset/base/281134
Log:
MFC r272481.
Add new fields in the FADT, required by IASL 20140926-64.
Modified:
stable/10/usr.sbin/bhyve/acpi.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/bhyve/acpi.c
==============================================================================
--- stable/10/usr.sbin/bhyve/acpi.c Mon Apr 6 03:02:20 2015 (r281133)
+++ stable/10/usr.sbin/bhyve/acpi.c Mon Apr 6 03:16:20 2015 (r281134)
@@ -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",
More information about the svn-src-all
mailing list