linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3
@ 2003-09-04  1:52 walt
  2003-09-04  7:25 ` Scott Ashcroft
  2003-09-04 12:50 ` Jeff Garzik
  0 siblings, 2 replies; 7+ messages in thread
From: walt @ 2003-09-04  1:52 UTC (permalink / raw)
  To: linux-kernel

Hi Jeff et all,

I just tried 2.4.23-pre3 with results that are disastrous, for me at least.

As you will remember, I'm the one who has to do an ifconfig down/up cycle
on my asus A7V8X mobo with built-in Broadcom chip.  But after the updates
in -pre3 the chip no longer will work at all.

In fact, if I try 'ifconfig eth0 down' the command hangs forever and chews
up 99.9% of the CPU.  No packets are ever transmitted in spite of a normal
'ifconfig' output after bootup.  The chip is correctly identified in dmesg:

eth0: Tigon3 [partno(BCM95702A20) rev 1002 PHY(5703)] (PCI:33MHz:32-bit)
10/100/1000BaseT Ethernet 00:e0:18:d2:a6:c1

and lspci:
00:09.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5702 Gigabit Ethernet (rev 02)
         Subsystem: Asustek Computer, Inc.: Unknown device 80a9
         Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 10
         Memory at f1800000 (64-bit, non-prefetchable) [size=64K]
         Expansion ROM at f7ff0000 [disabled] [size=64K]
         Capabilities: [40] PCI-X non-bridge device.
         Capabilities: [48] Power Management version 2
         Capabilities: [50] Vital Product Data
         Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable-

The data above were taken from 2.6.0-test4, but are the same in 2.4.23-pre3.

I would ask that you please not apple these recent changes to 2.6.0 until
we figure out what the problem is.

Again, I offer to do whatever testing/patching/whatever that I can do to
get this resolved, but you'll need to give me some specific instructions.

Thanks!


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3
  2003-09-04  1:52 tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3 walt
@ 2003-09-04  7:25 ` Scott Ashcroft
  2003-09-04 12:51   ` Jeff Garzik
  2003-09-04 12:50 ` Jeff Garzik
  1 sibling, 1 reply; 7+ messages in thread
From: Scott Ashcroft @ 2003-09-04  7:25 UTC (permalink / raw)
  To: linux-kernel

walt wrote:
> Hi Jeff et all,
> 
> I just tried 2.4.23-pre3 with results that are disastrous, for me at least.
> 
> As you will remember, I'm the one who has to do an ifconfig down/up cycle
> on my asus A7V8X mobo with built-in Broadcom chip.  But after the updates
> in -pre3 the chip no longer will work at all.
> 
> In fact, if I try 'ifconfig eth0 down' the command hangs forever and chews
> up 99.9% of the CPU.  No packets are ever transmitted in spite of a normal
> 'ifconfig' output after bootup.  The chip is correctly identified in dmesg:
> 
> eth0: Tigon3 [partno(BCM95702A20) rev 1002 PHY(5703)] (PCI:33MHz:32-bit)
> 10/100/1000BaseT Ethernet 00:e0:18:d2:a6:c1

Same here but it's a 5705M in a laptop. Tried backing out just the 
changes to the tg3 driver but couldn't get it to build correctly.

Cheers,
Scott



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3
  2003-09-04  1:52 tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3 walt
  2003-09-04  7:25 ` Scott Ashcroft
@ 2003-09-04 12:50 ` Jeff Garzik
  2003-09-04 14:03   ` walt
  1 sibling, 1 reply; 7+ messages in thread
From: Jeff Garzik @ 2003-09-04 12:50 UTC (permalink / raw)
  To: walt; +Cc: linux-kernel

Does 2.4.23-pre2 work for you?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3
  2003-09-04  7:25 ` Scott Ashcroft
@ 2003-09-04 12:51   ` Jeff Garzik
  2003-09-04 13:46     ` Scott Ashcroft
  0 siblings, 1 reply; 7+ messages in thread
From: Jeff Garzik @ 2003-09-04 12:51 UTC (permalink / raw)
  To: Scott Ashcroft; +Cc: linux-kernel

Scott Ashcroft wrote:
> walt wrote:
> 
>> Hi Jeff et all,
>>
>> I just tried 2.4.23-pre3 with results that are disastrous, for me at 
>> least.
>>
>> As you will remember, I'm the one who has to do an ifconfig down/up cycle
>> on my asus A7V8X mobo with built-in Broadcom chip.  But after the updates
>> in -pre3 the chip no longer will work at all.
>>
>> In fact, if I try 'ifconfig eth0 down' the command hangs forever and 
>> chews
>> up 99.9% of the CPU.  No packets are ever transmitted in spite of a 
>> normal
>> 'ifconfig' output after bootup.  The chip is correctly identified in 
>> dmesg:
>>
>> eth0: Tigon3 [partno(BCM95702A20) rev 1002 PHY(5703)] (PCI:33MHz:32-bit)
>> 10/100/1000BaseT Ethernet 00:e0:18:d2:a6:c1
> 
> 
> Same here but it's a 5705M in a laptop. Tried backing out just the 
> changes to the tg3 driver but couldn't get it to build correctly.

Does 2.4.23-pre2 work for you?

	Jeff





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3
  2003-09-04 12:51   ` Jeff Garzik
@ 2003-09-04 13:46     ` Scott Ashcroft
  0 siblings, 0 replies; 7+ messages in thread
From: Scott Ashcroft @ 2003-09-04 13:46 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel

On Thu, Sep 04, 2003 at 08:51:14AM -0400, Jeff Garzik wrote:
> Does 2.4.23-pre2 work for you?

Yes.

Scott

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3
  2003-09-04 12:50 ` Jeff Garzik
@ 2003-09-04 14:03   ` walt
  2003-09-04 16:09     ` Jeff Garzik
  0 siblings, 1 reply; 7+ messages in thread
From: walt @ 2003-09-04 14:03 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel

Jeff Garzik wrote:
> Does 2.4.23-pre2 work for you?
> 

Yes, as long as I do the one-time ifconfig down/up cycle
after each reboot -- the same as it's been since 2.4.-21-pre5.

The really bad stuff was just introduced yesterday in 23-pre3.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3
  2003-09-04 14:03   ` walt
@ 2003-09-04 16:09     ` Jeff Garzik
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Garzik @ 2003-09-04 16:09 UTC (permalink / raw)
  To: walt, ashcroft; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 129 bytes --]

Can you both please see if either of the attached patches fixes your 
problem?

Please try patch.fix1 first...

Thanks,

	Jeff



[-- Attachment #2: patch.fix1.bz2 --]
[-- Type: application/octet-stream, Size: 690 bytes --]

[-- Attachment #3: patch.fix2.bz2 --]
[-- Type: application/octet-stream, Size: 1097 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-09-04 16:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-04  1:52 tg3/Broadcom gigabit driver just got worse in 2.4.23-pre3 walt
2003-09-04  7:25 ` Scott Ashcroft
2003-09-04 12:51   ` Jeff Garzik
2003-09-04 13:46     ` Scott Ashcroft
2003-09-04 12:50 ` Jeff Garzik
2003-09-04 14:03   ` walt
2003-09-04 16:09     ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).