From owner-freebsd-mobile Sat Jul 20 3: 5:41 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 228B737B400 for ; Sat, 20 Jul 2002 03:05:37 -0700 (PDT) Received: from alfred.skaarup.org (alfred.skaarup.org [193.111.120.140]) by mx1.FreeBSD.org (Postfix) with SMTP id 203F143E6A for ; Sat, 20 Jul 2002 03:05:36 -0700 (PDT) (envelope-from mfbsd@alfred.skaarup.org) Received: (qmail 31856 invoked by uid 0); 20 Jul 2002 10:05:34 -0000 Received: from localhost (HELO alfred.skaarup.org) (127.0.0.1) by localhost with SMTP; 20 Jul 2002 10:05:34 -0000 Received: (qmail 31848 invoked by uid 1039); 20 Jul 2002 10:05:34 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Jul 2002 10:05:34 -0000 Date: Sat, 20 Jul 2002 12:05:34 +0200 (CEST) From: Rasmus Skaarup To: freebsd-mobile@freebsd.org Subject: Panics during boot with cardbus device in kernel config In-Reply-To: <20020712171635.A17362-100000@alfred.skaarup.org> Message-ID: <20020720114825.E31676-100000@alfred.skaarup.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 @skaarup.org 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 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: on motherboard acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 acpi_cpu0: on acpi0 acpi_tz0: on acpi0 acpi_acad0: on acpi0 acpi_cmbat0: on acpi0 acpi_cmbat1: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 acpi_pcib0: port 0xcf8-0xcff on acpi0 pci0: on acpi_pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) ... pcic0: 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: on pcic0 pcic1: 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: on pcic1 pcic2: irq 11 at device 3.0 on pci2 pcic2: PCI Memory allocated: 0xf4002000 pcic2: TI12XX PCI Config Reg: [pwr save][pci only] pccard2: on pcic2 *** Sincerely, Rasmus Skaarup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message