From owner-freebsd-mobile@FreeBSD.ORG Mon Jan 24 02:56:11 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1151C16A4CE for ; Mon, 24 Jan 2005 02:56:11 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DF0C43D45 for ; Mon, 24 Jan 2005 02:56:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0O2qGNM080931; Sun, 23 Jan 2005 19:52:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 23 Jan 2005 19:53:33 -0700 (MST) Message-Id: <20050123.195333.99608270.imp@bsdimp.com> To: freebsd@guldan.demon.nl From: "M. Warner Losh" In-Reply-To: <20050120122810.GD61467@bombur.guldan.demon.nl> References: <20050119195635.GC61467@bombur.guldan.demon.nl> <20050119220321.4A2E95D08@ptavv.es.net> <20050120122810.GD61467@bombur.guldan.demon.nl> 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-mobile@freebsd.org Subject: Re: Xircom Realport Cardbus Ethernet 10/100 + Modem 56 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 02:56:11 -0000 In message: <20050120122810.GD61467@bombur.guldan.demon.nl> Robert Blacquiere writes: : On Wed, Jan 19, 2005 at 02:03:21PM -0800, Kevin Oberman wrote: : : > Here is a kludge to make it work. The problem is probably a combination : > of a driver bug and a problem with busdma. : > : > Scott Long has been looking into this, but I have not heard anything : > from him for a while, so I guess I'll need to jog his elbow. In any : > case, this patch should get you back on-line. : : : This patch prevents atleast the hang, but still the driver(s) can't locate io mem : or resources (i suspect). The interface will not be enabled. : : dc0: port 0x2100-0x217f mem \ : 0x88000000-0x880007ff,0x88000800-0x88000fff irq 11 \ : at device 0.0 on cardbus1 : dc0: MII without any PHY! : device_attach: dc0 attach returned 6 : sio4: configured irq 11 not in bitmap of probed irqs 0 : sio4: port may not be enabled : sio4: configured irq 11 not in bitmap of probed irqs 0 : sio4: port may not be enabled : cardbus1: at device 0.1 (no driver attached) : cbb1: CardBus card activation failed : : I've tried setting hw.pci.allow_unsupported_io_range="1" : but that does not make any difference. This is now a nop, so setting it to anything won't do a dang thing. : Any clues to get this adaptor working? Chances are you need to find a better adddress to locate things at... Warner