RE: BugReport: USB (ACPI), E100, SWSUSP problems (test5 vs. test3)

From: Feldman, Scott
Date: Wed Sep 10 2003 - 11:33:46 EST


> - The e100 driver seems to be broken
> The NIC is detected correctly and ifconfig shows eth0 as
> usually. But for some reason not a single Byte seems to go over the
NIC.

The only change to e100 between test3 and test5 is:

- kfree(dev);
+ free_netdev(dev);

But that's only relevant when the driver is unloaded, so I would
consider the drivers in test3 and test5 the same for your case.

What are you doing with eth0 that worked for test3, but not for test5?

-scott
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/