* [PATCH 2/3] forcedeth: addition of new mcp89 device id
@ 2009-06-04 1:05 Ayaz Abdulla
2009-06-04 9:06 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Ayaz Abdulla @ 2009-06-04 1:05 UTC (permalink / raw)
To: Manfred Spraul, David S. Miller, Andrew Morton, nedev
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
This patch adds a new device id for mcp89 chipset.
Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com>
[-- Attachment #2: patch-forcedeth-add-mcp89 --]
[-- Type: text/plain, Size: 871 bytes --]
--- old/drivers/net/forcedeth.c 2009-06-03 20:48:27.000000000 -0400
+++ new/drivers/net/forcedeth.c 2009-06-03 20:55:16.000000000 -0400
@@ -6345,6 +6345,10 @@
PCI_DEVICE(0x10DE, 0x0AB3),
.driver_data = DEV_NEED_LINKTIMER|DEV_HAS_LARGEDESC|DEV_HAS_CHECKSUM|DEV_HAS_HIGH_DMA|DEV_HAS_MSI|DEV_HAS_POWER_CNTRL|DEV_HAS_PAUSEFRAME_TX_V3|DEV_HAS_STATISTICS_V3|DEV_HAS_TEST_EXTENDED|DEV_HAS_CORRECT_MACADDR|DEV_HAS_COLLISION_FIX|DEV_NEED_TX_LIMIT2|DEV_HAS_GEAR_MODE|DEV_NEED_PHY_INIT_FIX|DEV_NEED_MSI_FIX,
},
+ { /* MCP89 Ethernet Controller */
+ PCI_DEVICE(0x10DE, 0x0D7D),
+ .driver_data = DEV_NEED_LINKTIMER|DEV_HAS_LARGEDESC|DEV_HAS_CHECKSUM|DEV_HAS_HIGH_DMA|DEV_HAS_MSI|DEV_HAS_POWER_CNTRL|DEV_HAS_PAUSEFRAME_TX_V3|DEV_HAS_STATISTICS_V3|DEV_HAS_TEST_EXTENDED|DEV_HAS_CORRECT_MACADDR|DEV_HAS_COLLISION_FIX|DEV_HAS_GEAR_MODE|DEV_NEED_PHY_INIT_FIX,
+ },
{0,},
};
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2/3] forcedeth: addition of new mcp89 device id
2009-06-04 1:05 [PATCH 2/3] forcedeth: addition of new mcp89 device id Ayaz Abdulla
@ 2009-06-04 9:06 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-06-04 9:06 UTC (permalink / raw)
To: aabdulla; +Cc: manfred, akpm, netdev
From: Ayaz Abdulla <aabdulla@nvidia.com>
Date: Wed, 03 Jun 2009 21:05:35 -0400
> This patch adds a new device id for mcp89 chipset.
>
> Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com>
Applied to net-next-2.6
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-04 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-04 1:05 [PATCH 2/3] forcedeth: addition of new mcp89 device id Ayaz Abdulla
2009-06-04 9:06 ` 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).