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

            List of files:
            /freebsd/sys/modules/qlxgbe/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>32467e47b7b7d224ca51889bbb9233af0462d87f - if_glxgbe: fix stand-alone module build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#32467e47b7b7d224ca51889bbb9233af0462d87f</link>
        <description>if_glxgbe: fix stand-alone module buildFix module build outside of kernel build environment.MFC after:	3 days

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Sun, 05 Jun 2022 19:59:46 +0200</pubDate>
        <dc:creator>Eugene Grosbein &lt;eugen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b754c27916c5d1b0fe2f57d6d4ba94c7de1b541b - MFH @ r323558.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#b754c27916c5d1b0fe2f57d6d4ba94c7de1b541b</link>
        <description>MFH @ r323558.

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Wed, 13 Sep 2017 21:12:28 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1be4c195db53e8805c97b452118e89e90afd46df - MFhead@r322870</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#1be4c195db53e8805c97b452118e89e90afd46df</link>
        <description>MFhead@r322870

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Fri, 25 Aug 2017 04:48:31 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fb518469e27d4207d9c96800f44d15327e18844 - Upgrade FW to 5.4.66</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#7fb518469e27d4207d9c96800f44d15327e18844</link>
        <description>Upgrade FW to 5.4.66sysctls to display stats, stats polled every 2 secondsModify QLA_LOCK()/QLA_UNLOCK() to not sleep after acquiring mtx_lockAdd support to turn OFF/ON error recovery following heartbeat failure fordebug purposes.Set default max values to 32 Tx/Rx/SDS ringsMFC after:5 days

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 22:27:45 +0200</pubDate>
        <dc:creator>David C Somayajulu &lt;davidcs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>595a52b7711bda663df3277ea82c690a0661bdcd - revert r314862, use of GCC_MS_EXTENSIONS in qlxgbe</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#595a52b7711bda663df3277ea82c690a0661bdcd</link>
        <description>revert r314862, use of GCC_MS_EXTENSIONS in qlxgbeCommit r278913 made explicit use of GCC_MS_EXTENSIONS  unnecessary.Requested by:	glebius

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 16:16:55 +0100</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d663ff9d98ecca44509313d7131911cef091b1a - qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happy</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#9d663ff9d98ecca44509313d7131911cef091b1a</link>
        <description>qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happyThe module uses unnamed structure and union fields and base GCC instable/10 doesn&apos;t like it.I think that that is a C11 feature, so it is courteous of more moderncompilers to not complain about it when compiling in C99 mode.Approved by:	davidcsMFC after:	5 days

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 16:43:49 +0100</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@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/qlxgbe/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/qlxgbe/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>b5ff185e19f6013ca565b2a15bc2d6abce933f46 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Sat, 12 Sep 2015 13:41:31 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab875b713d0afab5f0650f06d48a38777a7ae43e - Catch up with head, primarily for the 1.14.4.0 firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#ab875b713d0afab5f0650f06d48a38777a7ae43e</link>
        <description>Catch up with head, primarily for the 1.14.4.0 firmware.

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Fri, 14 Aug 2015 00:01:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cd9b24e478b38e4e497f3ab98e09d6a00a5390d - Merge ^/head r284737 through r285152.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#4cd9b24e478b38e4e497f3ab98e09d6a00a5390d</link>
        <description>Merge ^/head r284737 through r285152.

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Sat, 04 Jul 2015 23:50:39 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>35291c2247d24a1166104dff44d5bd9f6ba706eb - Updated Copyright information</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#35291c2247d24a1166104dff44d5bd9f6ba706eb</link>
        <description>Updated Copyright informationAdded support for the following:        - iSCSI TLV (requires 64 Tx and 32 Rx rings        - 9K receive buffers for jumbo frames (feature may be enabled/disabled)        - builtin firmware, bootloader and minidump template        - quick stats        - async event handling for SFP insertion/removal and DCBX changes        - Configuring DCBX and interrupt coalescing parameters

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Wed, 24 Jun 2015 00:22:36 +0200</pubDate>
        <dc:creator>David C Somayajulu &lt;davidcs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c9ef378541ddaf6c7606a454ba992c610c09dd0 - Sync to HEAD@r274095.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#5c9ef378541ddaf6c7606a454ba992c610c09dd0</link>
        <description>Sync to HEAD@r274095.

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Tue, 04 Nov 2014 19:22:33 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>867b59607cc7f3b18bc5628b972ef337cf7da526 - IFC @r273206</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#867b59607cc7f3b18bc5628b972ef337cf7da526</link>
        <description>IFC @r273206

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Mon, 20 Oct 2014 01:05:18 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>617aa98c6c25406d90089351dbdf69d3a205f49d - There&apos;s no need to override the clean target. The clean target works</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#617aa98c6c25406d90089351dbdf69d3a205f49d</link>
        <description>There&apos;s no need to override the clean target. The clean target workscorrectly without doing so.

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Thu, 16 Oct 2014 22:13:16 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1d015864103b253b3fcb2f72a0da5b0cfeb31b6 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#d1d015864103b253b3fcb2f72a0da5b0cfeb31b6</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Thu, 05 Sep 2013 22:18:59 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40f65a4df509c6b29b9e72407c7afefe28838844 - IFC @ r254014</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#40f65a4df509c6b29b9e72407c7afefe28838844</link>
        <description>IFC @ r254014

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Wed, 07 Aug 2013 02:09:49 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>552311f4bb98c81b1b9e0e81d74e0262fc12110b - IFC @253398</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/qlxgbe/Makefile#552311f4bb98c81b1b9e0e81d74e0262fc12110b</link>
        <description>IFC @253398

            List of files:
            /freebsd/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Wed, 17 Jul 2013 03:32:29 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
