linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* request_irq, MPX8xx, IDE, PCMCIA, ...
@ 2003-01-06 17:11 Steven Scholz
  2003-01-06 18:23 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Scholz @ 2003-01-06 17:11 UTC (permalink / raw)
  To: LinuxPPC


Hi there,

last year ide-cs was working on MPC8xx platforms.

It was necessary to define

	define ide_request_irq(irq,hand,flg,dev,id)
request_8xxirq((irq),(hand),(flg),(dev),(id))

in the board specific header file.

I just relalised that on December 16 code in ide-probe was changed!!!

-               if (ide_request_irq(hwif->irq, &ide_intr, sa, hwif->name,
hwgroup)) {
+               if (request_irq(hwif->irq,&ide_intr,sa,hwif->name,hwgroup)) {

Now it crashes with a "Kernel panic: request_irq".

What is the status of the request_8xxirq() vs request_irq() stuff?

BTW: Is the patch changing IN_BYTE() to hwif->INB() etc. working on MPC8xx
platforms?

Thanks a million,

Steven

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-06 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-06 17:11 request_irq, MPX8xx, IDE, PCMCIA, Steven Scholz
2003-01-06 18:23 ` Tom Rini

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).