On Mon, Nov 16, 2009 at 03:34:33PM -0200, Gonzalo Nemmi wrote: > On Sunday 15 November 2009 11:58:16 pm Pyun YongHyeon wrote: > > On Thu, Nov 12, 2009 at 08:39:31PM -0200, Gonzalo Nemmi wrote: > > > On Thursday 12 November 2009 8:05:50 pm Pyun YongHyeon wrote: > > > > On Thu, Nov 12, 2009 at 07:12:44PM -0200, Gonzalo Nemmi wrote: > > > > > On Thursday 12 November 2009 1:47:49 am Pyun YongHyeon wrote: > > > > > > On Wed, Nov 11, 2009 at 02:37:51PM -0800, Pyun YongHyeon > wrote: > > > > > > > Hi, > > > > > > > > > > > > > > I had been working on fixing bus_dma(9) bugs and adding TSO > > > > > > > capability to bge(4). Now TSO is supported for BCM5755 or > > > > > > > newer controllers. Actually some pre-BCM5755 controllers > > > > > > > also support TSO with the help of special firmware but the > > > > > > > license issue and lower performance of firmware based TSO > > > > > > > as well as TSO bug I intentionally excluded TSO support for > > > > > > > pre-BCM5755 controllers. You can get the patch form the > > > > > > > following URL. The diff was generated against latest HEAD. > > > > > > > > > > > > > > http://people.freebsd.org/~yongari/bge/bge.tso.1111.diff > > > > > > > > > > > > Eh, there was a typo so I regenerated the diff. > > > > > > http://people.freebsd.org/~yongari/bge/bge.tso.1111-1.diff > > > > > > > > > > Hi > > > > > Just wanted to know before getting on to it, will your patch > > > > > help to resolve kern/136876? > > > > > > > > My diff includes a fix for assuming PCIe device control register > > > > and MSI control registers would be reside in fixed address. And > > > > from the pciconf output I see the your MSI control register is > > > > located at different address. However bge(4) does not touch that > > > > register for BCM5906 so I guess my diff may not fix the resume > > > > issue. > > > > > > Thanks a lot for your prompt, clear and straight answer. > > > > Would you try attached patch for BCM5906 resume issue? Not sure > > whether it help or not though. > > Hi Pyun! > Sorry for the delay, I was out of town and just got back. > I'm downloading RC3 as of now. Then I will install: > edit make.conf > edit src.conf > buildworld > buildkernel > installkernel > reboot > > mergemaster -p > make installworld > reboot > > cp bge.diff bge.patch > cd /usr/src/sys/dev/bge && patch < /path/to/patch > make > make install clean > kldunload if_bge Not sure you removed bge in GENERIC kernel configuration file. > kldload if_bge > pciconf -lcvb > ifconfig bge0 up > acpiconf -s3 > > ... and hpefully .. resume from S3 .. > > Is that ok with you or would you like me to do it in another way? That's ok. At first I wanted to add WOL to wake up bge(4) with magic packet but bge(4) seems to require a lot of workaround for each controller and it's too complex to implement at this time. Just want to know whether bge(4) can resume from suspend. > try some more stuff? > Some test in particular? > > Best Regards and thanks for the patch > Gonzalo NemmiReceived on Mon Nov 16 2009 - 16:55:24 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:58 UTC