<?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>ac8179b5580d00adf66100804e87bec8dc92dea7 - kernel: Rename BUILDING_WITH_KERNEL to KERNBUILDDIR.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#ac8179b5580d00adf66100804e87bec8dc92dea7</link>
        <description>kernel: Rename BUILDING_WITH_KERNEL to KERNBUILDDIR.Fits better with e.g. KERNCONFDIR.Add a small paragraph in kmod.mk which was taken from FreeBSD.

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Thu, 25 Nov 2021 22:17:56 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>2276707e607d3a14a25fbd39212fd7fb76c571a9 - mxge: Add polling(4) support</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#2276707e607d3a14a25fbd39212fd7fb76c571a9</link>
        <description>mxge: Add polling(4) supportThe polling(4) support for mxge(4) is actually &quot;hybrid&quot;:- Polling TX and status does not work, so TX and status are still handled  through interrupt.- There is no way to disable RX interrupt explicitly; we will have to  depend on RX interrupt: if RX interrupt comes, RX interrupt will be  disabled by hardware and we don&apos;t enable it in interrupt handler.  And  we don&apos;t process RX in RX interrupt.- During RX polling, if there is no more packets ready, RX interrupt will  have to be enabled again, else upcoming packets may suffer large delay.Due to the &quot;hybrid&quot; nature of polling(4) support, RX polling is handledon the same CPU which handles RX interrupt.

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Tue, 05 Nov 2013 10:16:52 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>06f90ab8c94590b8190d4f6631e10fb9cbd9fd1c - mxge: Rearrange building</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#06f90ab8c94590b8190d4f6631e10fb9cbd9fd1c</link>
        <description>mxge: Rearrange building

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Fri, 06 Sep 2013 06:19:10 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>5aaa1b10c24e15ae1a3701e3f7654aeeb8bf8305 - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#5aaa1b10c24e15ae1a3701e3f7654aeeb8bf8305</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Tue, 14 Jul 2009 14:01:40 +0000</pubDate>
        <dc:creator>Michael Neumann &lt;mneumann@ntecs.de&gt;</dc:creator>
    </item>
<item>
        <title>bb4255751a4f1ff535543e96917d07eebbac5484 - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#bb4255751a4f1ff535543e96917d07eebbac5484</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Tue, 14 Jul 2009 03:49:10 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>be3e42fed85f77160f3a825b3c3f308d3b4e68f4 - mxge: Clean up Makefile a little more.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#be3e42fed85f77160f3a825b3c3f308d3b4e68f4</link>
        <description>mxge: Clean up Makefile a little more.

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Tue, 14 Jul 2009 02:04:49 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>b11a44e359ad63b19a983600ffc14881d1fe7478 - mxge: Add opt_inet.h to the Makefile.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#b11a44e359ad63b19a983600ffc14881d1fe7478</link>
        <description>mxge: Add opt_inet.h to the Makefile.

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Tue, 14 Jul 2009 01:42:10 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>b117b58e8bb80dbc71f6189aec9cceb9363c5ba1 - Merge branch &apos;mxge&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#b117b58e8bb80dbc71f6189aec9cceb9363c5ba1</link>
        <description>Merge branch &apos;mxge&apos;

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Mon, 13 Jul 2009 18:47:37 +0000</pubDate>
        <dc:creator>Aggelos Economopoulos &lt;aoiko@cc.ece.ntua.gr&gt;</dc:creator>
    </item>
<item>
        <title>87353c0344445b76d9f4d9b135fad936199be90e - get mxge to build, stage 29/many</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#87353c0344445b76d9f4d9b135fad936199be90e</link>
        <description>get mxge to build, stage 29/many- remove lro support

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Thu, 09 Jul 2009 14:55:06 +0000</pubDate>
        <dc:creator>Aggelos Economopoulos &lt;aoiko@cc.ece.ntua.gr&gt;</dc:creator>
    </item>
<item>
        <title>ed79456665c854df53933a01931d44b701133424 - get mxge to build, stage 18/many</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#ed79456665c854df53933a01931d44b701133424</link>
        <description>get mxge to build, stage 18/many- remove firmwire files from the Makefile as well

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Wed, 08 Jul 2009 13:40:05 +0000</pubDate>
        <dc:creator>Aggelos Economopoulos &lt;aoiko@cc.ece.ntua.gr&gt;</dc:creator>
    </item>
<item>
        <title>d83c779ab2c938232fa7b53777cd18cc9c4fc8e4 - firmware(9): GC our old firmware framework in favor of the one from FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/netif/mxge/Makefile#d83c779ab2c938232fa7b53777cd18cc9c4fc8e4</link>
        <description>firmware(9): GC our old firmware framework in favor of the one from FreeBSD.* Move the helper module to kern/firmware and name it firmware.ko. Also  make it buildable into the kernel. Add it to GENERIC.* Adjust mxge(4) to use the new framework, too. Therefore, bring in firmware  modules from FreeBSD.* Update the firmware(9) manual page.* Bring in other missing bits and pieces (share/examples/kld/firmware).* Adjust &apos;make upgrade&apos;.

            List of files:
            /dflybsd-src/sys/dev/netif/mxge/Makefile</description>
        <pubDate>Sun, 25 Apr 2010 11:23:15 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
</channel>
</rss>
