OK, it's a tiny patch to fit in the mail text:

--- e1000_main.c.orig   2008-09-22 19:00:37.000000000 -0400
+++ e1000_main.c        2008-09-22 19:01:43.000000000 -0400
@@ -989,6 +989,7 @@ e1000_probe(struct pci_dev *pdev,
        netdev->do_ioctl = &e1000_ioctl;
        e1000_set_ethtool_ops(netdev);
        netdev->tx_timeout = &e1000_tx_timeout;
+       netdev->irq = pdev->irq;
        netdev->watchdog_timeo = 5 * HZ;
 #ifdef CONFIG_E1000_NAPI
        netif_napi_add(netdev, &adapter->napi, e1000_clean, 64);


Sorry for the hassle though I don't know what went wrong.

Thanks,
Isaac

On Mon, Sep 22, 2008 at 07:52:18PM -0700, Jonathan Lundell wrote:
> On Sep 22, 2008, at 6:43 PM, Isaac Huang wrote:
>
>> Strangely, it was in the copy I BCCed myself; perhaps it got removed
>> somewhere in the path. Never mind. It's attached again here.
>
> Nope.
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel

Reply via email to