* 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* Re: request_irq, MPX8xx, IDE, PCMCIA, ...
2003-01-06 17:11 request_irq, MPX8xx, IDE, PCMCIA, Steven Scholz
@ 2003-01-06 18:23 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2003-01-06 18:23 UTC (permalink / raw)
To: Steven Scholz; +Cc: LinuxPPC
On Mon, Jan 06, 2003 at 06:11:05PM +0100, Steven Scholz wrote:
> 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!!!
As part of the IDE cleanup, yes.
> What is the status of the request_8xxirq() vs request_irq() stuff?
At the certain annoyance of Dan Malek (sorry Dan), really really soon
now. I've got a local (Marcelo-based) 2.4 with the changes in, and lightly
tested. Once it passes some more heavy 'stress', I'll ask Paul to send
it onto Marcelo.
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
** 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).