From owner-freebsd-mobile Wed Feb 6 7:15:37 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 23D3D37B428 for ; Wed, 6 Feb 2002 07:15:29 -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 g16FFSV24022 for ; Wed, 6 Feb 2002 16:15:28 +0100 (MET) Received: from localhost (b@localhost) by downy.etek.chalmers.se (8.10.0/8.10.0) with ESMTP id g16FFR519396 for ; Wed, 6 Feb 2002 16:15:27 +0100 (MET) Date: Wed, 6 Feb 2002 16:15:27 +0100 (MET) From: Magnus B{ckstr|m To: mobile@freebsd.org Subject: orinoco/pccard/dell breakage 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 I am attempting to make a Lucent Orinoco Gold pccard work in a Dell Inspiron 4100, with little success. Kernel -CURRENT as of the CTM patch issued an hour ago (approx. 14:00 UTC). I've tried both newcard and oldcard, with distinctly different failure modes -- ### Old driver: rockerduck# dmesg | grep pccard | pccard0: on pcic0 | pccard1: on pcic1 | pccard: card inserted, slot 1 | pcib2: device pccard0 requested unsupported memory range 0xd0000-0xd0000 (decoding 0xf4000000-0xfbffffff, 0xfff00000-0xfffff) | pcib2: device pccard0 requested unsupported memory range 0xd4000-0xd4000 (decoding 0xf4000000-0xfbffffff, 0xfff00000-0xfffff) rockerduck# relevant lines from config: | # PCCARD (PCMCIA) support | device card # pccard bus | device pcic # PCMCIA bridge | device wi # WaveLAN/IEEE 802.11 wireless NICs. ### New driver (kernel compiled straight from NEWCARD config): Kernel panics on boot as follows: |... | pccbb0: at device 1.0 on pci2 | pccbb0: PCI Memory allocated: f4000000 | pcib2: routed slot 1 INTA to irq 255 | pccbb: Unable to map IRQ... | panic: resource_list_release: can't find resource | Debugger("panic") | Stopped at Debugger+0x40: xorl %eax,%eax | db> The newcard panic happens regardless of whether a card is inserted or not. Any leads? Magnus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message