From owner-freebsd-current@FreeBSD.ORG Wed Sep 22 23:22:15 2004 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 36EAB16A4CE; Wed, 22 Sep 2004 23:22:15 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 799D343D46; Wed, 22 Sep 2004 23:22:12 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i8MNKGvf004762; Wed, 22 Sep 2004 17:20:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 22 Sep 2004 17:21:20 -0600 (MDT) Message-Id: <20040922.172120.29652264.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <4151DA08.6010602@root.org> References: <200409221620.SAA14914@marabu.marabu.ch> <20040922193406.GB18509@numeri.campus.luth.se> <4151DA08.6010602@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: ast@marabu.ch cc: johan@freebsd.org Subject: Re: 5.3-BETA5 panics when inserting dc0 carbus card (only with ACPI enabled) enabled) 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: Wed, 22 Sep 2004 23:22:15 -0000 In message: <4151DA08.6010602@root.org> Nate Lawson writes: : Um, what is the dc0 card doing mapping ports 0-0xff: : : Below the analogous output Johan Karlsson posted : for his Xircom X3201 10/100BaseTX card for 5.3-BETA5: : : dc0: port 0-0xff mem 0x88000000-0x880003ff : at device 0.0 on cardbus0 : cbb alloc res fail : dc0: couldn't map ports/memory : : Dmesg from boot with a working kernel for dc0 would help as well as : devinfo -r from a non-working one. Is there a pci bridge involved? It is a well known problem for cardbus systems that if there isn't, you get mappings like this. Warner