From owner-freebsd-mobile Thu Feb 7 0: 9: 2 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from etek.chalmers.se (quarl0.etek.chalmers.se [129.16.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 3D10837B404 for ; Thu, 7 Feb 2002 00:08:53 -0800 (PST) Received: from downy.etek.chalmers.se (_7-268@downy.etek.chalmers.se [129.16.32.207]) by etek.chalmers.se (8.10.0/8.8.8) with ESMTP id g1788pV13597; Thu, 7 Feb 2002 09:08:51 +0100 (MET) Received: from localhost (b@localhost) by downy.etek.chalmers.se (8.10.0/8.10.0) with ESMTP id g1788pq00894; Thu, 7 Feb 2002 09:08:51 +0100 (MET) Date: Thu, 7 Feb 2002 09:08:50 +0100 (MET) From: Magnus B{ckstr|m To: Benno Rice Cc: mobile@freebsd.org Subject: Re: orinoco/pccard/dell breakage In-Reply-To: <1013041630.355.5.camel@ratchet.jeamland.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 7 Feb 2002, Benno Rice wrote: > You need to add > > options PCI_ENABLE_IO_MODES > > to your kernel config. > > Warner would be able to explain why better, but from memory it's because > the pcic is on a subordinate pci bus which is requesting an IO range > that is odd for some reason. Thanks for the hint! I tried this, it still refuses to work. I went ahead and also enabled PCI_ALLOW_UNSUPPORTED_IO_RANGE, which reduced the number of pcib complaints from two to one: pcib2: device pccard0 requested unsupported memory range 0xd0000-0xd0000 (decoding 0xf4000000-0xfbffffff, 0xfff00000-0xfffff) (The one asking for 0xd4000-0xd4000 is now gone) Naively, isn't it slightly silly for a device to ask for a memory range whose end coincides with its beginning? Ugh, I'll be doodling around in pci_pci.c a bit and see if I can make heads or tails of it. > After adding this, I was able to insert and remove my Dell TrueMobile > 1150 pccard, which is a rebadged Lucent Orinoco Gold. I haven't got an > access point yet so I haven't been able to test it properly. I'm hoping > to do so at BSDcon. =) Me too. See you there :-) // Magnus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message