aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2024-12-03 00:43:17 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2024-12-23 22:01:58 +0000
commit4c6d5d444b1557d45721319ccd05f667cd55e514 (patch)
treee928ee6fcd27f37b4972c7fa1dcb467d68cdcb11 /sys/dev
parent37d6a8531bbf026d9ec54869893c4f6e485208bd (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/igc/if_igc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/igc/if_igc.c b/sys/dev/igc/if_igc.c
index e22c5578ed8d..3c058582b463 100644
--- a/sys/dev/igc/if_igc.c
+++ b/sys/dev/igc/if_igc.c
@@ -56,7 +56,7 @@ static const pci_vendor_info_t igc_vendor_info_array[] =
PVID(0x8086, IGC_DEV_ID_I225_K,
"Intel(R) Ethernet Controller I225-K"),
PVID(0x8086, IGC_DEV_ID_I225_I,
- "Intel(R) Ethernet Controller I225-I"),
+ "Intel(R) Ethernet Controller I225-IT"),
PVID(0x8086, IGC_DEV_ID_I220_V,
"Intel(R) Ethernet Controller I220-V"),
PVID(0x8086, IGC_DEV_ID_I225_K2,