Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 12:05:34 +0200 (CEST)
From:      Rasmus Skaarup <mfbsd@alfred.skaarup.org>
To:        freebsd-mobile@freebsd.org
Subject:   Panics during boot with cardbus device in kernel config
Message-ID:  <20020720114825.E31676-100000@alfred.skaarup.org>
In-Reply-To: <20020712171635.A17362-100000@alfred.skaarup.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Hello,

I'm using 5.0-CURRENT and I can't boot my Dell Inspiron 4100 laptop if I
use the following in my kernel config:

 device        pccbb
 device        pccard
 device        cardbus

But I can boot with:

 device        card
 device        pcic

This is what I get at boot with cardbus enabled:

***
pccbb: Unable to map IRQ ...

Stopped at     Debugger+0x45  :xchgl  %ebx,in_Debugger.0
db> trace
panic(c0328280c) at panic+0x75
resource_list_release(c25ffd84,c25ffc00,c25fea00,3,10) at \
resource_list_release+0xb3
bus_generic_rl_release(c25ffc00,c25fea00,3,10,c25fc140) at \
bus_generic_rl_release+0x5d
bus_release_resource
pcbb_attach
device_probe_and_attach
bus_generic_attach
device_probe_and_attach
bus_generic_attach
pcib_attach
...
***

As it is written down by hand, minor inperfections can occur.

Here's some of my boot process with a kernel compiled with 'card' and
'pcic':

***
acpi0: <DELL   CPi R  > on motherboard
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_cpu0: <CPU> on acpi0
acpi_tz0: <thermal zone> on acpi0
acpi_acad0: <AC adapter> on acpi0
acpi_cmbat0: <Control method Battery> on acpi0
acpi_cmbat1: <Control method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
acpi_pcib0: <Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <PCI bus> on acpi_pcib0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
...
pcic0: <TI PCI-1420 PCI-CardBus Bridge> at device 1.0 on pci2
pcic0: PCI Memory allocated: 0xf4000000
pcic0: No PCI interrupt routed, trying ISA.
pcic0: Polling mode
pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][CSC serial isa irq]
pccard0: <PC Card bus (classic)> on pcic0
pcic1: <TI PCI-1420 PCI-CardBus Bridge> at device 1.1 on pci2
pcic1: PCI Memory allocated: 0xf4001000
pcic1: No PCI interrupt routed, trying ISA.
pcic1: Polling mode
pcic1: TI12XX PCI Config Reg: [ring enable][speaker enable][CSC serial isa irq]
pccard1: <PC Card bus (classic)> on pcic1
pcic2: <TI PCI-1410 PCI-CardBus Bridge> irq 11 at device 3.0 on pci2
pcic2: PCI Memory allocated: 0xf4002000
pcic2: TI12XX PCI Config Reg: [pwr save][pci only]
pccard2: <PC Card bus (classic)> on pcic2
***

Sincerely,
Rasmus Skaarup


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020720114825.E31676-100000>