[PATCH] cs89x0.c

2001-03-03 Thread Andrew Morton
Hugh Dickins wrote: > > The CS89x0 driver wants a 16KB or 64KB dma_buff (if use_dma and > ANY_ISA_DMA), thinks it's asking __get_dma_pages() for 4 or 16 > pages, but actually it's demanding order 4 or order 16 buffer. > Patch below against 2.4.2-ac9 or 2.4.2, offset against 2.4.[01]. I guess nob

Re: [PATCH] cs89x0.c: get rid of check_region()

2000-10-06 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 28, 2000 at 06:10:38AM -0500, Jeff Garzik escreveu: > On Thu, 28 Sep 2000 [EMAIL PROTECTED] wrote: > > this patch removes this old check_region() crap, also some lines are > > changed to conform with /linux/drivers/Documentation/CodingStyle :) > > > > If here is no objection, I'll wal

Re: [PATCH] cs89x0.c: get rid of check_region()

2000-09-28 Thread Andrew Morton
[EMAIL PROTECTED] wrote: > > Hi all, > > this patch removes this old check_region() crap, also some lines are > changed to conform with /linux/drivers/Documentation/CodingStyle :) Thanks. Patch looks OK. I'll fix a couple of error-path memleaks in init_module() which just jumped out at me, te

Re: [PATCH] cs89x0.c: get rid of check_region()

2000-09-28 Thread Jeff Garzik
On Thu, 28 Sep 2000 [EMAIL PROTECTED] wrote: > this patch removes this old check_region() crap, also some lines are > changed to conform with /linux/drivers/Documentation/CodingStyle :) > > If here is no objection, I'll walk through /linux/drivers/net > and continue check_region removing. Pleas

[PATCH] cs89x0.c: get rid of check_region()

2000-09-28 Thread pazke
Hi all, this patch removes this old check_region() crap, also some lines are changed to conform with /linux/drivers/Documentation/CodingStyle :) If here is no objection, I'll walk through /linux/drivers/net and continue check_region removing. Best regards, Andrey -- patch-cs89x