docs/90042: acpi.4 should mention that ACPI_DEBUG depends on DDB.

Wojciech A. Koszek dunstan at freebsd.czest.pl
Tue Dec 6 19:00:19 UTC 2005


>Number:         90042
>Category:       docs
>Synopsis:       acpi.4 should mention that ACPI_DEBUG depends on DDB.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 06 19:00:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Wojciech A. Koszek
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD laptop.freebsd.czest.pl 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Dec 6 19:19:23 CET 2005 root at laptop.freebsd.czest.pl:/usr/obj/usr/src/sys/ACPITEST i386


>Description:
Please commit this patch or similar, since it must be documented somewhere
in basesystem.
>How-To-Repeat:
>Fix:

http://freebsd.czest.pl/dunstan/FreeBSD/diff.0.acpi.4

--- acpi.4.diff begins here ---
(c) 2005 <Wojciech A. Koszek dunstan^freebsd.czest.pl>

Patch against FreeBSD 7.0-CURRENT, kern.osreldate: 700008.

diff -upr /usr/src/share/man/man4/acpi.4 src/share/man/man4/acpi.4
--- /usr/src/share/man/man4/acpi.4	Fri Jul 15 19:35:25 2005
+++ src/share/man/man4/acpi.4	Tue Dec  6 19:45:34 2005
@@ -35,6 +35,7 @@
 .Cd "device acpi"
 .Pp
 .Cd "options ACPI_DEBUG"
+.Cd "options DDB"
 .Sh DESCRIPTION
 The
 .Nm
@@ -252,7 +253,9 @@ The object and all of its children will 
 bus/children scan of the namespace.
 The ACPI CA code will still know about the avoided region.
 .Sh DEBUGGING OUTPUT
-To enable debugging output,
+To enable debugging output, your kernel must be compiled with
+.Cd "options DDB"
+and
 .Nm
 must be compiled with
 .Cd "options ACPI_DEBUG" .
--- acpi.4.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list