Date: Wed, 6 Feb 2002 21:48:32 +0100 (CET) From: Magnus Backstrom <b@etek.chalmers.se> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/34672: NEWCARD panic. Message-ID: <200202062048.g16KmWe12970@j0.etek.chalmers.se>
next in thread | raw e-mail | index | archive | help
>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: <PC Card bus (classic)> on pcic0
| pccard1: <PC Card bus (classic)> 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: <TI1420 PCI-CardBus Bridge> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202062048.g16KmWe12970>
