git: 4c6d5d444b15 - stable/13 - igc.4: Add I226 and other additions to supported list
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Dec 2024 22:02:17 UTC
The branch stable/13 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=4c6d5d444b1557d45721319ccd05f667cd55e514
commit 4c6d5d444b1557d45721319ccd05f667cd55e514
Author: Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-12-03 00:43:17 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-12-23 22:01:58 +0000
igc.4: Add I226 and other additions to supported list
(cherry picked from commit 850f78d5a191d0058fcd20beb8b1309b795ecdbd)
---
share/man/man4/igc.4 | 20 ++++++++++++++++++--
sys/dev/igc/if_igc.c | 2 +-
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/share/man/man4/igc.4 b/share/man/man4/igc.4
index 12e252030f97..04b0db88af18 100644
--- a/share/man/man4/igc.4
+++ b/share/man/man4/igc.4
@@ -82,13 +82,29 @@ driver supports the following models:
.Pp
.Bl -bullet -compact
.It
+I220-V
+.It
+I221-V
+.It
I225-LM
.It
+I225-LMvP(2)
+.It
I225-V
.It
-I225-IT
+I225-IT, I225-IT(2)
+.It
+I225-K, I225-K(2)
+.It
+I226-LM
+.It
+I226-LMvP
+.It
+I226-V
+.It
+I226-IT
.It
-I225-K
+I226-K
.El
.Sh LOADER TUNABLES
Tunables can be set at the
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,