[PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shannon Wynter
Date: Friday, November 26, 2010 - 6:51 am

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


--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium, Shannon Wynter, (Fri Nov 26, 6:51 am)
Re: [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium, Stephen Hemminger, (Fri Nov 26, 11:52 am)
Re: [PATCH] skge: 32bit DMA for ASUS A8N-SLI Premium, Shannon Wynter, (Fri Nov 26, 12:05 pm)