linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: strange 3c59x behaviour under 2.6.11.7
       [not found] <Pine.LNX.4.44.0505031057380.9939-100000@kenzo.iwr.uni-heidelberg.de>
@ 2005-05-04 21:01 ` Jim Faulkner
  2005-05-04 21:35   ` Alexander Nyberg
  2005-05-04 21:43   ` Andrew Morton
  0 siblings, 2 replies; 3+ messages in thread
From: Jim Faulkner @ 2005-05-04 21:01 UTC (permalink / raw)
  To: vortex; +Cc: Bogdan.Costescu, linux-kernel


Some background for the linux-kernel folks:

http://www.scyld.com/pipermail/vortex/2005-May/002483.html

http://www.scyld.com/pipermail/vortex/2005-May/002484.html

On Tue, 3 May 2005, Bogdan Costescu wrote:

> > Any ideas on what is causing this problem, and how to fix it?
>
> Try booting with acpi=off.
> Try updating BIOS and/or modify power related options in BIOS.

I've tried disabling ACPI in the kernel, turning on APM support in the
BIOS, and the combination of the two, and unfortunately the problem
persisted.

However, I found this patch (the one at the very bottom of the page):
http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg78894.html

And after adapting it to the 2.6.11.7 kernel, everything works again!
I've rebooted the machine several times, and the 3com cards initialized
successfully every time.

I'm CC'ing linux-kernel in the hopes that this fix can make it into the
mainstream kernel sometime soon.  I'm sure my mother would appreciate it
greatly. :)

Please CC my e-mail address in any replies as I am not subscribed to this
list.

thanks,
Jim Faulkner

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

* Re: strange 3c59x behaviour under 2.6.11.7
  2005-05-04 21:01 ` strange 3c59x behaviour under 2.6.11.7 Jim Faulkner
@ 2005-05-04 21:35   ` Alexander Nyberg
  2005-05-04 21:43   ` Andrew Morton
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Nyberg @ 2005-05-04 21:35 UTC (permalink / raw)
  To: Jim Faulkner; +Cc: vortex, Bogdan.Costescu, linux-kernel, netdev

> Some background for the linux-kernel folks:
> 
> http://www.scyld.com/pipermail/vortex/2005-May/002483.html
> 
> http://www.scyld.com/pipermail/vortex/2005-May/002484.html
> 
> On Tue, 3 May 2005, Bogdan Costescu wrote:
> 
> > > Any ideas on what is causing this problem, and how to fix it?
> >
> > Try booting with acpi=off.
> > Try updating BIOS and/or modify power related options in BIOS.
> 
> I've tried disabling ACPI in the kernel, turning on APM support in the
> BIOS, and the combination of the two, and unfortunately the problem
> persisted.
> 
> However, I found this patch (the one at the very bottom of the page):
> http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg78894.html
> 
> And after adapting it to the 2.6.11.7 kernel, everything works again!
> I've rebooted the machine several times, and the 3com cards initialized
> successfully every time.
> 
> I'm CC'ing linux-kernel in the hopes that this fix can make it into the
> mainstream kernel sometime soon.  I'm sure my mother would appreciate it
> greatly. :)
> 
> Please CC my e-mail address in any replies as I am not subscribed to this
> list.

[netdev needs to be up on the CC on this too]

Yeah I get the same behaviour reliably when doing kexec on a box with
the 3c59x, lspci shows:

0000:00:0f.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 74)
        Subsystem: 3Com Corporation 3C905C-TX Fast Etherlink for PC Management NIC
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 32 (2500ns min, 2500ns max), Cache Line Size: 0x08 (32 bytes)
        Interrupt: pin A routed to IRQ 5
        Region 0: I/O ports at b000 [size=128]
        Region 1: Memory at ef004000 (32-bit, non-prefetchable) [size=128]
        Capabilities: [dc] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=2 PME-
00: b7 10 00 92 07 00 10 02 74 00 00 02 08 20 00 00
10: 01 b0 00 00 00 40 00 ef 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 b7 10 00 10
30: 00 00 00 00 dc 00 00 00 00 00 00 00 05 01 0a 0a



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

* Re: strange 3c59x behaviour under 2.6.11.7
  2005-05-04 21:01 ` strange 3c59x behaviour under 2.6.11.7 Jim Faulkner
  2005-05-04 21:35   ` Alexander Nyberg
@ 2005-05-04 21:43   ` Andrew Morton
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2005-05-04 21:43 UTC (permalink / raw)
  To: Jim Faulkner; +Cc: vortex, Bogdan.Costescu, linux-kernel

Jim Faulkner <jfaulkne@ccs.neu.edu> wrote:
>
> However, I found this patch (the one at the very bottom of the page):
> http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg78894.html
> 
> And after adapting it to the 2.6.11.7 kernel, everything works again!
> I've rebooted the machine several times, and the 3com cards initialized
> successfully every time.
> 
> I'm CC'ing linux-kernel in the hopes that this fix can make it into the
> mainstream kernel sometime soon.  I'm sure my mother would appreciate it
> greatly. :)

I was planning on merging that post-2.6.12, but I guess it looks fairly
safe...


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

end of thread, other threads:[~2005-05-04 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.44.0505031057380.9939-100000@kenzo.iwr.uni-heidelberg.de>
2005-05-04 21:01 ` strange 3c59x behaviour under 2.6.11.7 Jim Faulkner
2005-05-04 21:35   ` Alexander Nyberg
2005-05-04 21:43   ` Andrew Morton

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).