> 2. Even when I specify cs_irq=27, it resorts to polling: > > Intel PCIC probe: > Intel i82365sl DF ISA-to-PCMCIA at port 0x8400 ofs 0x00, 2 sockets > host opts [0]: none > host opts [1]: none > ISA irqs (default) = none! polling interval = 1000 ms The driver means it when it says "ISA irqs". A value of 27 is not valid for cs_irq because this is an ISA irq number and must be 0..15; this is not a property of the host system, this is a property of the i82365 register specification. PCI interrupts have to be handled differently (well, the stripped-down i82365 driver just can't handle them at all) -- Dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] pcmcia event thread. (fwd) Linus Torvalds
- Re: [PATCH] pcmcia event thread. (fwd) Alan Cox
- Re: [PATCH] pcmcia event thread. (fwd) Linus Torvalds
- Re: [PATCH] pcmcia event thread. (fwd) Alan Cox
- Re: [PATCH] pcmcia event thread. (fwd) Russell King
- Re: [PATCH] pcmcia event thread. (fwd) Linus Torvalds
- Re: [PATCH] pcmcia event thread. (fwd) David Woodhouse
- Re: [PATCH] pcmcia event thread. (fwd) Jeff Garzik
- Re: [PATCH] pcmcia event thread. (fwd) Linus Torvalds
- Re: [PATCH] pcmcia event thread. (fwd) David Woodhouse
- Re: [PATCH] pcmcia event thread. (fwd) David Hinds
- Re: [PATCH] pcmcia event thread. (fwd) David Woodhouse
- 2.4's internal PCMCIA works for me (was Re: [PATCH] pcmcia... Barry K. Nathan
- Re: 2.4's internal PCMCIA works for me (was Re: [PATCH] pc... David Hinds
- Re: [PATCH] pcmcia event thread. (fwd) David Ford
- Re: [PATCH] pcmcia event thread. (fwd) Linus Torvalds
- Re: [PATCH] pcmcia event thread. (fwd) David Hinds
- Re: [PATCH] pcmcia event thread. (fwd) David Ford
- Re: [PATCH] pcmcia event thread. (fwd) Linus Torvalds
- [FIXED!] Re: [PATCH] pcmcia event thread. (fwd) David Ford
- neighbour table? Andrew Park