From owner-freebsd-acpi@FreeBSD.ORG Fri Feb 9 14:04:01 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E05CE16A401 for ; Fri, 9 Feb 2007 14:04:01 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 9053D13C48E for ; Fri, 9 Feb 2007 14:04:01 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l19E3pld096573; Fri, 9 Feb 2007 09:03:53 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Fri, 9 Feb 2007 08:34:27 -0500 User-Agent: KMail/1.9.4 References: <45CB9EB6.7090604@steelbox.org> In-Reply-To: <45CB9EB6.7090604@steelbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702090834.27844.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Fri, 09 Feb 2007 09:03:53 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2544/Fri Feb 9 03:44:48 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: without acpi not internet X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 14:04:02 -0000 On Thursday 08 February 2007 17:05, Olivier Regnier wrote: > Hello, > > I have a Acer Aspire 3000 with Broadcom wifi card. Relevant output of > pciconf -v -l: > > ndis0@pci0:11:0: class=0x028000 card=0x03121468 chip=0x431814e4 rev=0x02 > hdr=0x00 > vendor = 'Broadcom Corporation' > class = network > > I have FreeBSD 6.2 and when i boot with ACPI disabled, i get an error > that says : > unknown: can't assign resources (memory) > unknown: can't assign resources (port) > unknown: can't assign resources (memory) > unknown: can't assign resources (irq) You don't need to worry about those. > The result is simple, i can't connect to internet without ACPI. For more > information, you can see my dmesg files. The real problem is that your MP Table doesn't contain the necessary information for your cardbus bridge's IRQ. Can you use devinfo to determine the IRQ assigned to the bridge via ACPI? If so, you can try using 'hint.pci0.6.INTA.irq=XX' (where XX is the IRQ) with ACPI disabled. -- John Baldwin