mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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:
parent
446aecdd61
commit
02645974cb
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue