Skip to content

Commit ba20ecb

Browse files
pawelchm-intelkuba-moo
authored andcommitted
ice: Hook up 4 E830 devices by adding their IDs
As the previous patches provide support for E830 hardware, add E830 specific IDs to the PCI device ID table, so these devices can now be probed by the kernel. Reviewed-by: Jesse Brandeburg <[email protected]> Signed-off-by: Pawel Chmielewski <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Paul Greenwalt <[email protected]> Tested-by: Tony Brelinski <[email protected]> Signed-off-by: Jacob Keller <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f8ab08c commit ba20ecb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/net/ethernet/intel/ice/ice_main.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5611,6 +5611,10 @@ static const struct pci_device_id ice_pci_tbl[] = {
56115611
{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_1GBE) },
56125612
{ PCI_VDEVICE(INTEL, ICE_DEV_ID_E823L_QSFP) },
56135613
{ 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) },
56145618
/* required last entry */
56155619
{}
56165620
};

0 commit comments

Comments
 (0)