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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.