Re: PCI interrupt lost

From: Kenji Kaneshige
Date: Wed Dec 15 2004 - 19:40:54 EST


Hi,

> The only thing that didn't already exist in my code was
> pci_set_power_state(pdev, 0), but it did not make any difference. the
> problem persists. Do you think that there is a problem if I request the
> irq line after calling pci_enable_device()? I cannot think of anything
> else. Everything that you mentioned is already in my code, and yet I can
> see no interrupt. Maybe it has something to do with my HW / BIOS?
>

You should call pci_enable_device() first, and then request the irq.

Thanks,
Kenji Kaneshige

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/