Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: XEN and cardbus



On Sat, Jan 23, 2010 at 05:27:47PM +0100, Juraj Hercek wrote:
> My next try was to try this:
> 
> options         PCI_BUS_FIXUP
> #options         PCI_ADDR_FIXUP
> #options         PCI_INTR_FIXUP
> #options         PCI_INTR_FIXUP_DISABLED
> options         RBUS_MIN_START="0x80000000"
> cbb*            at pci? dev? function ?
> cardslot*       at cbb?
> cardbus*        at cardslot?
> pcmcia*         at cardslot?
> siisata*        at cardbus? function ?
> rtk*            at cardbus? function ?
> re*             at cardbus? function ?
> 
> The RBUS_MIN_START helped in that way that I don't get memory mapping 
> problem now, but an interrupt related problem. Playing with 
> PCI_INTR_FIXUP{,_DISABLED} options didn't help and I'm getting this:
> 
> linkdev LNKD returned ACPI global irq 11, line 11
> panic: Failed to bind physical IRQ 255
> 
> Full dmesg is attached. Any idea what can I do now?

It looks like you don't have ioapic in your kernel config file. Is it
intentionnal ?
Looks like xen_intr_map() was called with *pirq = 255, that's wrong.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index