Subject: Re: pmax interrupt problem solved
To: None <darkstar@pgh.net>
From: Todd Whitesel <toddpw@best.com>
List: port-pmax
Date: 03/10/2000 18:30:11
>   If there are only six interrupts, how about:
> 
> char map_bits_to_intr[64] = {<intr # for each combination>};
> 
> while ((csr = <read CSR> & INTR_BITS))
> 	CALLINTR(map_bits_to_intr[csr]);

I don't see why not :)

Todd Whitesel
toddpw @ best.com