From 5d4f897f88ed87d3dc4204fbfac726eac5472001 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 22 Nov 2023 21:12:28 -0700 Subject: [PATCH] UPDATING: Add unset hint.acpi.0.disabled as workaround for no ACPI Explicitly add the 'unset hint.acpi.0.disabled' command to work around this problem. Sponsored by: Netflix --- UPDATING | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 8b503e1ccfb..cea03f7dc7c 100644 --- a/UPDATING +++ b/UPDATING @@ -31,7 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: If you have an arm64 system that uses ACPI, you will need to update your loader.efi in the ESP when you update past this point. Detection of ACPI was moved earlier in the binary so the scripts could use it, but old - binaries don't have this, so we default to 'no ACPI' in this case. + binaries don't have this, so we default to 'no ACPI' in this case. You can + undisable ACPI by doing + OK unset hint.acpi.0.disabled + This can also be used to recover any other system that was updated in the + small window where amd64 was also broken. 20231113: The WITHOUT_LLD_IS_LD option has been removed. When LLD is enabled