From owner-freebsd-current@FreeBSD.ORG Mon Nov 24 12:14:02 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 B364D16A4CF for ; Mon, 24 Nov 2003 12:14:02 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7CD2B43FB1 for ; Mon, 24 Nov 2003 12:14:01 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 87549 invoked by uid 1000); 24 Nov 2003 20:14:02 -0000 Date: Mon, 24 Nov 2003 12:14:02 -0800 (PST) From: Nate Lawson To: Pete Carah Message-ID: <20031124120735.W87439@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: IRQ problem with VAIO laptop again 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: Mon, 24 Nov 2003 20:14:02 -0000 > uhci2: port 0x1840-0x185f > at device 29.2 on pci0 > pcib0: _PRS resource entry has unsupported type 0 > uhci2: Could not allocate irq > device_probe_and_attach: uhci2 attach returned 6 >>>>>This one loses the memory-stick slot > pcib1: at device 30.0 on pci0 > pci2: on pcib1 > pcib1: _PRS resource entry has unsupported type 0 > pcib1: slot 8 INTA is routed to irq 9 > fwohci0: mem > 0xe0200000-0xe0203fff,0xe0205000-0xe02057ff at device 2.0 on pci2 > pcib1: _PRS resource entry has unsupported type 0 > fwohci0: Could not allocate irq > device_probe_and_attach: fwohci0 attach returned 6 >>>>>> This one loses firewire The problem is that your _PRS values are incorrect. Actually, I think jhb committed some code to deal with extended irq resources. Send me the output of acpidump -t -d > pete-SonyVaio.asl Also, does booting without ACPI fix things? -Nate