mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 23:45:31 +08:00
cxgb4/cxgb4vf: Add Devicde ID for two more adapter
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b961f9a488
commit
91c04a9eb3
@ -284,6 +284,8 @@ static const struct pci_device_id cxgb4_pci_tbl[] = {
|
||||
CH_DEVICE(0x5084, 4),
|
||||
CH_DEVICE(0x5085, 4),
|
||||
CH_DEVICE(0x5086, 4),
|
||||
CH_DEVICE(0x5087, 4),
|
||||
CH_DEVICE(0x5088, 4),
|
||||
CH_DEVICE(0x5401, 4),
|
||||
CH_DEVICE(0x5402, 4),
|
||||
CH_DEVICE(0x5403, 4),
|
||||
@ -312,6 +314,8 @@ static const struct pci_device_id cxgb4_pci_tbl[] = {
|
||||
CH_DEVICE(0x5484, 4),
|
||||
CH_DEVICE(0x5485, 4),
|
||||
CH_DEVICE(0x5486, 4),
|
||||
CH_DEVICE(0x5487, 4),
|
||||
CH_DEVICE(0x5488, 4),
|
||||
{ 0, }
|
||||
};
|
||||
|
||||
|
@ -2961,6 +2961,8 @@ static const struct pci_device_id cxgb4vf_pci_tbl[] = {
|
||||
CH_DEVICE(0x5884),
|
||||
CH_DEVICE(0x5885),
|
||||
CH_DEVICE(0x5886),
|
||||
CH_DEVICE(0x5887),
|
||||
CH_DEVICE(0x5888),
|
||||
{ 0, }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user