* [PATCH net-next] Added FS A8NE-FM to the list of 32bit DMA boards
@ 2014-06-17 10:53 Mirko Lindner
2014-06-18 23:47 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Mirko Lindner @ 2014-06-17 10:53 UTC (permalink / raw)
To: David S. Miller, netdev@vger.kernel.org
Added FUJITSU SIEMENS A8NE-FM to the list of 32bit DMA boards
>From Tomi O.:
After I added an entry to this MB into the skge.c
driver in order to enable the mentioned 64bit dma disable quirk,
the network data corruptions ended and everything is fine again.
Signed-off-by: Mirko Lindner <mlindner@marvell.com>
---
drivers/net/ethernet/marvell/skge.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/net/ethernet/marvell/skge.c b/drivers/net/ethernet/marvell/skge.c
index 7f81ae6..e912b68 100644
--- a/drivers/net/ethernet/marvell/skge.c
+++ b/drivers/net/ethernet/marvell/skge.c
@@ -4199,6 +4199,13 @@ static struct dmi_system_id skge_32bit_dma_boards[] = {
DMI_MATCH(DMI_BOARD_NAME, "P5NSLI")
},
},
+ {
+ .ident = "FUJITSU SIEMENS A8NE-FM",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTek Computer INC."),
+ DMI_MATCH(DMI_BOARD_NAME, "A8NE-FM")
+ },
+ },
{}
};
--
1.8.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] Added FS A8NE-FM to the list of 32bit DMA boards
2014-06-17 10:53 [PATCH net-next] Added FS A8NE-FM to the list of 32bit DMA boards Mirko Lindner
@ 2014-06-18 23:47 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-06-18 23:47 UTC (permalink / raw)
To: mlindner; +Cc: netdev
From: Mirko Lindner <mlindner@marvell.com>
Date: Tue, 17 Jun 2014 12:53:39 +0200
> Added FUJITSU SIEMENS A8NE-FM to the list of 32bit DMA boards
>
> From Tomi O.:
> After I added an entry to this MB into the skge.c
> driver in order to enable the mentioned 64bit dma disable quirk,
> the network data corruptions ended and everything is fine again.
>
> Signed-off-by: Mirko Lindner <mlindner@marvell.com>
Applied, but please use an appropriate subsystem prefix in
your subject lines, this should have been something like:
[PATCH net-next] skge: Added FS A8NE-FM ...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-18 23:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-17 10:53 [PATCH net-next] Added FS A8NE-FM to the list of 32bit DMA boards Mirko Lindner
2014-06-18 23:47 ` 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).