Date: Thu, 29 Oct 2009 14:52:32 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi.c acpi_user.c acpidump.c acpidump.h Message-ID: <200910291452.n9TEqqFK091211@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-10-29 14:52:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/acpi/acpidump acpi.c acpi_user.c acpidump.c acpidump.h Log: SVN rev 198592 on 2009-10-29 14:52:32Z by jhb MFC 196555: - Use the headers from ACPI-CA to define various constants and structures for table layouts, etc. rather than homerolling our own structures and constants in acpidump.h. - Verify the extended checksum on the RSDP. - One side effect in this branch is that we lose support for parsing SRAT X2APIC entries since the ACPI-CA headers do not include those. I have yet to see one of these in the wild, however. Revision Changes Path 1.32.2.3 +453 -376 src/usr.sbin/acpi/acpidump/acpi.c 1.14.2.1 +26 -22 src/usr.sbin/acpi/acpidump/acpi_user.c 1.12.2.1 +3 -3 src/usr.sbin/acpi/acpidump/acpidump.c 1.22.2.2 +33 -346 src/usr.sbin/acpi/acpidump/acpidump.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910291452.n9TEqqFK091211>