Re: Bind irq to icu failed
Björn Döbel <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
On 21.03.2012 22:29, Shashi Sharma wrote:
> Hi,
>
> I am trying to use e1000e driver in Ankh to bring-up intel's 82574L
> ethernet controller. But its unable to allocate interrupt and I cant
> figure out the source of the problem.
Can you please try this?
Index: dde/linux26/lib/src/arch/l4/pci.c
===================================================================
--- dde/linux26/lib/src/arch/l4/pci.c (Revision 41236)
+++ dde/linux26/lib/src/arch/l4/pci.c (Arbeitskopie)
@@ -196,6 +196,7 @@
Assert(pci_bus);
pci_do_scan_bus(pci_bus);
+ pci_walk_bus(pci_bus, pci_irq_enable, NULL);
INITIALIZE_INITVAR(dde26_pci);
}
Then rebuild the dde & Ankh packages.
Björn