> Author: jkim > Date: Thu Feb 21 21:15:49 2019 > New Revision: 344446 > URL: https://svnweb.freebsd.org/changeset/base/344446 > > Log: > Catch up with ACPICA 20190215. > > PR: 235922 > > Modified: > head/usr.sbin/bhyve/acpi.c > > Modified: head/usr.sbin/bhyve/acpi.c > ============================================================================== > --- head/usr.sbin/bhyve/acpi.c Thu Feb 21 19:19:30 2019 > (r344445) > +++ head/usr.sbin/bhyve/acpi.c Thu Feb 21 21:15:49 2019 > (r344446) > @@ -256,6 +256,7 @@ basl_fwrite_madt(FILE *fp) > EFPRINTF(fp, "[0001]\t\tLocal Apic ID : %02x\n", i); > EFPRINTF(fp, "[0004]\t\tFlags (decoded below) : 00000001\n"); > EFPRINTF(fp, "\t\t\tProcessor Enabled : 1\n"); > + EFPRINTF(fp, "\t\t\tRuntime Online Capable : 0\n"); > EFPRINTF(fp, "\n");
Hang on, acpi tables have version numbers, why is this needed, we did not change versions of acpi in bhyve. Isnt this a new item added by a new version? -- Rod Grimes rgri...@freebsd.org _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"