From: Ayaz Abdulla <aabdulla@nvidia•com>
To: Manfred Spraul <manfred@colorfullife•com>,
"David S. Miller" <davem@davemloft•net>,
Andrew Morton <akpm@osdl•org>, nedev <netdev@vger•kernel.org>
Subject: [PATCH 2/3] forcedeth: addition of new mcp89 device id
Date: Wed, 03 Jun 2009 21:05:35 -0400 [thread overview]
Message-ID: <4A271DDF.1030604@nvidia.com> (raw)
[-- 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,},
};
next reply other threads:[~2009-06-04 6:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-04 1:05 Ayaz Abdulla [this message]
2009-06-04 9:06 ` [PATCH 2/3] forcedeth: addition of new mcp89 device id David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A271DDF.1030604@nvidia.com \
--to=aabdulla@nvidia$(echo .)com \
--cc=akpm@osdl$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=manfred@colorfullife$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox