From owner-svn-src-all@FreeBSD.ORG Tue Apr 7 20:00:21 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35BEE10656BA; Tue, 7 Apr 2009 20:00:21 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0680F8FC2F; Tue, 7 Apr 2009 20:00:21 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n37K0Kvl025325; Tue, 7 Apr 2009 20:00:20 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n37K0Ke3025324; Tue, 7 Apr 2009 20:00:20 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200904072000.n37K0Ke3025324@svn.freebsd.org> From: Christian Brueffer Date: Tue, 7 Apr 2009 20:00:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190823 - head/share/man/man4/man4.powerpc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 20:00:22 -0000 Author: brueffer Date: Tue Apr 7 20:00:20 2009 New Revision: 190823 URL: http://svn.freebsd.org/changeset/base/190823 Log: Mdoc cleanup. Prompted by: man2hwnotes.pl MFC after: 3 days Modified: head/share/man/man4/man4.powerpc/pmu.4 Modified: head/share/man/man4/man4.powerpc/pmu.4 ============================================================================== --- head/share/man/man4/man4.powerpc/pmu.4 Tue Apr 7 19:53:36 2009 (r190822) +++ head/share/man/man4/man4.powerpc/pmu.4 Tue Apr 7 20:00:20 2009 (r190823) @@ -43,15 +43,14 @@ kernel configuration file: The .Nm driver provides support for the Power Management Unit (PMU) found in Apple -Core99 hardware. This includes late G3 laptops, all G4 machines, early G5 +Core99 hardware. +This includes late G3 laptops, all G4 machines, early G5 desktops and all G5 XServes. -.Ed .Pp The Apple PMU controller is a multi-purpose ASIC that provides power management and thermal control, as well as an ADB bus for the internal keyboard and mouse on laptops. .Sh HARDWARE -.Pp Chips supported by the .Nm driver include: @@ -62,13 +61,13 @@ Apple KeyLargo PMU .It Apple K2-KeyLargo PMU .El -.Pp .Sh SYSCTL VARIABLES The .Nm driver provides power management services in addition to an .Xr adb 4 -interface. The following sysctls can be used to control the +interface. +The following sysctls can be used to control the power management behavior and to examine current system power and thermal conditions. .Bl -tag -width indent @@ -84,7 +83,8 @@ The current battery charge, in milliamp .It Va dev.pmu.%d.batteries.%d.maxcharge The battery's self-reported maximum charge, in milliamp hours. .It Va dev.pmu.%d.batteries.%d.rate -The current into the battery, in milliamps. While the battery is discharging, +The current into the battery, in milliamps. +While the battery is discharging, this will be negative. .It Va dev.pmu.%d.batteries.%d.voltage Battery voltage, in millivolts. @@ -92,9 +92,10 @@ Battery voltage, in millivolts. Estimated time until full battery charge (or discharge), in minutes. .It Va dev.pmu.%d.batteries.%d.life Current fraction of the battery's maximum charge, in percent. +.El .Sh SEE ALSO -.Xr adb 4 , -.Xr acpi 4 +.Xr acpi 4 , +.Xr adb 4 .Sh HISTORY The .Nm @@ -111,4 +112,4 @@ driver was written by .Aq macallan@NetBSD.org and ported to FreeBSD by .An Nathan Whitehorn -.Aq nwhitehorn@freebsd.org . +.Aq nwhitehorn@FreeBSD.org .