From: Manuel L. <ma...@ro...> - 2007-07-23 08:11:20
|
Hi Markus, On Mon, Jul 23, 2007 at 09:15:01AM +0200, Markus Brunner wrote: > diff -upNr linux-2.6.22-rc7-orig/drivers/net/smc911x.h linux-2.6.22-rc7-mod-CPU/drivers/net/smc911x.h > --- linux-2.6.22-rc7-orig/drivers/net/smc911x.h 2007-02-04 19:44:54.000000000 +0100 > +++ linux-2.6.22-rc7-mod-CPU/drivers/net/smc911x.h 2007-07-20 13:53:07.000000000 +0200 > @@ -36,6 +36,10 @@ > #define SMC_USE_PXA_DMA 1 > #define SMC_USE_16BIT 0 > #define SMC_USE_32BIT 1 > +#elif CONFIG_SUPERH > + #define SMC_USE_SH_DMA 0 > + #define SMC_USE_16BIT 0 > + #define SMC_USE_32BIT 1 > #endif Can you please use something other than CONFIG_SUPERH, preferrably the CONFIG_MYBOARD symbol? Not all SH boards with this chip can use 32 bit ;) Thanks, Manuel Lauss |