From owner-freebsd-bugs Wed Feb 6 12:50:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F72A37B484 for ; Wed, 6 Feb 2002 12:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g16Ko2E44308; Wed, 6 Feb 2002 12:50:02 -0800 (PST) (envelope-from gnats) Received: from j0.etek.chalmers.se (j0.etek.chalmers.se [129.16.32.40]) by hub.freebsd.org (Postfix) with ESMTP id E20B337B447 for ; Wed, 6 Feb 2002 12:49:15 -0800 (PST) Received: (from b@localhost) by j0.etek.chalmers.se (8.11.6/8.11.6) id g16KmWe12970; Wed, 6 Feb 2002 21:48:32 +0100 (CET) (envelope-from b) Message-Id: <200202062048.g16KmWe12970@j0.etek.chalmers.se> Date: Wed, 6 Feb 2002 21:48:32 +0100 (CET) From: Magnus Backstrom Reply-To: Magnus Backstrom To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/34672: NEWCARD panic. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34672 >Category: kern >Synopsis: NEWCARD panic. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 06 12:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Magnus Backstrom >Release: FreeBSD 5.0-CURRENT i386 >Organization: Chalmers University of Technology >Environment: FreeBSD rockerduck.eep1 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Feb 6 14:33:24 CET 2002 root@rockerduck.eep1:/usr/src/sys/i386/compile/I4100 i386 >Description: I am attempting to make a Lucent Orinoco Gold pccard work in a Dell Inspiron 4100, with little success. The problem may be with the pcccard/newcard code rather than with the wi(4) driver. 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. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message