Re: [PATCH] pcnet32.c ARM support & AM79C973 improvements

2001-01-18 Thread Eli Carter
Eli Carter wrote: > Here is a patch that adds the following to the pcnet32.c driver: [snip] > - According to the Am79C973/Am79C975 docs from AMD, The collision bits > are only valid if ENP is set, so I added a check for that. [snip] > @@ -1164,7 +1206,8 @@ > } > #endif >

[PATCH] pcnet32.c ARM support & AM79C973 improvements

2001-01-18 Thread Eli Carter
All, Here is a patch that adds the following to the pcnet32.c driver: - adds dma_cache_*() calls to support ARM processors. Based on Russell's changes to the tulip driver. - add DXSUFLO to the AM79C973 - made DXSUFLO the default - utilized the internal SRAM of the AM79C973 - added a 32 bit

[PATCH] pcnet32.c ARM support AM79C973 improvements

2001-01-18 Thread Eli Carter
All, Here is a patch that adds the following to the pcnet32.c driver: - adds dma_cache_*() calls to support ARM processors. Based on Russell's changes to the tulip driver. - add DXSUFLO to the AM79C973 - made DXSUFLO the default - utilized the internal SRAM of the AM79C973 - added a 32 bit

Re: [PATCH] pcnet32.c ARM support AM79C973 improvements

2001-01-18 Thread Eli Carter
Eli Carter wrote: Here is a patch that adds the following to the pcnet32.c driver: [snip] - According to the Am79C973/Am79C975 docs from AMD, The collision bits are only valid if ENP is set, so I added a check for that. [snip] @@ -1164,7 +1206,8 @@ } #endif