Re: [PATCH 2/12] forcedeth: ring access

2007-01-18 Thread Jeff Garzik
Ayaz Abdulla wrote: This patch modifys ring access by using pointers. This avoids computing the current index and avoids accessing the base address of the rings. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> ACK patches 1-9. Applied patches 1-4 successfully, patch #5 failed to apply. Plea

[PATCH 2/12] forcedeth: ring access

2007-01-09 Thread Ayaz Abdulla
This patch modifys ring access by using pointers. This avoids computing the current index and avoids accessing the base address of the rings. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> --- orig/drivers/net/forcedeth.c2007-01-08 13:31:01.0 -0500 +++ new/drivers/net/forcedeth