From owner-freebsd-acpi@FreeBSD.ORG Tue Nov 16 15:02:42 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EAA016A4CE for ; Tue, 16 Nov 2004 15:02:42 +0000 (GMT) Received: from chons.visualtech.com (a.smtp.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4AEE43D41 for ; Tue, 16 Nov 2004 15:02:41 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.104] (memory.visualtech.com [208.16.19.49]) by chons.visualtech.com (Postfix) with ESMTP id 2E5A4A1AF; Tue, 16 Nov 2004 10:02:41 -0500 (EST) Message-ID: <419A169D.9000905@voicenet.com> Date: Tue, 16 Nov 2004 10:02:53 -0500 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en MIME-Version: 1.0 To: Nate Lawson References: <41910F00.3070402@voicenet.com> <419113BA.9000806@root.org> <41911D01.1090303@voicenet.com> <4191201A.4080406@root.org> <4191330A.7040707@voicenet.com> <41913F15.9060701@root.org> <419145A7.3000406@voicenet.com> <41914DCC.8000100@root.org> <20041112181038.GK31422@poupinou.org> <4198EDCD.8070306@root.org> <41990786.2070604@voicenet.com> <419977C4.2010403@root.org> In-Reply-To: <419977C4.2010403@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-acpi@freebsd.org Subject: Re: Laptop troubles... X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 15:02:42 -0000 Nate Lawson wrote: > Adam K Kirchhoff wrote: > >> Nate Lawson wrote: >> >>> Right, thanks for the reminder. I actually have quirk code to do >>> this but it wasn't enabled since I wanted to find an actual test >>> case before turning it on. Adam, please recompile with the attached >>> patch. Also, send me pciconf -l. The patch will disable C3 and you >>> should only get C1/C2 if your system is truly a PIIX4. >>> >>> Thanks, >>> Nate >> >> >> >> >> With that patch, I still have the option of setting C3. And, if I >> do, I get the lockups. I'm attaching the output of pciconf -l. > > > Take 2. This patch defers quirks till later. > > -Nate > > > That works! I am unable to set the option to C3 now. Adam