Bind irq to icu failed

Björn Döbel doebel at os.inf.tu-dresden.de
Fri Mar 23 11:53:52 CET 2012


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




More information about the l4-hackers mailing list