* powerpc: "IRQ probe failed (0x0)" on powerbook
@ 2006-12-10 6:45 Paul Collins
2006-12-10 8:06 ` Benjamin Herrenschmidt
2006-12-11 11:20 ` Christoph Hellwig
0 siblings, 2 replies; 7+ messages in thread
From: Paul Collins @ 2006-12-10 6:45 UTC (permalink / raw)
To: linuxppc-dev; +Cc: paulus, linux-kernel
On my PowerBook when booting Linus's tree as of commit af1713e0 I get
something like this:
[blah blah]
ide0: Found Apple UniNorth ATA-6 controller, bus ID 3, irq 0
Probing IDE interface ide0...
hda: HTS541080G9AT00, ATA DISK drive
IRQ probe failed (0x0)
IRQ probe failed (0x0)
IRQ probe failed (0x0)
IRQ probe failed (0x0)
And then of course it fails to mount root. No such problem using a
kernel built from commit 97be852f of December 2nd.
--
Paul Collins
Wellington, New Zealand
Dag vijandelijk luchtschip de huismeester is dood
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: powerpc: "IRQ probe failed (0x0)" on powerbook
2006-12-10 6:45 powerpc: "IRQ probe failed (0x0)" on powerbook Paul Collins
@ 2006-12-10 8:06 ` Benjamin Herrenschmidt
2006-12-10 17:07 ` Andreas Schwab
2006-12-11 11:20 ` Christoph Hellwig
1 sibling, 1 reply; 7+ messages in thread
From: Benjamin Herrenschmidt @ 2006-12-10 8:06 UTC (permalink / raw)
To: Paul Collins; +Cc: linuxppc-dev, paulus, linux-kernel
On Sun, 2006-12-10 at 19:45 +1300, Paul Collins wrote:
> On my PowerBook when booting Linus's tree as of commit af1713e0 I get
> something like this:
>
> [blah blah]
> ide0: Found Apple UniNorth ATA-6 controller, bus ID 3, irq 0
> Probing IDE interface ide0...
> hda: HTS541080G9AT00, ATA DISK drive
> IRQ probe failed (0x0)
> IRQ probe failed (0x0)
> IRQ probe failed (0x0)
> IRQ probe failed (0x0)
>
> And then of course it fails to mount root. No such problem using a
> kernel built from commit 97be852f of December 2nd.
I'll investigate tomorrow, looks like irq assignment got broken in a way
or another for that IDE controller.
Ben.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: powerpc: "IRQ probe failed (0x0)" on powerbook
2006-12-10 8:06 ` Benjamin Herrenschmidt
@ 2006-12-10 17:07 ` Andreas Schwab
2006-12-10 19:46 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2006-12-10 17:07 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev, paulus, linux-kernel
Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
> On Sun, 2006-12-10 at 19:45 +1300, Paul Collins wrote:
>> On my PowerBook when booting Linus's tree as of commit af1713e0 I get
>> something like this:
>>
>> [blah blah]
>> ide0: Found Apple UniNorth ATA-6 controller, bus ID 3, irq 0
>> Probing IDE interface ide0...
>> hda: HTS541080G9AT00, ATA DISK drive
>> IRQ probe failed (0x0)
>> IRQ probe failed (0x0)
>> IRQ probe failed (0x0)
>> IRQ probe failed (0x0)
>>
>> And then of course it fails to mount root. No such problem using a
>> kernel built from commit 97be852f of December 2nd.
>
> I'll investigate tomorrow, looks like irq assignment got broken in a way
> or another for that IDE controller.
Bisection has identified this patch:
commit f90bb153b1493719d18b4529a46ebfe43220ea6c
Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: Sat Nov 11 17:24:51 2006 +1100
[POWERPC] Make pci_read_irq_line the default
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: powerpc: "IRQ probe failed (0x0)" on powerbook
2006-12-10 17:07 ` Andreas Schwab
@ 2006-12-10 19:46 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 7+ messages in thread
From: Benjamin Herrenschmidt @ 2006-12-10 19:46 UTC (permalink / raw)
To: Andreas Schwab; +Cc: linuxppc-dev, paulus, linux-kernel
> Bisection has identified this patch:
>
> commit f90bb153b1493719d18b4529a46ebfe43220ea6c
> Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Date: Sat Nov 11 17:24:51 2006 +1100
>
> [POWERPC] Make pci_read_irq_line the default
Thanks Andreas ! I was expecting something around that patch indeed, I
suspect something in Apple device-tree is dodgy and breaking the
new generic PCI irq parsing (for example, at first sight, it's a PCI
device with 2 interrupts, which isn't allowed by the PCI spec).
I'll dig a bit more when I get to the office where my crash box is, and
will do a fix.
Ben.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: powerpc: "IRQ probe failed (0x0)" on powerbook
2006-12-10 6:45 powerpc: "IRQ probe failed (0x0)" on powerbook Paul Collins
2006-12-10 8:06 ` Benjamin Herrenschmidt
@ 2006-12-11 11:20 ` Christoph Hellwig
2006-12-11 20:28 ` Benjamin Herrenschmidt
1 sibling, 1 reply; 7+ messages in thread
From: Christoph Hellwig @ 2006-12-11 11:20 UTC (permalink / raw)
To: linuxppc-dev, paulus, benh, linux-kernel
On Sun, Dec 10, 2006 at 07:45:48PM +1300, Paul Collins wrote:
> On my PowerBook when booting Linus's tree as of commit af1713e0 I get
> something like this:
>
> [blah blah]
> ide0: Found Apple UniNorth ATA-6 controller, bus ID 3, irq 0
> Probing IDE interface ide0...
> hda: HTS541080G9AT00, ATA DISK drive
> IRQ probe failed (0x0)
> IRQ probe failed (0x0)
> IRQ probe failed (0x0)
> IRQ probe failed (0x0)
>
> And then of course it fails to mount root. No such problem using a
> kernel built from commit 97be852f of December 2nd.
Same here, btw - except that I couldn't catch the exact message as
nicely.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: powerpc: "IRQ probe failed (0x0)" on powerbook
2006-12-11 11:20 ` Christoph Hellwig
@ 2006-12-11 20:28 ` Benjamin Herrenschmidt
2006-12-11 22:14 ` Christoph Hellwig
0 siblings, 1 reply; 7+ messages in thread
From: Benjamin Herrenschmidt @ 2006-12-11 20:28 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: linuxppc-dev, paulus, linux-kernel
On Mon, 2006-12-11 at 11:20 +0000, Christoph Hellwig wrote:
> On Sun, Dec 10, 2006 at 07:45:48PM +1300, Paul Collins wrote:
> > On my PowerBook when booting Linus's tree as of commit af1713e0 I get
> > something like this:
> >
> > [blah blah]
> > ide0: Found Apple UniNorth ATA-6 controller, bus ID 3, irq 0
> > Probing IDE interface ide0...
> > hda: HTS541080G9AT00, ATA DISK drive
> > IRQ probe failed (0x0)
> > IRQ probe failed (0x0)
> > IRQ probe failed (0x0)
> > IRQ probe failed (0x0)
> >
> > And then of course it fails to mount root. No such problem using a
> > kernel built from commit 97be852f of December 2nd.
>
> Same here, btw - except that I couldn't catch the exact message as
> nicely.
Yeah, fixed in the patch I sent yesterday [PATCH] powerpc: Fix irq
routing on some PowerMac 32 bit.
Ben
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: powerpc: "IRQ probe failed (0x0)" on powerbook
2006-12-11 20:28 ` Benjamin Herrenschmidt
@ 2006-12-11 22:14 ` Christoph Hellwig
0 siblings, 0 replies; 7+ messages in thread
From: Christoph Hellwig @ 2006-12-11 22:14 UTC (permalink / raw)
To: Benjamin Herrenschmidt
Cc: Christoph Hellwig, linuxppc-dev, paulus, linux-kernel
On Tue, Dec 12, 2006 at 07:28:23AM +1100, Benjamin Herrenschmidt wrote:
> > Same here, btw - except that I couldn't catch the exact message as
> > nicely.
>
> Yeah, fixed in the patch I sent yesterday [PATCH] powerpc: Fix irq
> routing on some PowerMac 32 bit.
Confirmed, everything is fine with that patch.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-12-11 22:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-10 6:45 powerpc: "IRQ probe failed (0x0)" on powerbook Paul Collins
2006-12-10 8:06 ` Benjamin Herrenschmidt
2006-12-10 17:07 ` Andreas Schwab
2006-12-10 19:46 ` Benjamin Herrenschmidt
2006-12-11 11:20 ` Christoph Hellwig
2006-12-11 20:28 ` Benjamin Herrenschmidt
2006-12-11 22:14 ` Christoph Hellwig
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).