drivers/net/igc.c: add device id 0x15f3 support

add the network card models whose functions have been confirmed to the
id table.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu 2025-05-13 20:54:13 +08:00 committed by Alan C. Assis
parent 446aecdd61
commit 02645974cb

View file

@ -237,6 +237,10 @@ static const struct pci_device_id_s g_igc_id_table[] =
PCI_DEVICE(0x8086, 0x15f2),
.driver_data = (uintptr_t)&g_igc_i225lm
},
{
PCI_DEVICE(0x8086, 0x15f3),
.driver_data = (uintptr_t)&g_igc_i225lm
},
{
PCI_DEVICE(0x8086, 0x125c),
.driver_data = (uintptr_t)&g_igc_i226v