Re: [Bug #13111] Linux 2.6.30-rc1 tg3 endian issues with MAC addresses on BCM5701

2009-04-19 Thread Michael Chan
David Miller wrote: From: Robin Holt h...@sgi.com Date: Fri, 17 Apr 2009 07:21:21 -0500 Actually, I think we do have a fix for this. James and Robin both reported that the test patch I sent out worked for them. I'm preparing a patchset for submission now. James, Robin, can you

Re: [Bug #42707] Hang deconfiguring network interface (in shutdown) on 3.3-rc1

2012-02-29 Thread Michael Chan
tg3_get_nstats() function. tg3_get_stats64() is recoded to call this function and take tp-lock. The code that takes tp-lock in tg3_calc_crc_errors() has been removed. Function signatures have been cleaned up too. Signed-off-by: Matt Carlson mcarl...@broadcom.com Signed-off-by: Michael Chan mc