lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4CF004EF.90107@fremnet.net>
Date:	Sat, 27 Nov 2010 05:05:19 +1000
From:	Shannon Wynter <kernel.org.alias@...mnet.net>
To:	Stephen Hemminger <shemminger@...ux-foundation.org>
CC:	netdev@...r.kernel.org
Subject: Re: [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium

Stephen Hemminger wrote:
> On Fri, 26 Nov 2010 23:51:46 +1000
> Shannon Wynter <kernel.org.alias@...mnet.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@...mnet.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ