K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-05-10T18:33:08.000000Z K 7 svn:log V 436 - Change madt_map_table() to verify the checksum of any table it is asked to map. If the checksum fails, the table is unmapped and a NULL pointer returned. - For ACPI version >= 2.0, check the extended checksum of the RSDP. AcpiOsGetRootPointer() already checks the version 1.0 checksum. - Remap the full MADT table at the end of madt_probe() so that we verify its checksum before saying it is really there. Requested by: njl END