git: 3a8c69c1ff56 - main - amd64 MINIMAL config: remove sentence about acpi
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 May 2023 11:24:54 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=3a8c69c1ff56b8f55a3ca87b1cb2513b5072a150
commit 3a8c69c1ff56b8f55a3ca87b1cb2513b5072a150
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-06 11:21:13 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-05-06 11:24:07 +0000
amd64 MINIMAL config: remove sentence about acpi
On amd64 ACPI is required to boot, it cannot work as a module, and we do
not build the ACPI module for long time.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
---
sys/amd64/conf/MINIMAL | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
index e4d2d0febe94..7a3a6a61df8d 100644
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -8,8 +8,6 @@
# Exceptions:
# o While UFS is buildable as a module, the current module lacks
# some features (ACL, GJOURNAL) that GENERIC includes.
-# o acpi as a module has been reported flakey and not well tested, so
-# is included in the kernel.
# o (non-loaded) random is included due to uncertainty...
# o Many networking things are included
#