991aef97 | 01-Sep-2022 |
Warner Losh <imp@FreeBSD.org> |
acpi: Move some errors with RSDP and XSLT out from under bootverbose
Failure to map RSDP, XSLT and checksum failures are events that can't happen unless something has gone wrong. As such, they shoul
acpi: Move some errors with RSDP and XSLT out from under bootverbose
Failure to map RSDP, XSLT and checksum failures are events that can't happen unless something has gone wrong. As such, they should be reported always, and not in bootverbose. This has been this way since it was originally brought in to parse APIC tables.
Sponsored by: Netflix Reviewed by: andrew Differential Revision: https://reviews.freebsd.org/D36406
show more ...
|
a14b26a6 | 01-Sep-2022 |
Warner Losh <imp@FreeBSD.org> |
acpi: Unmap RSDP in more error cases
Add missing pmap_unmapbios() calls for when we return 0. Otherwise we can leave the table mapped when it is of no use.
Sponsored by: Netflix Reviewed by: andr
acpi: Unmap RSDP in more error cases
Add missing pmap_unmapbios() calls for when we return 0. Otherwise we can leave the table mapped when it is of no use.
Sponsored by: Netflix Reviewed by: andrew Differential Revision: https://reviews.freebsd.org/D36405
show more ...
|