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 f8ab08c commit ba20ecbCopy full SHA for ba20ecb
drivers/net/ethernet/intel/ice/ice_main.c
@@ -5611,6 +5611,10 @@ static const struct pci_device_id ice_pci_tbl[] = {
5611
{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_1GBE) },
5612
{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_QSFP) },
5613
{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E822_SI_DFLT) },
5614
+ { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_BACKPLANE) },
5615
+ { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_QSFP56) },
5616
+ { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_SFP) },
5617
+ { PCI_VDEVICE(INTEL, ICE_DEV_ID_E830_SFP_DD) },
5618
/* required last entry */
5619
{}
5620
};
0 commit comments