<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f9a039060e834e89e0b2de1e8a442d78bd5c083d - ice_ddp: Update to 1.3.41.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#f9a039060e834e89e0b2de1e8a442d78bd5c083d</link>
        <description>ice_ddp: Update to 1.3.41.0Primarily adds support for E830 devices, unlocking all of theirfunctionality.As well, update the README and remove the non-FreeBSD sectionsfrom it.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;MFC after:	2 daysSponsored by:	Intel Corporation

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Mon, 28 Oct 2024 23:48:47 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c2f6c3be0125142d3c1782e4b0ee0634c584b9e - Address module reproducibility issues</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#8c2f6c3be0125142d3c1782e4b0ee0634c584b9e</link>
        <description>Address module reproducibility issuesUse .PATH &amp; bare filename. This prevents the real source path frombeing included in the built object, which improves reproducibility.Signed-off-by: Dan McGregor &lt;dan.mcgregor@usask.ca&gt;Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1211

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Fri, 10 May 2024 01:37:52 +0200</pubDate>
        <dc:creator>Dan McGregor &lt;dan.mcgregor@usask.ca&gt;</dc:creator>
    </item>
<item>
        <title>768329961dc0c041f7647f1c4549944a2ca168aa - ice_ddp: Update package to 1.3.36.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#768329961dc0c041f7647f1c4549944a2ca168aa</link>
        <description>ice_ddp: Update package to 1.3.36.0This is intended to be used with the upcoming ice 1.39.13-kdriver update, but is still backwards compatible withprevious versions of the driver.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;MFC after:	3 daysSponsored by:	Intel Corporation

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Tue, 13 Feb 2024 07:39:21 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e04c4b4a369df3f1dcbebbdf726193f02af60801 - ice_ddp: Update to 1.3.35.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#e04c4b4a369df3f1dcbebbdf726193f02af60801</link>
        <description>ice_ddp: Update to 1.3.35.0This is intended to be used with the upcoming updated ice(4) version1.38.16-k.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;MFC after:	3 daysSponsored by:	Intel Corporation

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Tue, 22 Aug 2023 06:55:34 +0200</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2508da22cd6f0904fe55d2d5f6cab7c6011f918c - ice_ddp: Update package to 1.3.30.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#2508da22cd6f0904fe55d2d5f6cab7c6011f918c</link>
        <description>ice_ddp: Update package to 1.3.30.0This updated DDP is intended to be used with the forthcoming ice(4)driver update to 1.37.7-k. (But it will still work with the currentversion.)Co-authored-by: Piotr Kubaj &lt;pkubaj@FreeBSD.org&gt;Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;MFC after:	1 weekSponsored by:	Intel Corporation

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Tue, 24 Jan 2023 23:01:57 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e438f0a97538bf5cf6f3ff70a65c4d1f96b766aa - ice_ddp: Update to 1.3.27.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#e438f0a97538bf5cf6f3ff70a65c4d1f96b766aa</link>
        <description>ice_ddp: Update to 1.3.27.0This is intended to be used with forthcoming ice(4) driver version 1.34.2.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Sponsored by:	Intel Corporation

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Wed, 01 Dec 2021 21:48:36 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538ef055b7ea11326ba22197537e617587a0d677 - ice_ddp: Update to 1.3.24.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#538ef055b7ea11326ba22197537e617587a0d677</link>
        <description>ice_ddp: Update to 1.3.24.0This version is intended to be used with the 0.29.4 version of theice(4) driver, which will be be committed afterwards.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Reviewed by:	stallamr_netapp.comSponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D30887

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Fri, 25 Jun 2021 19:20:24 +0200</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7ac518bff64d48cf262c60c4dc57eef34e74a07 - ice_ddp: Update package file to 1.3.19.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#a7ac518bff64d48cf262c60c4dc57eef34e74a07</link>
        <description>ice_ddp: Update package file to 1.3.19.0This package is intended to be used with ice(4) version 0.28.1-k.That update will happen in a forthcoming commit.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Sponsored by: Intel Corporation

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Tue, 23 Feb 2021 02:43:54 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1bd641af2bce67404de6dc26b7aa5d3175c22e47 - ice_ddp: Update package file to 1.3.16.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#1bd641af2bce67404de6dc26b7aa5d3175c22e47</link>
        <description>ice_ddp: Update package file to 1.3.16.0This package is intended to be used with ice(4) version 0.26.16. Thatupdate will happen in a forthcoming commit.MFC after:	3 daysSponsored by:	Intel Corporation

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Fri, 04 Sep 2020 19:37:58 +0200</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a03c42bbefbe16abfa8863abafb4c0341205618b - Hard-code the ice_ddp firmware version.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#a03c42bbefbe16abfa8863abafb4c0341205618b</link>
        <description>Hard-code the ice_ddp firmware version.Like every other firmware image in the tree, the makefile will need tobe updated to point to the newest import.Reviewed by:	erj, imp (previous version)Differential Revision:	https://reviews.freebsd.org/D25222

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Thu, 11 Jun 2020 02:36:35 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71d104536b513298902be65342afe6f3792f29e4 - ice(4): Introduce new driver for Intel E800 Ethernet controllers</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice_ddp/Makefile#71d104536b513298902be65342afe6f3792f29e4</link>
        <description>ice(4): Introduce new driver for Intel E800 Ethernet controllersThe ice(4) driver is the driver for the Intel E8xx series Ethernetcontrollers; currently with codenames Columbiaville andColumbia Park.These new controllers support 100G speeds, as well as introducingmore queues, better virtualization support, and more offloadcapabilities. Future work will enable virtual functions (likein ixl(4)) and the other functionality outlined above.For full functionality, the kernel should be compiled with&quot;device ice_ddp&quot; like in the amd64 NOTES file, and/orice_ddp_load=&quot;YES&quot; should be added to /boot/loader.conf so thatthe DDP package file included in this commit can be downloadedto the adapter. Otherwise, the adapter will fall back to a singlequeue mode with limited functionality.A man page for this driver will be forthcoming.MFC after:	1 monthRelnotes:	yesSponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D21959

            List of files:
            /freebsd/sys/modules/ice_ddp/Makefile</description>
        <pubDate>Wed, 27 May 2020 01:35:10 +0200</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
