Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121841
b: refs/heads/master
c: 1caacec
h: refs/heads/master
i:
  121839: 0b14746
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Nov 13, 2008
1 parent 4eb030c commit 759e2ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e42ea986e4a4cab4209d982feffcaf50f21e80e3
refs/heads/master: 1caacecb7cb2b72e798f06a32b5061075cf397fa
4 changes: 4 additions & 0 deletions trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ typedef enum {
BCM5709,
BCM5709S,
BCM5716,
BCM5716S,
} board_t;

/* indexed by board_t, above */
Expand All @@ -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) = {
Expand All @@ -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, }
};

Expand Down

0 comments on commit 759e2ab

Please sign in to comment.