Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 15:05:59 -0700 (MST)
From:      "Cliff L. Biffle" <cbiffle@safety.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/51523: ACPI sub-device for CPU mislabelled in acpi(4) manpage
Message-ID:  <200304282205.h3SM5xsA001204@cliff50.safety.net>
Resent-Message-ID: <200304282210.h3SMAJV4020507@freefall.freebsd.org>

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

>Number:         51523
>Category:       docs
>Synopsis:       ACPI sub-device for CPU mislabelled in acpi(4) manpage
>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:   Mon Apr 28 15:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cliff L. Biffle
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cliff50.safety.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Mon Apr 28 13:44:06 MST 2003 root@cliff50.safety.net:/usr/obj/usr/src/sys/CLIFF i386


	
>Description:
The ACPI sub-device for CPU power-saving and throttling is called "processor"
in the acpi(4) manpage.  While semantically correct, the actual name used to
disable the facility is "cpu" (as seen in src/sys/dev/acpica/acpi_cpu.c, line
126).  Since the manpage listing of sub-devices is titled "sub-devices and
features that can be disabled", this should probably be corrected.
>How-To-Repeat:
Add one of the following two lines to /boot/loader.conf:
debug.acpi.disable="processor"
debug.acpi.disable="cpu"
The first is what the manpage suggests.  The second is what works. :-)
>Fix:
Change the name of the device from 'processor' to 'cpu' in acpi(4).
>Release-Note:
>Audit-Trail:
>Unformatted:



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