From owner-cvs-all@FreeBSD.ORG Thu Sep 2 04:40:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EBE116A4CE; Thu, 2 Sep 2004 04:40:52 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F9C643D2F; Thu, 2 Sep 2004 04:40:52 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-186-94.dsl.snfc21.pacbell.net [64.171.186.94]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i824eoDl015357; Wed, 1 Sep 2004 21:40:51 -0700 Message-ID: <4136A452.7080700@root.org> Date: Wed, 01 Sep 2004 21:40:50 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org References: <20040902042809.99A9416A4EE@hub.freebsd.org> In-Reply-To: <20040902042809.99A9416A4EE@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdDebug.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 04:40:52 -0000 Nate Lawson wrote: > njl 2004-09-02 04:28:05 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica/Osd OsdDebug.c > Log: > Don't enter the debugger when executing an AML breakpoint instruction > unless ACPI_DEBUG is defined. Users don't typically care about errant > breakpoint instructions. The HP Pavilion 7915 has this in its PCI0 > _INI method for rev 0x6040000 of the RSDT. > > Revision Changes Path > 1.9 +5 -5 src/sys/dev/acpica/Osd/OsdDebug.c I may MFC this if it works for the user. Whoever put a breakpoint opcode in the PCI0._INI method for this machine should be hit on the head with the spec. -Nate