From owner-freebsd-acpi@FreeBSD.ORG Sat Apr 20 12:27:05 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1669774B; Sat, 20 Apr 2013 12:27:05 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id E74001B41; Sat, 20 Apr 2013 12:27:04 +0000 (UTC) Received: from ralph.baldwin.cx (c-68-39-198-164.hsd1.de.comcast.net [68.39.198.164]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8FD4CB988; Sat, 20 Apr 2013 08:27:02 -0400 (EDT) From: John Baldwin To: "Moore, Robert" Subject: Re: panic: acpi_pci_link_srs_from_crs: can't put non-ISA IRQ 20 in legacy IRQ resource type) Date: Sat, 20 Apr 2013 08:19:57 -0400 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <20130418124940.47e3618a@b1c1l1.com> <20130419202509.6a56d1d4@b1c1l1.com> <94F2FBAB4432B54E8AACC7DFDE6C92E36FE42F37@FMSMSX153.amr.corp.intel.com> In-Reply-To: <94F2FBAB4432B54E8AACC7DFDE6C92E36FE42F37@FMSMSX153.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201304200819.57868.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Sat, 20 Apr 2013 08:27:02 -0400 (EDT) Cc: "freebsd-acpi@freebsd.org" , "Zheng, Lv" , "Guan, Chao" X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2013 12:27:05 -0000 On Saturday, April 20, 2013 12:13:06 AM Moore, Robert wrote: > That's about as far as I can help. > Bob In this case I think you want to patch the _CRS method to use an ExtendedIRQ resource rather than patching _SRS. _PRS is returning IRQs > 15 which won't fit into the IRQ resource used by _CRS, and _SRS is expecting that layout. I think the other patch I posted to this thread should fix the end tag and allow my earlier patch to work as a workaround for this system. -- John Baldwin