From owner-freebsd-mobile@FreeBSD.ORG Sat Jul 7 13:04:47 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6B2D16A468 for ; Sat, 7 Jul 2007 13:04:47 +0000 (UTC) (envelope-from zhangweiwu@realss.com) Received: from bossdog.realss.com (bossdog.realss.com [211.157.108.128]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF6F13C458 for ; Sat, 7 Jul 2007 13:04:47 +0000 (UTC) (envelope-from zhangweiwu@realss.com) Received: from localhost (unknown [127.0.0.1]) by bossdog.realss.com (Postfix) with ESMTP id 668BD1D85A5 for ; Sat, 7 Jul 2007 21:05:12 +0800 (CST) Received: from bossdog.realss.com ([127.0.0.1]) by localhost (bossdog.realss.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04740-19 for ; Sat, 7 Jul 2007 21:05:02 +0800 (CST) Received: from [218.193.55.195] (unknown [125.77.224.188]) by bossdog.realss.com (Postfix) with ESMTP id 1C7531D8583 for ; Sat, 7 Jul 2007 21:05:01 +0800 (CST) From: Zhang Weiwu To: freebsd-mobile@freebsd.org In-Reply-To: <1183812387.7741.32.camel@joe.realss.com> References: <1183812387.7741.32.camel@joe.realss.com> Content-Type: text/plain Organization: Real Softservice Date: Sat, 07 Jul 2007 20:59:38 +0800 Message-Id: <1183813178.7741.36.camel@joe.realss.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at bossdog.realss.com Subject: Re: unable to map IRQ for my pccard X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2007 13:04:47 -0000 I have found people reporting very similar problem on this list some two years ago. http://lists.freebsd.org/pipermail/freebsd-questions/2005-December/107439.html Quote here since it isn't long, no one has yet replied this message written by Andrew Walker on Tue Dec 13 12:40:01 PST 2005: > I have installed FreeBSD 6.0 on my Thinkpad 380XD, but I cannot get > networking to work, and I believe it is because there is a conflict > with my cardbus initializing. > > The card is a Xircom RBEM58G-100, and is listed as supported under the > dc driver. Here are the relavent messages from /var/log/messages: > > ---- > > cbb0: mem 0x20822000-0x20822fff at device > 2.0 on pci0 > cardbus0: on cbb0 > cbb0: mem 0x20821000-0x20821fff at device > 2.1 on pci0 > cardbus0: on cbb1 > $PIR: ROUTE_INTERRUPT failed. > cbb: Unable to map IRQ... > device_attach: cbb1 attach returned 12 > > ----AND LATER (may not be relavent, but...)---- > > unknown: can't assign resource (port) > unknown: can't assign resource (irq) > unknown: can't assign resource (port) > unknown: can't assign resource (memory) > unknown: can't assign resource (port) > unknown: can't assign resource (port) > unknown: can't assign resource (port) > > --------