Re: [PATCH] Cirrus Logic ep93xx ethernet driver

2006-09-22 Thread Jeff Garzik
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

[PATCH] cirrus logic ep93xx ethernet driver

2006-09-21 Thread Lennert Buytenhek
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 === ---

Re: [PATCH] cirrus logic ep93xx ethernet driver

2006-09-21 Thread Jeff Garzik
Lennert Buytenhek wrote: +#include linux/config.h +#include linux/dma-mapping.h +#include linux/module.h +#include linux/kernel.h +#include linux/netdevice.h +#include linux/mii.h +#include linux/etherdevice.h +#include linux/ethtool.h +#include linux/init.h +#include linux/moduleparam.h

[PATCH] Cirrus Logic ep93xx ethernet driver

2006-09-21 Thread Lennert Buytenhek
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 === ---

Re: [PATCH] cirrus logic ep93xx ethernet driver

2006-09-21 Thread Lennert Buytenhek
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(); +} +