From owner-freebsd-acpi@FreeBSD.ORG Tue Oct 13 22:16:13 2009 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 03D611065672; Tue, 13 Oct 2009 22:16:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Tue, 13 Oct 2009 18:15:40 -0400 User-Agent: KMail/1.6.2 References: <20091011142256.GA3770@roadrunner.spoerlein.net> <200910131133.16487.jkim@FreeBSD.org> <4AD4F611.6080504@freebsd.org> In-Reply-To: <4AD4F611.6080504@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910131815.53053.jkim@FreeBSD.org> Cc: Lawrence Stewart , freebsd-acpi@freebsd.org Subject: Re: ACPI Warning: Converted Buffer to expected String X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2009 22:16:13 -0000 On Tuesday 13 October 2009 05:50 pm, Lawrence Stewart wrote: > Jung-uk Kim wrote: > > [snip] > > > by new ACPICA. However, if you see "ACPI Error", that's > > something to worry about, e.g., cannot convert predefined types. > > So I should be worried about this line from my Toshiba R600 > laptop's dmesg? > > ACPI Error: Package List length (0xC) larger than NumElements count > (0x4), truncated Strictly speaking, it is an error because ACPI specification says so (hence the error message). However, no exception is returned because of Windows compatibility according to the comments in the source. If everything is working fine, just ignore it. :-) Jung-uk Kim