From owner-freebsd-acpi@FreeBSD.ORG Thu Jul 19 20:50:45 2012 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 933D11065675 for ; Thu, 19 Jul 2012 20:50:45 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 4B93A8FC1C for ; Thu, 19 Jul 2012 20:50:45 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q6JKnNIZ083951 for ; Thu, 19 Jul 2012 13:49:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1342730964; bh=nz0dA7/KuDuuwN7s8khYqZ1pJHtUfJtIIPhQiypL1rk=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=Tu2Rim9X1RobmnDZsIeGY/8ffXw4aQRAxeVmzMrdUING2mUUouSuidn81iEhKnN8X hp4/AM4GE1lfnVxlzhkh4bzPtErb9y60ZhOYBO9iSja5aarAXFwULSv0lLoinq4221 2BA/OQ5msLzHPzGK/aq/cLcw+CYkM4esSx7eQukY= From: Sean Bruno To: "freebsd-acpi@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Thu, 19 Jul 2012 13:49:23 -0700 Message-ID: <1342730963.2656.5.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 730964001 Subject: Time to increase MAX_TASKS? X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sbruno@freebsd.org List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 20:50:45 -0000 The new Dell machines are doing a lot more of outstanding ACPI "things" currently. So much in fact, that they are exceeding ACPI_MAX_TASKS and are throwing errors indicating thing: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable est0: on cpu0 .....imecounters tick every 1.000 msec smbios: System Management BIOS version 2.7 Profiling kernel, textsize=6861200 [ffffffff8029b190..ffffffff80926320] usbus0: 480Mbps High Speed USB v2.0 usbus1: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ipmi0: IPMI device rev. 1, firmware rev. 1.10, version 2.0 ipmi0: Number of channels 6 ipmi0: Attached watchdog AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable mfid0 on mfi0 the current value in sys/dev/acpica/acpivar.h of 32 is no longer sufficient on the r420/r320 Sandybridge class of box. I am currently running with a value of 128 and doing a bit of testing. Sean