<?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/qlxgbe/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

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

            List of files:
            /freebsd-14.2/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Sun, 05 Jun 2022 17:59:46 +0000</pubDate>
        <dc:creator>Eugene Grosbein &lt;eugen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fb51846 - Upgrade FW to 5.4.66</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qlxgbe/Makefile#7fb51846</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-14.2/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 20:27:45 +0000</pubDate>
        <dc:creator>David C Somayajulu &lt;davidcs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>595a52b7 - revert r314862, use of GCC_MS_EXTENSIONS in qlxgbe</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qlxgbe/Makefile#595a52b7</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-14.2/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 15:16:55 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d663ff9 - qlxgbe: add GCC_MS_EXTENSIONS to CFLAGS to make old base GCC happy</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qlxgbe/Makefile#9d663ff9</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-14.2/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 15:43:49 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qlxgbe/Makefile#193d9e76</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-14.2/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>35291c22 - Updated Copyright information</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qlxgbe/Makefile#35291c22</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-14.2/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Tue, 23 Jun 2015 22:22:36 +0000</pubDate>
        <dc:creator>David C Somayajulu &lt;davidcs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>617aa98c - There&apos;s no need to override the clean target. The clean target works</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qlxgbe/Makefile#617aa98c</link>
        <description>There&apos;s no need to override the clean target. The clean target workscorrectly without doing so.

            List of files:
            /freebsd-14.2/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Thu, 16 Oct 2014 20:13:16 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f10a77bb - Add Qlogic 10Gigabit Ethernet &amp; CNA Adapter Driver Version 3.10.10 for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qlxgbe/Makefile#f10a77bb</link>
        <description>Add Qlogic 10Gigabit Ethernet &amp; CNA Adapter Driver Version 3.10.10 forQLogic 8300 Series AdaptersSubmitted by: David C Somayajulu (davidcs@freebsd.org) QLogic CorporationApproved by: George Neville-Neil (gnn@freebsd.org)

            List of files:
            /freebsd-14.2/sys/modules/qlxgbe/Makefile</description>
        <pubDate>Wed, 15 May 2013 17:03:09 +0000</pubDate>
        <dc:creator>David C Somayajulu &lt;davidcs@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
