From owner-cvs-all@FreeBSD.ORG Thu Apr 21 06:13:51 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7933316A4CE; Thu, 21 Apr 2005 06:13:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A63243D2F; Thu, 21 Apr 2005 06:13:51 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3L6DovJ084581; Thu, 21 Apr 2005 06:13:51 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3L6DnuH084580; Thu, 21 Apr 2005 06:13:49 GMT (envelope-from njl) Message-Id: <200504210613.j3L6DnuH084580@repoman.freebsd.org> From: Nate Lawson Date: Thu, 21 Apr 2005 06:13:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpivar.h src/sys/dev/acpica/Osd OsdSchedule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 06:13:51 -0000 njl 2005-04-21 06:13:48 UTC FreeBSD src repository Modified files: sys/dev/acpica acpivar.h sys/dev/acpica/Osd OsdSchedule.c Log: Add the tunable "debug.acpi.max_threads" to allow users to set the number of task threads to start on boot. Go back to a default of 3 threads to work around lost battery state problems. Users that need a setting of 1 can set this via the tunable. I am investigating the underlying issues and this tunable can be removed once they are solved. MFC after: 2 days Revision Changes Path 1.31 +8 -1 src/sys/dev/acpica/Osd/OsdSchedule.c 1.94 +2 -3 src/sys/dev/acpica/acpivar.h