Date: Fri, 19 Mar 2010 12:43:18 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/acpica acpi_machdep.c src/sys/i386/acpica acpi_machdep.c Message-ID: <201003191243.o2JChg3J003386@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-03-19 12:43:18 UTC FreeBSD src repository Modified files: sys/amd64/acpica acpi_machdep.c sys/i386/acpica acpi_machdep.c Log: SVN rev 205332 on 2010-03-19 12:43:18Z by jhb Use the same policy for rejecting / not-reject ACPI tables with incorrect checksums as the base acpi(4) driver. This fixes a problem where the MADT parser would reject the MADT table during early boot causing the MP Table to be, but then the acpi(4) driver would attach and use non-SMP interrupt routing. Tested by: Alastair Hogge agh of coolrhaug com MFC after: 1 week Revision Changes Path 1.25 +2 -0 src/sys/amd64/acpica/acpi_machdep.c 1.48 +2 -0 src/sys/i386/acpica/acpi_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003191243.o2JChg3J003386>