Page MenuHomeFreeBSD

em(4): Add Kaby Lake device IDs
ClosedPublic

Authored by erj on Aug 12 2016, 1:04 AM.
Referenced Files
Unknown Object (File)
Sat, Apr 20, 4:25 AM
Unknown Object (File)
Mar 16 2024, 3:01 PM
Unknown Object (File)
Mar 16 2024, 2:57 PM
Unknown Object (File)
Mar 4 2024, 2:04 PM
Unknown Object (File)
Jan 21 2024, 7:52 PM
Unknown Object (File)
Dec 28 2023, 1:16 AM
Unknown Object (File)
Nov 13 2023, 10:46 AM
Unknown Object (File)
Nov 8 2023, 4:29 PM
Subscribers

Details

Summary

The i219 in Kaby Lake devices is functionally the same as the i219 in Skylake devices, so the changes here are basically adding the device IDs to the driver's device list and switch statements.

There are additional changes that fix corner-case bugs with transitions to/from low power states.

Test Plan

Kernel (amd64) w/ patch builds on HEAD. Build for i386 in-progress...

Jeff is going to run more tests.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4761
Build 4815: arc lint + arc unit

Event Timeline

erj retitled this revision from to em(4): Add Kaby Lake device IDs.
erj updated this object.
erj edited the test plan for this revision. (Show Details)
erj set the repository for this revision to rS FreeBSD src repository - subversion.
erj added a project: Intel Networking.
erj edited edge metadata.
jeffrey.e.pieper_intel.com edited edge metadata.

Touch-tested on Kaby Lake, i219, ich10/82567, 82579, and 82574L.

This revision is now accepted and ready to land.Aug 12 2016, 9:07 PM
This revision was automatically updated to reflect the committed changes.

Thanks for getting this in, Sean.