Re: [PATCH] PCMCIA updates

From: Davide Libenzi
Date: Mon Dec 22 2003 - 12:39:42 EST


On Mon, 22 Dec 2003, Russell King wrote:

> | Patch from David Hinds
> |
> | This is a forward port of a patch for 2.4. This changes interrupt
> | allocation for 16-bit cards so that if ISA interrupts are all in
> | use, the bridge's PCI interrupt will be used.


> #endif
> + if (ret != 0) {
> + if (!s->pci_irq)
> + return ret;
> + irq = s->pci_irq;
> }
> - if (ret != 0) return ret;

Very nice to push this, since w/out this my orinoco does not come up.



- Davide


-
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/