From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 25 18:55:30 2011 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 5D141106567C; Mon, 25 Jul 2011 18:55:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Callum Gibson Date: Mon, 25 Jul 2011 14:55:08 -0400 User-Agent: KMail/1.6.2 References: <20110719112033.GA51765@omma.gibson.athome> <201107221758.01272.jkim@FreeBSD.org> <20110723082108.GB14172@omma.gibson.athome> In-Reply-To: <20110723082108.GB14172@omma.gibson.athome> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107251455.11482.jkim@FreeBSD.org> Cc: freebsd-stable@FreeBSD.org, freebsd-amd64@FreeBSD.org Subject: Re: powernow regression in 8-STABLE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2011 18:55:30 -0000 On Saturday 23 July 2011 04:21 am, Callum Gibson wrote: > On 22Jul11 17:57, Jung-uk Kim wrote: > }Please try the attached patch. If it doesn't work, I need to see > }"acpidump -dt" output. > > Sorry, no difference. Given jhb's response is there any point > pursuing this further? Seems to be a "known issue" with legacy usb > that perhaps can't be fixed. > > In any case, acpidump output here: > http://members.optusnet.com.au/callumgibson/acpidump.out.gz I agree that the legacy USB issue must be fixed but your BIOS is more broken than I originally thought. powernow expects a static table (via acpi_perf) but _PSS is dynamically constructed at runtime. I don't think we can support this case easily, sorry. Jung-uk Kim