show igc in device driver table

This commit is contained in:
Bjarne von Horn 2023-11-03 16:57:56 +01:00
parent 0875ec4b00
commit 61ea868a7d
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ DRIVER_MAP=(
("e1000", "e1000", "e1000_main"),
("e1000e", "e1000e", "netdev"),
("igb", "igb", "igb_main"),
("igc", "igc", "igc_main"),
(".", "r8169", "r8169"),
)