netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: Steve Kieu <haiquy@yahoo.com>
Cc: Jesse Brandeburg <jesse.brandeburg@gmail.com>,
	Daniel Drake <dsd@gentoo.org>, Steve Kieu <haiquy@yahoo.com>,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: Very strange Marvell/Yukon Gigabit NIC networking problems
Date: Tue, 30 Aug 2005 15:29:08 -0700	[thread overview]
Message-ID: <20050830152908.1dc24339@dxpl.pdx.osdl.net> (raw)
In-Reply-To: <20050830214937.22956.qmail@web53604.mail.yahoo.com>

On Wed, 31 Aug 2005 07:49:37 +1000 (EST)
Steve Kieu <haiquy@yahoo.com> wrote:

> 
> --- Stephen Hemminger <shemminger@osdl.org> wrote:
> 
> > You have a version of the Marvell Yukon that was
> > affected
> > by a fix in 2.6.13.
> > 	skge addr 0xfeaf8000 irq 19 chip Yukon-Lite rev 9
> > 
> > Both the skge and sk98lin driver were fixed to check
> > for this.
> > Without the fix, the chip will be in the wrong power
> > mode.
> > 
> > The version of sk98lin driver from SysKonnect
> > already had the
> > fix, so if your distro used that one, it would have
> > the reset
> > the power mode as needed.
> 
> I am afraid not. The last time, I reproduced the
> problem using the latest sk98lin driver from
> SysKonnect  (run create patch and patch the kernel
> 2.6.13). Problem still there. The file I got from
> sysconnect is:
> 
> install-8_23.tar.bz2

Just look for references to CHIP_REV_YU_LITE_A3 in the driver
	sk98lin/skgeinit.c and sk98lin/skxmac2.c
The comparison should always be:
	pAC->GIni.GIChipRev >= CHIP_REV_YU_LITE_A3
otherwise it will not correctly take chip out of powerdown (coma) mode.

  reply	other threads:[~2005-08-30 22:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050830122937.79855.qmail@web53605.mail.yahoo.com>
2005-08-30 13:31 ` Very strange Marvell/Yukon Gigabit NIC networking problems Daniel Drake
2005-08-30 20:18   ` Jesse Brandeburg
2005-08-30 20:39     ` Stephen Hemminger
2005-08-30 20:50       ` Steve Kieu
2005-08-30 21:05         ` Stephen Hemminger
2005-08-30 21:49           ` Steve Kieu
2005-08-30 22:29             ` Stephen Hemminger [this message]
2005-08-31  0:09               ` Steve Kieu
2005-09-01 17:59                 ` Stephen Hemminger
2005-08-31  9:56           ` Daniel Drake
     [not found] <20050901212110.19192.qmail@web53605.mail.yahoo.com>
2005-09-11 15:24 ` Daniel Drake
2005-09-12  0:02   ` Steve Kieu
     [not found] <20050830105210.11849.qmail@web53602.mail.yahoo.com>
2005-08-30 11:54 ` Daniel Drake
2005-09-01 18:09   ` Stephen Hemminger
     [not found] <20050830095837.27383.qmail@web53607.mail.yahoo.com>
2005-08-30 10:18 ` Daniel Drake
     [not found] <20050830083512.39846.qmail@web53603.mail.yahoo.com>
2005-08-30  9:56 ` Daniel Drake

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050830152908.1dc24339@dxpl.pdx.osdl.net \
    --to=shemminger@osdl.org \
    --cc=dsd@gentoo.org \
    --cc=haiquy@yahoo.com \
    --cc=jesse.brandeburg@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).