applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
The Cirrus Logic ep93xx is an ARM SoC that includes an ethernet MAC
-- this patch adds a driver for that ethernet MAC.
Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>
Index: linux-2.6.18/drivers/net/arm/Kconfig
===
--- linux-2.6
On Thu, Sep 21, 2006 at 07:10:02PM -0400, Jeff Garzik wrote:
> >+if (!(rstat0 & RSTAT0_RFP)) {
> >+printk(KERN_CRIT "ep93xx_rx: buffer not done "
> >+ " %.8x %.8x\n", rstat0, rstat1);
> >+BUG();
> >+
Lennert Buytenhek wrote:
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include "ep93xx_eth.h"
the header is short enough to simply include inline
+#define DRV_MODULE_NAME
The cirrus ep93xx is an ARM SoC that includes an ethernet MAC --
this patch adds a driver for that ethernet MAC.
Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>
Index: linux-2.6.18/drivers/net/arm/Kconfig
===
--- linux-2.6.18.or