Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157537603
D54625.id170633.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
531 B
Referenced Files
None
Subscribers
None
D54625.id170633.diff
View Options
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -672,11 +672,9 @@
if (AcpiGbl_FADT.Flags & ACPI_FADT_RESET_REGISTER)
sc->acpi_handle_reboot = 1;
-#if !ACPI_REDUCED_HARDWARE
/* Only enable S4BIOS by default if the FACS says it is available. */
if (AcpiGbl_FACS != NULL && AcpiGbl_FACS->Flags & ACPI_FACS_S4_BIOS_PRESENT)
sc->acpi_s4bios = 1;
-#endif
/*
* Probe all supported ACPI sleep states. Awake (S0) is always supported,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 23, 1:57 PM (20 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33447771
Default Alt Text
D54625.id170633.diff (531 B)
Attached To
Mode
D54625: acpi: Use AcpiGbl_FACS even on ACPI_REDUCED_HARDWARE
Attached
Detach File
Event Timeline
Log In to Comment