netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium
@ 2010-11-26 13:51 Shannon Wynter
  2010-11-26 18:52 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Shannon Wynter @ 2010-11-26 13:51 UTC (permalink / raw)
  To: netdev; +Cc: Stephen Hemminger

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"),
+		},
+	},
  	{}
  };



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

* Re: [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium
  2010-11-26 13:51 [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium Shannon Wynter
@ 2010-11-26 18:52 ` Stephen Hemminger
  2010-11-26 19:05   ` Shannon Wynter
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2010-11-26 18:52 UTC (permalink / raw)
  To: Shannon Wynter; +Cc: netdev

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.

-- 

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

* Re: [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium
  2010-11-26 18:52 ` Stephen Hemminger
@ 2010-11-26 19:05   ` Shannon Wynter
  2011-01-05  5:55     ` Shannon Wynter
  0 siblings, 1 reply; 4+ messages in thread
From: Shannon Wynter @ 2010-11-26 19:05 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

Stephen Hemminger wrote:
> 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.
>
>   

It's quite an old board, I'd let you on mine and say go for your life 
but it's actually kind of mission critical (in so much as a home server 
can be).

Is there anything I can provide/do/run for you to give you a head start 
in the right direction?
The problem showed up when I upgraded from 1gb to 4gb of memory (the 
maximum the board can handle)

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

* Re: [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium
  2010-11-26 19:05   ` Shannon Wynter
@ 2011-01-05  5:55     ` Shannon Wynter
  0 siblings, 0 replies; 4+ messages in thread
From: Shannon Wynter @ 2011-01-05  5:55 UTC (permalink / raw)
  To: netdev

I don't mean to be impatient but any progress with this?

On 27/11/10 05:05, Shannon Wynter wrote:
> Stephen Hemminger wrote:
>> 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.
>>
>
> It's quite an old board, I'd let you on mine and say go for your life 
> but it's actually kind of mission critical (in so much as a home 
> server can be).
>
> Is there anything I can provide/do/run for you to give you a head 
> start in the right direction?
> The problem showed up when I upgraded from 1gb to 4gb of memory (the 
> maximum the board can handle)
> -- 
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-01-05  6:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 13:51 [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium Shannon Wynter
2010-11-26 18:52 ` Stephen Hemminger
2010-11-26 19:05   ` Shannon Wynter
2011-01-05  5:55     ` Shannon Wynter

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