From owner-freebsd-current@FreeBSD.ORG Thu Oct 23 16:11:17 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 761BC16A4B3 for ; Thu, 23 Oct 2003 16:11:17 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E48E943F75 for ; Thu, 23 Oct 2003 16:11:16 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 64077 invoked by uid 1000); 23 Oct 2003 23:11:18 -0000 Date: Thu, 23 Oct 2003 16:11:18 -0700 (PDT) From: Nate Lawson To: Ronald Klop Message-ID: <20031023160532.Y64034@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: irq conflict laptop with 5.1-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 23:11:17 -0000 What exact date did this problem appear? If recently, I suspect the ep(4) changes. But there are other problems... Can you update the BIOS to a newer version? Please send me a link to the output of: acpidump -t -d > klop-cpq7400.asl These errors mean your AML is buggy: can't fetch resources for \\_SB_.C09B - AE_AML_INVALID_RESOURCE_TYPE can't fetch resources for \\_SB_.C187 - AE_AML_INVALID_RESOURCE_TYPE can't fetch resources for \\_SB_.C188 - AE_AML_INVALID_RESOURCE_TYPE can't fetch resources for \\_SB_.C189 - AE_AML_INVALID_RESOURCE_TYPE can't fetch resources for \\_SB_.C18A - AE_AML_INVALID_RESOURCE_TYPE can't fetch resources for \\_SB_.C18B - AE_AML_INVALID_RESOURCE_TYPE can't fetch resources for \\_SB_.C18C - AE_AML_INVALID_RESOURCE_TYPE pcib0: _CRS resource entry has unsupported type 14 pcib0: _CRS resource entry has unsupported type 14 pcib0: _CRS resource entry has unsupported type 14 pcib1: at device 0.1 on pci0 pcib1: could not get PCI interrupt routing table for \\_SB_.C000.C013 - AE_NOT_FOUND I have no idea how this could happen: -0255: *** Error: UtCallocate: Could not allocate size 30 ACPI-1287: *** Error: Method execution failed [\\_SB_.C0D7] (Node 0xc18a6ae0), AE_NO_MEMORY ACPI-1287: *** Error: Method execution failed [\\_GPE._L00] (Node 0xc18ab640), AE_NO_MEMORY ACPI-0388: *** Error: AE_NO_MEMORY while evaluating method [_L00] for GPE[ 0] Have you always had those error messages? -Nate