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.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|