From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 09:59:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B7A716A41F; Mon, 19 Dec 2005 09:59:53 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F81F43D66; Mon, 19 Dec 2005 09:59:53 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1EoHo3-0006DO-00; Mon, 19 Dec 2005 10:59:47 +0100 Date: Mon, 19 Dec 2005 10:59:46 +0100 To: "Jeff D. Hamann" Message-ID: <20051219095946.GA6233@poupinou.org> References: <004301c60449$865f3cf0$0c00a8c0@mothra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004301c60449$865f3cf0$0c00a8c0@mothra> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: acpi_perf0: invalid _PSS package? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 09:59:53 -0000 On Sun, Dec 18, 2005 at 07:08:40PM -0800, Jeff D. Hamann wrote: > I've been noticing this message on startup (using dmesg) > > acpi_perf0: invalid _PSS package > > and can't figure out what it is, what it's for and why there are so many? It's related to powernow somehow. The powernow driver use ACPI in order to get the needed configuration information. Unfortunately, some BIOS provide buggy _PSS packages. It's likely harmless since other _PSS packages are OK. But to be sure, it would help if you provide a dump of the acpi tables somewhere on the web, or, if you can't, send them privately to me. An acpidump -d -t will give us this information. Note that the kernel log flood is already fixed under -current. This will be MFC'ed soon to RELENG_6. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.