[parisc-linux] EISA support

Richard Hirst rhirst@linuxcare.com
Fri, 12 Oct 2001 10:01:49 +0100


On Fri, Oct 12, 2001 at 09:47:19AM +0100, Richard Hirst wrote:
> On Fri, Oct 12, 2001 at 07:44:49AM +0100, Matthew Wilcox wrote:
> > 
> > OK, just committed 2.4.9-pa49 which makes my hp100 EISA card work:
> > 
> > 64 bytes from 15.1.50.0: icmp_seq=1 ttl=255 time=0.5 ms
> > 
> > Haven't made any effort to support busmastering cards yet, but having
> > ioports, iomem & interrupts working should allow most cards to function.
> 
> Still can't get any interrupts out of my EISA scsi card in 715/75.

I tried adding a handler for irq 81 (64 + 17), as you said that was
asp error, at the end of asp_init_chip().

        request_irq(81, asp_error, 0, "asp error", asp);

That handler gets called as soon as it is registered.  Is it likely that
EISA interrupts are blocked until that error is cleared down somehow?

Richard