* Re: 8xx PCMCIA: request_irq vs. request_8xxirq ?
[not found] <3D86E622.4FE462B0@imc-berlin.de>
@ 2002-09-17 11:48 ` Hans Feldt
0 siblings, 0 replies; only message in thread
From: Hans Feldt @ 2002-09-17 11:48 UTC (permalink / raw)
To: Steven Scholz; +Cc: mlocke, LinuxPPC
I ran into the same problem trying to bring up a flashdisk with an IDE
interface connected to the 8260 localbus on our custom board.
init_irq in ide-probe.c calls ide_request_irq which is defined in
asm-ppc/ide.h as request_irq which calls panic.
I changed the request_irq routine in m8260_setup.c to call
request_8xxirq. Doing so I got the disk to work.
But what's the real solution?
Cheers,
Hans
On 09/17/02 10:21 AM, Steven Scholz wrote:
> Otherwise I get a kernel panic when a module (let's say 3c589_cs.o) tries to
> request an IRQ since the wrong request_irq() gets called!
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-09-17 11:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3D86E622.4FE462B0@imc-berlin.de>
2002-09-17 11:48 ` 8xx PCMCIA: request_irq vs. request_8xxirq ? Hans Feldt
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).