| Summary: | [NOTES] [patch] i386 NOTES says building acpi into kernel is deprecated | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Rebecca Cran <bcran> | ||||
| Component: | Books & Articles | Assignee: | John Baldwin <jhb> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Rebecca Cran
2009-12-10 21:30:07 UTC
State Changed From-To: open->patched Fix committed to HEAD. Responsible Changed From-To: freebsd-doc->jhb Fix committed to HEAD. Author: jhb Date: Mon Dec 14 15:32:32 2009 New Revision: 200514 URL: http://svn.freebsd.org/changeset/base/200514 Log: Remove comment claiming that building acpi into the kernel is deprecated. PR: docs/141353 Submitted by: Bruce Cran MFC after: 1 week Modified: head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/NOTES ============================================================================== --- head/sys/i386/conf/NOTES Mon Dec 14 13:23:33 2009 (r200513) +++ head/sys/i386/conf/NOTES Mon Dec 14 15:32:32 2009 (r200514) @@ -469,9 +469,6 @@ device tdfx_linux # Enable Linuxulator # kernel environment variables to select initial debugging levels for the # Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER # defined when it is built). -# -# Note that building ACPI into the kernel is deprecated; the module is -# normally loaded automatically by the loader. device acpi options ACPI_DEBUG _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed Fix merged to 7 and 8 a while ago. |