netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Stephen Hemminger <stephen.hemminger@vyatta.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] sky2: missing chip name for Yukon Supreme
Date: Sat, 12 Apr 2008 01:53:44 -0400	[thread overview]
Message-ID: <48004E68.5070209@garzik.org> (raw)
In-Reply-To: <20080410150614.7da71ff8@speedy>

Stephen Hemminger wrote:
> Any usage of sky2 on new Yukon Supreme would cause a NULL dereference.
> The chip is very new, so the support is still untested; vendor has
> not sent any eval hardware.
> 
> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
> ---
> Please apply for 2.6.25
> 
> --- a/drivers/net/sky2.c	2008-04-10 14:01:05.000000000 -0500
> +++ b/drivers/net/sky2.c	2008-04-10 14:04:23.000000000 -0500
> @@ -154,6 +154,7 @@ static const char *yukon2_name[] = {
>  	"EC",		/* 0xb6 */
>  	"FE",		/* 0xb7 */
>  	"FE+",		/* 0xb8 */
> +	"Supreme",	/* 0xb9 */
>  };
>  
>  static void sky2_set_multicast(struct net_device *dev);
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in

applied



      parent reply	other threads:[~2008-04-12  5:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-10 20:06 [PATCH] sky2: missing chip name for Yukon Supreme Stephen Hemminger
2008-04-10 20:14 ` Christoph Hellwig
2008-04-10 20:21   ` Stephen Hemminger
2008-04-12  5:53 ` Jeff Garzik [this message]

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=48004E68.5070209@garzik.org \
    --to=jeff@garzik.org \
    --cc=netdev@vger.kernel.org \
    --cc=stephen.hemminger@vyatta.com \
    /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).