Skip to content

Commit

Permalink
igc.4: Add I226 and other additions to supported list
Browse files Browse the repository at this point in the history
(cherry picked from commit 850f78d)
  • Loading branch information
kev009 committed Dec 23, 2024
1 parent 37d6a85 commit 4c6d5d4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions share/man/man4/igc.4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys/dev/igc/if_igc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4c6d5d4

Please sign in to comment.