netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: Shannon Wynter <kernel.org.alias@fremnet.net>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium
Date: Fri, 26 Nov 2010 10:52:33 -0800	[thread overview]
Message-ID: <20101126105233.091f818d@nehalam> (raw)
In-Reply-To: <4CEFBB72.2060400@fremnet.net>

On Fri, 26 Nov 2010 23:51:46 +1000
Shannon Wynter <kernel.org.alias@fremnet.net> wrote:

> Add ASUS A8N-SLI Premium to the list of boards that require the quirk to
> limit DMA to 32bit in the skge.c module.
> 
> Signed-off-by: Shannon Wynter <kernel.org.alias@fremnet.net>
> ---
> --- a/drivers/net/skge.c	2010-11-26 08:35:21.000000000 +1000
> +++ b/drivers/net/skge.c	2010-11-26 08:58:52.000000000 +1000
> @@ -4158,6 +4158,13 @@
>   			DMI_MATCH(DMI_BOARD_NAME, "nForce"),
>   		},
>   	},
> +	{
> +		.ident = "ASUSTeK A8N-SLI Premium",
> +		.matches = {
> +			DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
> +			DMI_MATCH(DMI_BOARD_NAME, "A8N-SLI Premium"),
> +		},
> +	},
>   	{}
>   };
> 
> 

Ok. Maybe I have to buy one of these beasts to find the root
cause of this.

-- 

  reply	other threads:[~2010-11-26 18:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-26 13:51 [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium Shannon Wynter
2010-11-26 18:52 ` Stephen Hemminger [this message]
2010-11-26 19:05   ` Shannon Wynter
2011-01-05  5:55     ` Shannon Wynter

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=20101126105233.091f818d@nehalam \
    --to=shemminger@linux-foundation.org \
    --cc=kernel.org.alias@fremnet.net \
    --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).