We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6c503 commit 8b6edf8Copy full SHA for 8b6edf8
drivers/net/cxgb4vf/cxgb4vf_main.c
@@ -2829,6 +2829,14 @@ static struct pci_device_id cxgb4vf_pci_tbl[] = {
2829
CH_DEVICE(0x4800, 0), /* T440-dbg */
2830
CH_DEVICE(0x4801, 0), /* T420-cr */
2831
CH_DEVICE(0x4802, 0), /* T422-cr */
2832
+ CH_DEVICE(0x4803, 0), /* T440-cr */
2833
+ CH_DEVICE(0x4804, 0), /* T420-bch */
2834
+ CH_DEVICE(0x4805, 0), /* T440-bch */
2835
+ CH_DEVICE(0x4806, 0), /* T460-ch */
2836
+ CH_DEVICE(0x4807, 0), /* T420-so */
2837
+ CH_DEVICE(0x4808, 0), /* T420-cx */
2838
+ CH_DEVICE(0x4809, 0), /* T420-bt */
2839
+ CH_DEVICE(0x480a, 0), /* T404-bt */
2840
{ 0, }
2841
};
2842
0 commit comments