diff options
author | Divy Le Ray <divy@chelsio.com> | 2009-05-29 08:52:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-29 18:55:04 -0400 |
commit | 744514249f0656e2d50bb57585241670c2d4f32b (patch) | |
tree | f95275ec6dca4be204bdf43df8fce94aba1dc920 /drivers/net/cxgb3/cxgb3_main.c | |
parent | c3a8c5b644118b5e2cfd0690b1dcea904a792c52 (diff) |
cxgb3: Add Aeluros 2020 phy support
Add support for the AEL2020 phy.
Add PCI IDs of the boards using this phy.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb3/cxgb3_main.c')
-rw-r--r-- | drivers/net/cxgb3/cxgb3_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c index 1fe4b070c6d0..4bc26568b2f6 100644 --- a/drivers/net/cxgb3/cxgb3_main.c +++ b/drivers/net/cxgb3/cxgb3_main.c | |||
@@ -91,6 +91,8 @@ static const struct pci_device_id cxgb3_pci_tbl[] = { | |||
91 | CH_DEVICE(0x31, 3), /* T3B20 */ | 91 | CH_DEVICE(0x31, 3), /* T3B20 */ |
92 | CH_DEVICE(0x32, 1), /* T3B02 */ | 92 | CH_DEVICE(0x32, 1), /* T3B02 */ |
93 | CH_DEVICE(0x35, 6), /* T3C20-derived T3C10 */ | 93 | CH_DEVICE(0x35, 6), /* T3C20-derived T3C10 */ |
94 | CH_DEVICE(0x36, 3), /* S320E-CR */ | ||
95 | CH_DEVICE(0x37, 7), /* N320E-G2 */ | ||
94 | {0,} | 96 | {0,} |
95 | }; | 97 | }; |
96 | 98 | ||