Page MenuHomeFreeBSD

em(4): Add support for Comet Lake Mobile Platform, update shared code
ClosedPublic

Authored by piotr.pietruszewski_intel.com on May 28 2020, 8:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 26, 6:29 PM
Unknown Object (File)
Tue, Feb 17, 7:21 AM
Unknown Object (File)
Sun, Feb 15, 4:58 AM
Unknown Object (File)
Mon, Feb 9, 5:52 AM
Unknown Object (File)
Wed, Feb 4, 1:04 AM
Unknown Object (File)
Fri, Jan 30, 5:43 PM
Unknown Object (File)
Jan 27 2026, 9:37 AM
Unknown Object (File)
Jan 23 2026, 11:09 AM
Subscribers

Details

Summary

This change introduces Comet Lake Mobile Platform support in the e1000
driver along with shared code patches described below.

  • Cast return value of e1000_ltr2ns() to higher type to avoid overflow
  • Remove useless statement of assigning act_offset
  • Add initialization of identification LED
  • Fix flow control setup after connected standby After connected standby the driver blocks resets during "AdapterStart" and skips flow control setup. This change adds condition in e1000_setup_link_ich8lan() to always setup flow control and to setup physical interface only when there is no need to block resets.

Signed-off-by: Piotr Pietruszewski <piotr.pietruszewski@intel.com>

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31369
Build 28996: arc lint + arc unit

Event Timeline

erj added a subscriber: erj.
erj added inline comments.
sys/dev/e1000/e1000_ich8lan.c
5252

There's extra whitespace here.

This revision is now accepted and ready to land.Jun 1 2020, 10:36 PM