diff options
author | Dimitris Michailidis <dm@chelsio.com> | 2010-08-23 13:21:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-23 23:38:15 -0400 |
commit | ccea790ef033cc890ca4b416a783e9f9dffe556e (patch) | |
tree | 6da426b03eb25f2e7e0fd965cf43ac57d7d8712e /drivers/net/cxgb4 | |
parent | 1707aec9ac884de9e3358a8e564bbce91e4346f7 (diff) |
cxgb4: update PCI ids
Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb4')
-rw-r--r-- | drivers/net/cxgb4/cxgb4_main.c | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/drivers/net/cxgb4/cxgb4_main.c b/drivers/net/cxgb4/cxgb4_main.c index 7552d8df55ed..75b9401fd484 100644 --- a/drivers/net/cxgb4/cxgb4_main.c +++ b/drivers/net/cxgb4/cxgb4_main.c | |||
@@ -175,16 +175,26 @@ enum { | |||
175 | 175 | ||
176 | static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = { | 176 | static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = { |
177 | CH_DEVICE(0xa000, 0), /* PE10K */ | 177 | CH_DEVICE(0xa000, 0), /* PE10K */ |
178 | CH_DEVICE(0x4001, 0), | 178 | CH_DEVICE(0x4001, -1), |
179 | CH_DEVICE(0x4002, 0), | 179 | CH_DEVICE(0x4002, -1), |
180 | CH_DEVICE(0x4003, 0), | 180 | CH_DEVICE(0x4003, -1), |
181 | CH_DEVICE(0x4004, 0), | 181 | CH_DEVICE(0x4004, -1), |
182 | CH_DEVICE(0x4005, 0), | 182 | CH_DEVICE(0x4005, -1), |
183 | CH_DEVICE(0x4006, 0), | 183 | CH_DEVICE(0x4006, -1), |
184 | CH_DEVICE(0x4007, 0), | 184 | CH_DEVICE(0x4007, -1), |
185 | CH_DEVICE(0x4008, 0), | 185 | CH_DEVICE(0x4008, -1), |
186 | CH_DEVICE(0x4009, 0), | 186 | CH_DEVICE(0x4009, -1), |
187 | CH_DEVICE(0x400a, 0), | 187 | CH_DEVICE(0x400a, -1), |
188 | CH_DEVICE(0x4401, 4), | ||
189 | CH_DEVICE(0x4402, 4), | ||
190 | CH_DEVICE(0x4403, 4), | ||
191 | CH_DEVICE(0x4404, 4), | ||
192 | CH_DEVICE(0x4405, 4), | ||
193 | CH_DEVICE(0x4406, 4), | ||
194 | CH_DEVICE(0x4407, 4), | ||
195 | CH_DEVICE(0x4408, 4), | ||
196 | CH_DEVICE(0x4409, 4), | ||
197 | CH_DEVICE(0x440a, 4), | ||
188 | { 0, } | 198 | { 0, } |
189 | }; | 199 | }; |
190 | 200 | ||