netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* skge.c patch to limit DMA for ASUS A8N-SLI Premium board
@ 2010-11-26  0:06 Shannon Wynter
  2010-12-01 19:00 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Shannon Wynter @ 2010-11-26  0:06 UTC (permalink / raw)
  To: netdev

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

Hi

I would like to contribute a patch to add ASUS A8N-SLI Premium to the 
list of boards that require the quirk to limit DMA to 32bit in the 
skge.c module.

It took 2 hours of fiddling with my machine last night to get the 
network card working - the lights were on but no-one was at home.

I never would have found it if not for the original bug listed on redhat 
for the Gigabyte motherboard.

Kind regards

Shannon.

[-- Attachment #2: skge-quirk-for-asus-a8n-sli-DMA.patch --]
[-- Type: text/x-patch, Size: 516 bytes --]

diff -uNr linux-2.6.37-rc3.old/drivers/net/skge.c linux-2.6.37-rc3.new//drivers/net/skge.c
--- linux-2.6.37-rc3.old/drivers/net/skge.c	2010-11-26 08:35:21.000000000 +1000
+++ linux-2.6.37-rc3.new//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] 2+ messages in thread

end of thread, other threads:[~2010-12-01 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26  0:06 skge.c patch to limit DMA for ASUS A8N-SLI Premium board Shannon Wynter
2010-12-01 19:00 ` David Miller

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