mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Disable ACPI on arm64 ad it has only had minimal testing and is causing
boot issues when booting with FDT. It is planned to re-enable this at a later date. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3f8f5599a3
commit
ef6b515b69
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ device bpf # Berkeley packet filter
|
|||
options THUNDERX_PASS_1_1_ERRATA
|
||||
|
||||
options FDT
|
||||
device acpi
|
||||
#device acpi
|
||||
|
||||
# The crypto framework is required by IPSEC
|
||||
device crypto # Required by IPSEC
|
||||
|
|
|
|||
Loading…
Reference in a new issue