<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/e1000/e1000_api.c, branch stable/14</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>e1000: Move I219 LM19/V19 to ADL</title>
<updated>2024-10-27T02:27:10+00:00</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2024-10-24T03:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=02bddce58c71f43a440e3c7df75e90889a460aed'/>
<id>02bddce58c71f43a440e3c7df75e90889a460aed</id>
<content type='text'>
This roughly corresponds to Linux 9d9e5347b035412daa844f884b94a05bac94f864

For FreeBSD this is currently not expected to cause any difference in
behavior because we do not have the MTP force smbus changes for modern
standby.

Sponsored by:	BBOX.io

(cherry picked from commit 77b70ad751dfe3b115112252a5b96f504fcc2e0a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This roughly corresponds to Linux 9d9e5347b035412daa844f884b94a05bac94f864

For FreeBSD this is currently not expected to cause any difference in
behavior because we do not have the MTP force smbus changes for modern
standby.

Sponsored by:	BBOX.io

(cherry picked from commit 77b70ad751dfe3b115112252a5b96f504fcc2e0a)
</pre>
</div>
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c comment pattern</title>
<updated>2023-08-16T17:54:24+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=71625ec9ad2a9bc8c09784fbd23b759830e0ee5f'/>
<id>71625ec9ad2a9bc8c09784fbd23b759830e0ee5f</id>
<content type='text'>
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>em: sync platform detection with Linux</title>
<updated>2023-05-17T10:14:02+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2023-05-17T10:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d0cdec7a20422bf48dfe9b2118a3d776e8202c57'/>
<id>d0cdec7a20422bf48dfe9b2118a3d776e8202c57</id>
<content type='text'>
Switch 16 and 23 adapters from tgp to adp.

PR:	270929
Differential revision:	https://reviews.freebsd.org/D39977
Approved by:	erj, kbowling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch 16 and 23 adapters from tgp to adp.

PR:	270929
Differential revision:	https://reviews.freebsd.org/D39977
Approved by:	erj, kbowling
</pre>
</div>
</content>
</entry>
<entry>
<title>e1000: Add support for future client platforms</title>
<updated>2023-02-09T01:14:41+00:00</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2023-02-09T01:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=905ae5881bdc1b9742e08d660d787204c08d6022'/>
<id>905ae5881bdc1b9742e08d660d787204c08d6022</id>
<content type='text'>
MFC after:	2 weeks
Sponsored by:	BBOX.io
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	2 weeks
Sponsored by:	BBOX.io
</pre>
</div>
</content>
</entry>
<entry>
<title>em(4): Add IDs for new Intel(R) I219 devices</title>
<updated>2023-02-06T22:35:56+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2023-02-06T22:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c0548bfc3a0941e504d673fea7d14a42d4358961'/>
<id>c0548bfc3a0941e504d673fea7d14a42d4358961</id>
<content type='text'>
These include I219 (20) through I219 (23), which ends at Raptor Lake.

This also corrects a discrepancy where the (16) devices should be
mac type "e1000_pch_tgp" and not "e1000_pch_adp".

Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;

PR:		269224
Reviewed by:	erj@
MFC after:	1 day
Relnotes:	yes
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D38376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These include I219 (20) through I219 (23), which ends at Raptor Lake.

This also corrects a discrepancy where the (16) devices should be
mac type "e1000_pch_tgp" and not "e1000_pch_adp".

Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;

PR:		269224
Reviewed by:	erj@
MFC after:	1 day
Relnotes:	yes
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D38376
</pre>
</div>
</content>
</entry>
<entry>
<title>e1000: Use C99 bool types</title>
<updated>2021-09-17T21:29:12+00:00</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2021-09-17T03:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1bbdc25fc1edb43562bf2a5f30df7381078991d4'/>
<id>1bbdc25fc1edb43562bf2a5f30df7381078991d4</id>
<content type='text'>
Approved by:	imp
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	imp
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>e1000: Catch up commit with DPDK</title>
<updated>2021-09-17T21:26:01+00:00</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2021-09-17T02:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=984d1616be883bc2c351aff9aa69b1abd7d1214c'/>
<id>984d1616be883bc2c351aff9aa69b1abd7d1214c</id>
<content type='text'>
Various syncs with the e1000 shared code from DPDK:
"cid-gigabit.2020.06.05.tar.gz released by ND"

Approved by:	imp
Obtained from:	DPDK
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various syncs with the e1000 shared code from DPDK:
"cid-gigabit.2020.06.05.tar.gz released by ND"

Approved by:	imp
Obtained from:	DPDK
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>e1000: add missing device ID</title>
<updated>2021-09-17T21:09:32+00:00</updated>
<author>
<name>Guinan Sun</name>
<email>guinanx.sun@intel.com</email>
</author>
<published>2020-07-06T08:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=82a9d0c2c1ef75703d16e49e96d1e7b0bf046882'/>
<id>82a9d0c2c1ef75703d16e49e96d1e7b0bf046882</id>
<content type='text'>
Adding Intel(R) I210 Gigabit Network Connection 15F6 device ID for SGMII
flashless automotive device.

Signed-off-by: Kamil Bednarczyk &lt;kamil.bednarczyk@intel.com&gt;
Signed-off-by: Guinan Sun &lt;guinanx.sun@intel.com&gt;
Reviewed-by: Wei Zhao &lt;wei.zhao1@intel.com&gt;

Approved by:	imp
Obtained from:	DPDK (586d770bfefc01d4af97c0ddf17c960c3e49ec22)
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding Intel(R) I210 Gigabit Network Connection 15F6 device ID for SGMII
flashless automotive device.

Signed-off-by: Kamil Bednarczyk &lt;kamil.bednarczyk@intel.com&gt;
Signed-off-by: Guinan Sun &lt;guinanx.sun@intel.com&gt;
Reviewed-by: Wei Zhao &lt;wei.zhao1@intel.com&gt;

Approved by:	imp
Obtained from:	DPDK (586d770bfefc01d4af97c0ddf17c960c3e49ec22)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>e1000: Update copyrights and readme</title>
<updated>2021-09-17T21:06:01+00:00</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2021-09-16T11:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=702cac6c6bf20ca43db26c38185f65fc9ed1935e'/>
<id>702cac6c6bf20ca43db26c38185f65fc9ed1935e</id>
<content type='text'>
Copyrights in sync with "cid-gigabit.2020.06.05.tar.gz released by ND"
(from DPDK).

README from the latest em-7.7.8 on intel.com

Approved by:	imp
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copyrights in sync with "cid-gigabit.2020.06.05.tar.gz released by ND"
(from DPDK).

README from the latest em-7.7.8 on intel.com

Approved by:	imp
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>e1000: Revert Update intel shared code</title>
<updated>2021-09-17T21:03:08+00:00</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2021-09-08T22:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a4378873e9ce1b35b55378c21f8eae69e58c2525'/>
<id>a4378873e9ce1b35b55378c21f8eae69e58c2525</id>
<content type='text'>
This reverts commit fc7682b17f3738573099b8b03f5628dcc8148adb.

This will be done incrementally to help with bisecting an issue in
later I21x devices (ich8lan).

PR:		258153
Approved by:	imp
MFC after:	1 day
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit fc7682b17f3738573099b8b03f5628dcc8148adb.

This will be done incrementally to help with bisecting an issue in
later I21x devices (ich8lan).

PR:		258153
Approved by:	imp
MFC after:	1 day
</pre>
</div>
</content>
</entry>
</feed>
