[PATCH net-next 1/5] bnx2: Add PCI ID for 5716S.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael Chan
Date: Wednesday, November 12, 2008 - 4:10 pm

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Benjamin Li <benli@broadcom.com>
---
 drivers/net/bnx2.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index 51b163a..49ebb50 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -89,6 +89,7 @@ typedef enum {
 	BCM5709,
 	BCM5709S,
 	BCM5716,
+	BCM5716S,
 } board_t;
 
 /* indexed by board_t, above */
@@ -105,6 +106,7 @@ static struct {
 	{ "Broadcom NetXtreme II BCM5709 1000Base-T" },
 	{ "Broadcom NetXtreme II BCM5709 1000Base-SX" },
 	{ "Broadcom NetXtreme II BCM5716 1000Base-T" },
+	{ "Broadcom NetXtreme II BCM5716 1000Base-SX" },
 	};
 
 static DEFINE_PCI_DEVICE_TABLE(bnx2_pci_tbl) = {
@@ -128,6 +130,8 @@ static DEFINE_PCI_DEVICE_TABLE(bnx2_pci_tbl) = {
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5709S },
 	{ PCI_VENDOR_ID_BROADCOM, 0x163b,
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5716 },
+	{ PCI_VENDOR_ID_BROADCOM, 0x163c,
+	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5716 },
 	{ 0, }
 };
 
-- 
1.5.6.GIT


--
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 net-next 1/5] bnx2: Add PCI ID for 5716S., Michael Chan, (Wed Nov 12, 4:10 pm)
[PATCH net-next 2/5] bnx2: Restrict WoL support., Michael Chan, (Wed Nov 12, 4:10 pm)
[PATCH net-next 5/5] bnx2: Update version to 1.8.2., Michael Chan, (Wed Nov 12, 4:10 pm)
Re: [PATCH net-next 1/5] bnx2: Add PCI ID for 5716S., David Miller, (Wed Nov 12, 5:01 pm)
Re: [PATCH net-next 2/5] bnx2: Restrict WoL support., David Miller, (Wed Nov 12, 5:01 pm)
Re: [PATCH net-next 5/5] bnx2: Update version to 1.8.2., David Miller, (Wed Nov 12, 5:03 pm)