Re: [PATCH 2.6.18] AT91RM9200 Ethernet update

2006-10-19 Thread Andrew Victor
hi, > ACK, but patch doesn't apply to 2.6.18 The patch failed due to AT91_ID_EMAC being renamed to AT91RM9200_ID_EMAC. Updated patch for 2.6.19-rc2 attached. Regards, Andrew Victor - This patch contains a few updates to the AT91RM9200 Ethernet driver. The changes are: 1. Remove the gl

Re: [PATCH 2.6.18] AT91RM9200 Ethernet update

2006-10-05 Thread Jeff Garzik
ACK, but patch doesn't apply to 2.6.18 - 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 2.6.18] AT91RM9200 Ethernet update

2006-09-28 Thread Andrew Victor
This patch contains a few updates to the AT91RM9200 Ethernet driver. The changes are: 1. Remove the global 'at91_dev' variable. 2. The global 'check_timer' moved into the private data structure. 3. Rather use dev_alloc_skb() instead of alloc_skb(). 4. It is not necessary to adjust skb->len manuall