Bug 294258 - ACPI_DEBUG needs DDB instead of USE_DEBUGGER in NOTES
Summary: ACPI_DEBUG needs DDB instead of USE_DEBUGGER in NOTES
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 14.4-STABLE
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-05 06:21 UTC by Andre Albsmeier
Modified: 2026-04-05 06:21 UTC (History)
0 users

See Also:


Attachments
patch for NOTES (542 bytes, patch)
2026-04-05 06:21 UTC, Andre Albsmeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Albsmeier 2026-04-05 06:21:59 UTC
Created attachment 269379 [details]
patch for NOTES

sys/x86/conf/NOTES states that ACPI_DEBUG needs USE_DEBUGGER. This is old, it should mention DDB.

This is already documented in acpi(4), so we should refer to this man page instead of having (possibly wrong) information in several places.