* Re: YAM kernel driver IRQ question
2002-04-11 3:14 YAM kernel driver IRQ question Robert E Brose II
@ 2002-04-10 23:44 ` benh
0 siblings, 0 replies; 2+ messages in thread
From: benh @ 2002-04-10 23:44 UTC (permalink / raw)
To: Robert E Brose II, linuxppc-dev
>I know the board is working OK because I can use setserial on port
>0x890 and irq 24, throw a modem on it and all is well..
>
>What I'm wondering is if anyone who knows about the enabling,
>etc of IRQS on pmacs can tell me if there anything I might have
>to look out for when enabling interrupt 24 as against interrupt 3
>(for example)...
Nothing special here, I beleive you still have a problem in the
driver not liking IRQ 24.
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* YAM kernel driver IRQ question
@ 2002-04-11 3:14 Robert E Brose II
2002-04-10 23:44 ` benh
0 siblings, 1 reply; 2+ messages in thread
From: Robert E Brose II @ 2002-04-11 3:14 UTC (permalink / raw)
To: linuxppc-dev
I'm trying to make the YAM kernel driver work with a 16550 PCI
board. I've got kernel 2.4.19-pre4-ben0. Haven't had any luck
with replies from the author so I thought I'd ask here.
The YAM is a HAM device. It works fine in intel linux AND on
an PPC rs6k PREP linux box so it doesn't appear to have endian
problems.
The YAM uses the serial hardware DIRECTLY without using the
kernel serial driver. It uses some of the hardware status
lines for purposes other than what a normal serial port does.
On the PREP machine, the serial ports are just like a PC, COM1 on
3F8 irq 4 and COM2 on 2F8 irq 3.
On my 7500 the board shows up on 0x890 and 0x880 on IRQ 24.
The YAM driver handles the port ok but chokes on the IRQ. In the
code it was checking the specified IRQ against a maximum of 15
(PeeCee mindset). I changed it to 31 and the driver tries to
run but I get an error that appears to indicate the interrupts are
not working.
I know the board is working OK because I can use setserial on port
0x890 and irq 24, throw a modem on it and all is well..
What I'm wondering is if anyone who knows about the enabling,
etc of IRQS on pmacs can tell me if there anything I might have
to look out for when enabling interrupt 24 as against interrupt 3
(for example)...
Thanks,
Bob
--
/~\ The ASCII | Robert E. Brose II N0QBJ
\ / Ribbon Campaign | http://www.qbjnet.com/
X Help cure | mailto:bob@qbjnet.com
/ \ HTML Email | public key at http://www.qbjnet.com/key.html
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-11 3:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-11 3:14 YAM kernel driver IRQ question Robert E Brose II
2002-04-10 23:44 ` benh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).