On Thu, 20 Mar 2008, Frank wrote:
> Hi everyone,
>
> I'm trying to get the TS-MODEM2 working with my TS-7800 with no
luck.
>
> So looking through the source for the module, I saw
ts7800_isa16550_init
> was returning a -1, which I assume was giving the above error.
After
> changing the return value to 0, the error went away. In total, I
> changed these three lines:
>
> Old: req.irq = 64 + irq;
> New: req.irq = irq;
What happens if you reverse this change? As far as I know, interrupts
get
remapped on this sort of embedded board, so that bit might actually be
correct.