From owner-cvs-all Mon Mar 4 11:20:56 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 13E7D37B416; Mon, 4 Mar 2002 11:20:13 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020304192012.QCMY1147.rwcrmhc52.attbi.com@InterJet.elischer.org>; Mon, 4 Mar 2002 19:20:12 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA26896; Mon, 4 Mar 2002 11:10:45 -0800 (PST) Date: Mon, 4 Mar 2002 11:10:44 -0800 (PST) From: Julian Elischer To: Mitsuru IWASAKI Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/acpica acpi_acad.c acpi_cpu.c acpi_powerprofile.c acpi_thermal.c acpivar.h src/sys/i386/apm apm.c src/sys/i386/i386 identcpu.c src/sys/kern subr_power.c src/sys/modules/acpi Makefile src/sys/sys power.h In-Reply-To: <200203041846.g24IkEU53060@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi.. will "halt -p" now work again? it used to work, but stopped working about 3 or 4 months ago. On Mon, 4 Mar 2002, Mitsuru IWASAKI wrote: > iwasaki 2002/03/04 10:46:13 PST > > Modified files: > sys/conf files > sys/dev/acpica acpi_acad.c acpi_cpu.c acpi_thermal.c > acpivar.h > sys/i386/apm apm.c > sys/i386/i386 identcpu.c > sys/kern subr_power.c > sys/modules/acpi Makefile > sys/sys power.h > Removed files: > sys/dev/acpica acpi_powerprofile.c > Log: > Add generalized power profile code. > This makes other power-management system (APM for now) to be able to > generate power profile change events (ie. AC-line status changes), and > other kernel components, not only the ACPI components, can be notified > the events. > > - move subroutines in acpi_powerprofile.c (removed) to kern/subr_power.c > - call power_profile_set_state() also from APM driver when AC-line > status changes > - add call-back function for Crusoe LongRun controlling on power > profile changes for a example > > Revision Changes Path > 1.606 +0 -1 src/sys/conf/files > 1.12 +2 -1 src/sys/dev/acpica/acpi_acad.c > 1.12 +25 -6 src/sys/dev/acpica/acpi_cpu.c > 1.3 +0 -65 src/sys/dev/acpica/acpi_powerprofile.c (dead) > 1.24 +14 -6 src/sys/dev/acpica/acpi_thermal.c > 1.30 +0 -15 src/sys/dev/acpica/acpivar.h > 1.125 +20 -0 src/sys/i386/apm/apm.c > 1.103 +70 -0 src/sys/i386/i386/identcpu.c > 1.2 +31 -0 src/sys/kern/subr_power.c > 1.19 +1 -1 src/sys/modules/acpi/Makefile > 1.2 +14 -0 src/sys/sys/power.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message