Re: IIIA. Does this help b43 DMA errors?

2009-11-29 Thread Andrew Benton
On 29/11/09 02:59, Larry Finger wrote: It is not my day. This statement is the one that I wanted. Please see if this one does any good. Larry Index: wireless-testing/drivers/ssb/pci.c === ---

Re: IIIA. Does this help b43 DMA errors?

2009-11-29 Thread Chris Vine
On Sat, 28 Nov 2009 20:59:32 -0600 Larry Finger larry.fin...@lwfinger.net wrote: It is not my day. This statement is the one that I wanted. Please see if this one does any good. It doesn't improve things for me, I'm afraid. Chris ___ Bcm43xx-dev

I need to see some wl output

2009-11-29 Thread Larry Finger
It seems that none of the special things that the wl driver does on my system has any affect on the DMA errors. I would appreciate if one of you would do the following: 1. Set CONFIG_MMIOTRACE=y in .config. 2. Apply the attached patch 'log_pciconfig' and build the resulting kernel. 3. Copy

Re: I need to see some wl output

2009-11-29 Thread Andrew Benton
On 29/11/09 18:41, Larry Finger wrote: It seems that none of the special things that the wl driver does on my system has any affect on the DMA errors. I would appreciate if one of you would do the following: 1. Set CONFIG_MMIOTRACE=y in .config. I can't find that option. I have

Re: I need to see some wl output

2009-11-29 Thread Gábor Stefanik
On Sun, Nov 29, 2009 at 9:44 PM, Andrew Benton b3n...@gmail.com wrote: On 29/11/09 18:41, Larry Finger wrote: It seems that none of the special things that the wl driver does on my system has any affect on the DMA errors. I would appreciate if one of you would do the following: 1. Set

Re: I need to see some wl output

2009-11-29 Thread Andrew Benton
On 29/11/09 21:01, Gábor Stefanik wrote: Do not edit your config directly, use {menu|x|g}config. You need to enable the tracing framework to see mmiotrace. Thanks, I used make menuconfig, set CONFIG_MMIOTRACE=y rebooted but when I ran start_mmio_log it said:- root:/home/andy#

Re: I need to see some wl output

2009-11-29 Thread Andrew Benton
On 29/11/09 18:41, Larry Finger wrote: It seems that none of the special things that the wl driver does on my system has any affect on the DMA errors. I would appreciate if one of you would do the following: 1. Set CONFIG_MMIOTRACE=y in .config. 2. Apply the attached patch 'log_pciconfig'

Re: I need to see some wl output

2009-11-29 Thread Larry Finger
On 11/29/2009 03:40 PM, Andrew Benton wrote: On 29/11/09 21:01, Gábor Stefanik wrote: Do not edit your config directly, use {menu|x|g}config. You need to enable the tracing framework to see mmiotrace. Thanks, I used make menuconfig, set CONFIG_MMIOTRACE=y rebooted but when I ran

Re: I need to see some wl output

2009-11-29 Thread Larry Finger
On 11/29/2009 05:15 PM, Andrew Benton wrote: On 29/11/09 18:41, Larry Finger wrote: It seems that none of the special things that the wl driver does on my system has any affect on the DMA errors. I would appreciate if one of you would do the following: 1. Set CONFIG_MMIOTRACE=y in .config.