<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/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/mxge/mxge_ethp_z8e/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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/mxge/mxge_ethp_z8e/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>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9ae02802f8ad9c6cc0ac7ecb6a92a53200bbe2b - - Enable static building of mxge(4) and its firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile#f9ae02802f8ad9c6cc0ac7ecb6a92a53200bbe2b</link>
        <description>- Enable static building of mxge(4) and its firmware.- Add custom .c wrappers for the firmware, rather than the standard  firmware(9) generated firmware objects to work around toolchain  problems on ia64 involving linking objects produced by  ld -b -binary into the kernel.- Move from using Myricom&apos;s &quot;.dat&quot; firmware blobs to using Myricom&apos;s  zlib compressed &quot;.h&quot; firmware header files.  This is done to  facilitate the custom wrappers, and saves a fair amount of wired  memory in the case where the firmware is built in, or preloaded.- Fix two compile issues in mxge which only appear on non-i386/amd64.Reviewed by: mlaier, mav (earlier version with just zlib support)Glanced at by: samApproved by: re (kensmith)

            List of files:
            /freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile</description>
        <pubDate>Thu, 19 Jul 2007 18:16:00 +0200</pubDate>
        <dc:creator>Andrew Gallatin &lt;gallatin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d87a65da40e668f9eb78a888385f6e7741eca2c - - Complete the myri10ge -&gt; mxge name change by doing a mechanical</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile#6d87a65da40e668f9eb78a888385f6e7741eca2c</link>
        <description>- Complete the myri10ge -&gt; mxge name change by doing a mechanical  s/myri10ge/mxge/g replacement in the myri10ge files.  A few contuation  lines were joined because of the regained columns.- Hook the mxge driver back to the build.

            List of files:
            /freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile</description>
        <pubDate>Tue, 13 Jun 2006 15:53:52 +0200</pubDate>
        <dc:creator>Andrew Gallatin &lt;gallatin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2fc195e1b023e18f72ac7397d4b2278853f5aad - 10GbE mode driver and binary firmware for Myricom&apos;s PCI-express NICs.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile#b2fc195e1b023e18f72ac7397d4b2278853f5aad</link>
        <description>10GbE mode driver and binary firmware for Myricom&apos;s PCI-express NICs.More info regarding these nics can be found at http://www.myri.com.Please note that the filessys/dev/myri10ge/{mcp_gen_header.h,myri10ge_mcp.h} are internallyshared between all our drivers (solaris, macosx, windows, linux, etc).I&apos;d like to keep these files unchanged, so I can just import newerversions of them when the firmware API/ABI changes.  This means I&apos;mstuck with some of the crazy-long #define names, and possiblynon-style(9) characteristics of these files.Many thanks to mlaier for doing firmware(9) just as Ineeded it, and to scottl for his helpful review.Reviewed by: scottl, glebiusSponsored by: Myricom Inc.

            List of files:
            /freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile</description>
        <pubDate>Sun, 19 Feb 2006 23:39:19 +0100</pubDate>
        <dc:creator>Andrew Gallatin &lt;gallatin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9ae02802f8ad9c6cc0ac7ecb6a92a53200bbe2b - - Enable static building of mxge(4) and its firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile#f9ae02802f8ad9c6cc0ac7ecb6a92a53200bbe2b</link>
        <description>- Enable static building of mxge(4) and its firmware.- Add custom .c wrappers for the firmware, rather than the standard  firmware(9) generated firmware objects to work around toolchain  problems on ia64 involving linking objects produced by  ld -b -binary into the kernel.- Move from using Myricom&apos;s &quot;.dat&quot; firmware blobs to using Myricom&apos;s  zlib compressed &quot;.h&quot; firmware header files.  This is done to  facilitate the custom wrappers, and saves a fair amount of wired  memory in the case where the firmware is built in, or preloaded.- Fix two compile issues in mxge which only appear on non-i386/amd64.Reviewed by: mlaier, mav (earlier version with just zlib support)Glanced at by: samApproved by: re (kensmith)

            List of files:
            /freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile</description>
        <pubDate>Thu, 19 Jul 2007 18:16:00 +0200</pubDate>
        <dc:creator>Andrew Gallatin &lt;gallatin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d87a65da40e668f9eb78a888385f6e7741eca2c - - Complete the myri10ge -&gt; mxge name change by doing a mechanical</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile#6d87a65da40e668f9eb78a888385f6e7741eca2c</link>
        <description>- Complete the myri10ge -&gt; mxge name change by doing a mechanical  s/myri10ge/mxge/g replacement in the myri10ge files.  A few contuation  lines were joined because of the regained columns.- Hook the mxge driver back to the build.

            List of files:
            /freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile</description>
        <pubDate>Tue, 13 Jun 2006 15:53:52 +0200</pubDate>
        <dc:creator>Andrew Gallatin &lt;gallatin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2fc195e1b023e18f72ac7397d4b2278853f5aad - 10GbE mode driver and binary firmware for Myricom&apos;s PCI-express NICs.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile#b2fc195e1b023e18f72ac7397d4b2278853f5aad</link>
        <description>10GbE mode driver and binary firmware for Myricom&apos;s PCI-express NICs.More info regarding these nics can be found at http://www.myri.com.Please note that the filessys/dev/myri10ge/{mcp_gen_header.h,myri10ge_mcp.h} are internallyshared between all our drivers (solaris, macosx, windows, linux, etc).I&apos;d like to keep these files unchanged, so I can just import newerversions of them when the firmware API/ABI changes.  This means I&apos;mstuck with some of the crazy-long #define names, and possiblynon-style(9) characteristics of these files.Many thanks to mlaier for doing firmware(9) just as Ineeded it, and to scottl for his helpful review.Reviewed by: scottl, glebiusSponsored by: Myricom Inc.

            List of files:
            /freebsd/sys/modules/mxge/mxge_ethp_z8e/Makefile</description>
        <pubDate>Sun, 19 Feb 2006 23:39:19 +0100</pubDate>
        <dc:creator>Andrew Gallatin &lt;gallatin@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
