The patch titled forcedeth: dma access has been removed from the -mm tree. Its filename was forcedeth-dma-access.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: forcedeth: dma access From: Ayaz Abdulla <aabdulla@xxxxxxxxxx> Allow the hardware to fetch the tx and rx ring descriptors with 64 bytes per access instead of 32 bytes. Signed-off-by: Ayaz Abdulla <aabdulla@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/forcedeth.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/net/forcedeth.c~forcedeth-dma-access drivers/net/forcedeth.c --- a/drivers/net/forcedeth.c~forcedeth-dma-access +++ a/drivers/net/forcedeth.c @@ -304,8 +304,8 @@ enum { #define NVREG_TXRXCTL_RESET 0x0010 #define NVREG_TXRXCTL_RXCHECK 0x0400 #define NVREG_TXRXCTL_DESC_1 0 -#define NVREG_TXRXCTL_DESC_2 0x02100 -#define NVREG_TXRXCTL_DESC_3 0x02200 +#define NVREG_TXRXCTL_DESC_2 0x002100 +#define NVREG_TXRXCTL_DESC_3 0xc02200 #define NVREG_TXRXCTL_VLANSTRIP 0x00040 #define NVREG_TXRXCTL_VLANINS 0x00080 NvRegTxRingPhysAddrHigh = 0x148, _ Patches currently in -mm which might be from aabdulla@xxxxxxxxxx are git-netdev-all.patch forcedeth-optimized-routines.patch forcedeth-tx-limiting.patch forcedeth-tx-data-path-optimization.patch forcedeth-rx-data-path-optimization.patch forcedeth-irq-data-path-optimization.patch forcedeth-tx-max-work.patch forcedeth-statistics-supported.patch forcedeth-statistics-optimization.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html