History log of /freebsd-11-stable/sys/dev/e1000/e1000_ich8lan.c
Revision Date Author Comments
# 360688 06-May-2020 dim

MFC r318297 (by tsoome):

e1000api: misleading-indentation

Two blocks in e1000_ich8lan.c are misaligned, causing noise with some
compilers (gcc 6).

Reviewed by: imp, erj
Differential Revision: https://reviews.freebsd.org/D10741


# 333213 03-May-2018 marius

MFC: r327312, r327842, r327865

- Add initial support for Intel Ice Lake and Cannon Lake Ethernet MACs.
- Add workaround for Intel Sky Lake and Kabby Lake Ethernet MAC erratum
1.5.4.5.
- Fix uses of 1 << 31.


# 331722 29-Mar-2018 eadler

Revert r330897:

This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)


# 330897 14-Mar-2018 eadler

Partial merge of the SPDX changes

These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from: pfg


# 322955 27-Aug-2017 marius

MFC: r308643, r312427

- Update WOL support for newer em(4) devices. [1]
- Add support for Kaby Lake generation i219 (4) and i219 (5) devices.

PR: 208343 [1]


# 304337 18-Aug-2016 sbruno

MFC r304149

e1000: Add support for Kaby Lake IDs

Fixup some errors when transitioning to/from low power states.