Actions
Feature #14420
closedNeed support for Intel I219 v16-v23
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
In a similar way as to #12379, I noticed that there are a large number of additional e1000g variants that have been defined for Intel. Just like in the previous ticket, these additional variants basically take the same code path but technically are a different mac. This covers things like Adler Lake, Meteor Lake, Lunar Lake, etc.
Updated by Robert Mustacchi 7 months ago
To test this I engaged the broader community. Most of the newer IDs are for devices which are not available yet. However, we regression tested this on the following parts:
- 82574L (pciex8086,10d3)
- 82546EB (pci8086,1010)
- I219-V (pciex8086,1570)
- I219-V 6 (pciex8086,15be)
This covers a fair bit of the device family including the older devices we want to sanity check and then the newer devices which this code intersects with.
Updated by Electric Monk 7 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit f3682895b2a97c009685f16e8a4e5d3dc80e11f2
commit f3682895b2a97c009685f16e8a4e5d3dc80e11f2 Author: Robert Mustacchi <rm@fingolfin.org> Date: 2022-01-29T23:36:38.000Z 14420 Need support for Intel I219 v16-v23 Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions