From owner-freebsd-amd64@FreeBSD.ORG Mon Feb 14 22:49:09 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60E2516A50E; Mon, 14 Feb 2005 22:49:09 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF1E143D2D; Mon, 14 Feb 2005 22:49:06 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j1EMn6j8097843; Mon, 14 Feb 2005 17:49:06 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-amd64@freebsd.org Date: Mon, 14 Feb 2005 17:48:58 -0500 User-Agent: KMail/1.6.2 References: <200502141722.10259.jhb@FreeBSD.org> In-Reply-To: <200502141722.10259.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502141748.58692.jkim@niksun.com> X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on anuket.mj.niksun.com X-Virus-Status: Clean Subject: Re: [PATCH] Updated quirk-driven R3000Z patches X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 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, 14 Feb 2005 22:49:09 -0000 On Monday 14 February 2005 05:22 pm, John Baldwin wrote: > I've tweaked Jung-uk Kim's patches to be driven by a single ACPI > quirk rather than multiple hints. I've included the patch below. > If the quirk is not automatically detected on your laptop, you can > manually set it from the loader via 'set debug.acpi.quirks=4'. If > you have to manually set the quirk to get it to work, please let me > know and include the FADT header from your acpidump in your reply, > thanks. FYI, 'debug.acpi.quirks' was committed very recently: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/acpica/acpi.c.diff?r1=1.199&r2=1.200 If you want to try 'debug.acpi.quirks' tunable, don't forget to cvs up or patch it first. Thanks, Jung-uk Kim