Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2005 19:00:45 GMT
From:      "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/90042: acpi.4 should mention that ACPI_DEBUG depends on DDB.
Message-ID:  <200512061900.jB6J0jtP071237@freebsd.czest.pl>
Resent-Message-ID: <200512061900.jB6J0G1I052821@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512061900.jB6J0jtP071237>