<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/iavf/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/iavf/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca853dee - iavf(4): Split source and update to 3.0.26-k</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/iavf/Makefile#ca853dee</link>
        <description>iavf(4): Split source and update to 3.0.26-kThe iavf(4) driver now uses a different source base from ixl(4), sinceit will be the standard VF driver for new Intel Ethernet products goingforward, including ice(4). It continues to use the iflib frameworkfor network drivers.Since it now uses a different source code base, this commit adds a newsys/dev/iavf entry, but it re-uses the existing module name so noconfiguration changes are necessary.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Reviewed by:		kbowling@Tested by:		lukasz.szczepaniak@intel.comSponsored by:		Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D28636

            List of files:
            /freebsd-14.2/sys/modules/iavf/Makefile</description>
        <pubDate>Fri, 12 Feb 2021 21:28:18 +0000</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43d1e6ee - Use symlinks for kernel modules rather than hardlinks</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/iavf/Makefile#43d1e6ee</link>
        <description>Use symlinks for kernel modules rather than hardlinksWhen aliasing a kernel module to a different name (ie if_igb for if_em),it&apos;s better to use symlinks than hard links. kldxref will omit entries forthe links, ensuring that the loaded module has the correct name.Reviewed by:	impMFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D19979

            List of files:
            /freebsd-14.2/sys/modules/iavf/Makefile</description>
        <pubDate>Sat, 20 Apr 2019 12:51:05 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b34bb3bf - - Add a belated UPDATING entry for the ixlv(4) -&gt; iavf(4) rename in r339338.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/iavf/Makefile#b34bb3bf</link>
        <description>- Add a belated UPDATING entry for the ixlv(4) -&gt; iavf(4) rename in r339338.- Likewise, add ixlv.4.gz to OLD_FILES,- and link if_ixlv.ko to if_iavf.ko in order to aid a bit in the transition.

            List of files:
            /freebsd-14.2/sys/modules/iavf/Makefile</description>
        <pubDate>Tue, 27 Nov 2018 12:11:16 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f74c027 - iavf(4): Finish rename/rebrand internally</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/iavf/Makefile#3f74c027</link>
        <description>iavf(4): Finish rename/rebrand internallyRename functions and variables from ixlv to iavf to match theuser-facing name change. There shouldn&apos;t be any functional changeswith this change, but this may help with browsing the source codeand reducing diffs in the future.Submitted by:   kbowling@Reviewed by:    erj@, sbruno@Approved by:	re (gjb@)Differential Revision:  https://reviews.freebsd.org/D17544

            List of files:
            /freebsd-14.2/sys/modules/iavf/Makefile</description>
        <pubDate>Mon, 15 Oct 2018 17:23:41 +0000</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77c1fcec - ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/iavf/Makefile#77c1fcec</link>
        <description>ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Finishes the conversion of the 40Gb Intel Ethernet drivers to iflib(9) forFreeBSD 12.0, and fixes numerous bugs in both ixl(4) and iavf(4).This commit also re-adds the VF driver to GENERIC since it now compiles andfunctions.The VF driver name was changed from ixlv(4) to iavf(4) because the VF driver isnow intended to be used with future products, not just with Fortville/Fort ParkVFs.A man page update that documents these drivers is forthcoming in a separatecommit.Reviewed by:    sbruno@, kbowling@Tested by:      jeffrey.e.pieper@intel.comApproved by:	re (gjb@)Relnotes:       yesSponsored by:   Intel CorporationDifferential Revision: https://reviews.freebsd.org/D16429

            List of files:
            /freebsd-14.2/sys/modules/iavf/Makefile</description>
        <pubDate>Fri, 12 Oct 2018 22:40:54 +0000</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
