Skip to content

Commit 8b6edf8

Browse files
Casey Leedomdavem330
authored andcommitted
cxgb4vf: flesh out PCI Device ID Table ...
Add a bunch of T4 Device IDs for the VF Driver. Signed-off-by: Casey Leedom <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent eb6c503 commit 8b6edf8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/net/cxgb4vf/cxgb4vf_main.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2829,6 +2829,14 @@ static struct pci_device_id cxgb4vf_pci_tbl[] = {
28292829
CH_DEVICE(0x4800, 0), /* T440-dbg */
28302830
CH_DEVICE(0x4801, 0), /* T420-cr */
28312831
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 */
28322840
{ 0, }
28332841
};
28342842

0 commit comments

Comments
 (0)