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

            List of files:
            /freebsd/sys/modules/bge/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>b111430e54537a66080df115c3a2950a2922da5a - mii: Add opt_platform.h to all miibus drivers</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#b111430e54537a66080df115c3a2950a2922da5a</link>
        <description>mii: Add opt_platform.h to all miibus driversmiivar.h includes opt_platform.h. Make sure all the drivers that use themiibus_if.h interface file have opt_platform.h as well. While some ofthese may not, strictly speaking, need it, it&apos;s easier to include ituniversally for miibus.Sponsored by:		Netflix

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Tue, 05 Apr 2022 21:40:01 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bc02c18c486fce2ca23b428a9e89b4eb3bb48da3 - Merge ^/head r357408 through r357661.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#bc02c18c486fce2ca23b428a9e89b4eb3bb48da3</link>
        <description>Merge ^/head r357408 through r357661.

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 07 Feb 2020 20:08:37 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58aa35d42975c298ca0adba705c042596303c9f5 - Remove sparc64 kernel support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#58aa35d42975c298ca0adba705c042596303c9f5</link>
        <description>Remove sparc64 kernel supportRemove all sparc64 specific filesRemove all sparc64 ifdefsRemovee indireeect sparc64 ifdefs

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Mon, 03 Feb 2020 18:35:11 +0100</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/bge/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/bge/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>6f3544cd7084abbadd83637993a4f41fd30e6ccd - Merge svn+ssh://svn.freebsd.org/base/head@214309</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#6f3544cd7084abbadd83637993a4f41fd30e6ccd</link>
        <description>Merge svn+ssh://svn.freebsd.org/base/head@214309

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Tue, 26 Oct 2010 04:34:47 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c09808d0d611d103bece3d41886b87de160900c0 - MFtbemd:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#c09808d0d611d103bece3d41886b87de160900c0</link>
        <description>MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is thesource code location of the machine, the latter the binary output.  Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe&apos;re tesitng for a specific target.  The isn&apos;t even moot fori386/amd64 where there&apos;s momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 08:13:29 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c7e4206c2942ba4d52699a9065a3f3710bbf2a8 - Add ofw_bus_if.h as a dependency on sparc64.  Without this sparc64 kernel</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#3c7e4206c2942ba4d52699a9065a3f3710bbf2a8</link>
        <description>Add ofw_bus_if.h as a dependency on sparc64.  Without this sparc64 kernelbuilds had been succeeding if run serially but could fail if run inparallel because the bge module build might start before ofw_bus_if.hgot created as part of the mainline kernel build.Diagnosis and patch by:	ru

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Sun, 10 Jun 2007 02:58:41 +0200</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>add72477a4adc7307270154b78729ccd83d26dd0 - Remove no longer existing opt_bdg.h and opt_bge.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#add72477a4adc7307270154b78729ccd83d26dd0</link>
        <description>Remove no longer existing opt_bdg.h and opt_bge.h.

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 03 Nov 2006 22:41:19 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6de9e91bd2c47efaeec72a08642f8fd99cc7b20 - Remove bridge(4) from the tree.  if_bridge(4) is a full functional</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#b6de9e91bd2c47efaeec72a08642f8fd99cc7b20</link>
        <description>Remove bridge(4) from the tree.  if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on:	-archReviewed by:	thompsaX-MFC-after:	never (RELENG_6 as transition period)

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Tue, 27 Sep 2005 20:10:43 +0200</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff50922b1600641d0ce16c132393f9123a681e04 - Backout the change I made before 5.4-R since I wasn&apos;t aware that it was only</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#ff50922b1600641d0ce16c132393f9123a681e04</link>
        <description>Backout the change I made before 5.4-R since I wasn&apos;t aware that it was onlya problem with one particular switch module.  Create a kernel optionBGE_FAKE_AUTONEG that restores the 5.4 behavior, which should make the DNLKswitch module work. IBM/Intel blades with Intel or AD switch modules shouldwork without patching or kernel options with this commit.Hardware for testing provided by several folks, includingDanny Braniss &lt;danny@cs.huji.ac.il&gt;, Achim Patzner &lt;ap@bnc.net&gt;,and OffMyServer.Approved by: re

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 24 Jun 2005 23:43:47 +0200</pubDate>
        <dc:creator>Doug White &lt;dwhite@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d3ce7133ad8cd5bfd8ac6b3c3d42dd3e493e911 - Remove miidevs.h and generate it from miidevs at compile time.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#2d3ce7133ad8cd5bfd8ac6b3c3d42dd3e493e911</link>
        <description>Remove miidevs.h and generate it from miidevs at compile time.The devlist2h.awk tool to do this has been repocopied to sys/tools/.

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Sun, 19 Jan 2003 03:59:34 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95d674824fe3a2e102b1463fec040433d86532a6 - Add device driver support for the Broadcom BCM570x family of gigabit</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#95d674824fe3a2e102b1463fec040433d86532a6</link>
        <description>Add device driver support for the Broadcom BCM570x family of gigabitethernet controllers. This adds support for the 3Com 3c996-T, theSysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs onDell PowerEdge 2550 servers. The latter configuration hauls ass:preliminary measurements show TCP speeds of over 900Mbps usingonly normal size frames.TCP/IP checksum offload, jumbo frames and VLAN tag insertion/strippingare supported, as well as interrupt moderation.Still need to fix autonegotiation support for 1000baseSX NICs, butbeyond that, driver is pretty solid.

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 28 Sep 2001 01:55:28 +0200</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c7e4206c2942ba4d52699a9065a3f3710bbf2a8 - Add ofw_bus_if.h as a dependency on sparc64.  Without this sparc64 kernel</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#3c7e4206c2942ba4d52699a9065a3f3710bbf2a8</link>
        <description>Add ofw_bus_if.h as a dependency on sparc64.  Without this sparc64 kernelbuilds had been succeeding if run serially but could fail if run inparallel because the bge module build might start before ofw_bus_if.hgot created as part of the mainline kernel build.Diagnosis and patch by:	ru

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Sun, 10 Jun 2007 02:58:41 +0200</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>add72477a4adc7307270154b78729ccd83d26dd0 - Remove no longer existing opt_bdg.h and opt_bge.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#add72477a4adc7307270154b78729ccd83d26dd0</link>
        <description>Remove no longer existing opt_bdg.h and opt_bge.h.

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 03 Nov 2006 22:41:19 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6de9e91bd2c47efaeec72a08642f8fd99cc7b20 - Remove bridge(4) from the tree.  if_bridge(4) is a full functional</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#b6de9e91bd2c47efaeec72a08642f8fd99cc7b20</link>
        <description>Remove bridge(4) from the tree.  if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on:	-archReviewed by:	thompsaX-MFC-after:	never (RELENG_6 as transition period)

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Tue, 27 Sep 2005 20:10:43 +0200</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff50922b1600641d0ce16c132393f9123a681e04 - Backout the change I made before 5.4-R since I wasn&apos;t aware that it was only</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#ff50922b1600641d0ce16c132393f9123a681e04</link>
        <description>Backout the change I made before 5.4-R since I wasn&apos;t aware that it was onlya problem with one particular switch module.  Create a kernel optionBGE_FAKE_AUTONEG that restores the 5.4 behavior, which should make the DNLKswitch module work. IBM/Intel blades with Intel or AD switch modules shouldwork without patching or kernel options with this commit.Hardware for testing provided by several folks, includingDanny Braniss &lt;danny@cs.huji.ac.il&gt;, Achim Patzner &lt;ap@bnc.net&gt;,and OffMyServer.Approved by: re

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 24 Jun 2005 23:43:47 +0200</pubDate>
        <dc:creator>Doug White &lt;dwhite@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d3ce7133ad8cd5bfd8ac6b3c3d42dd3e493e911 - Remove miidevs.h and generate it from miidevs at compile time.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#2d3ce7133ad8cd5bfd8ac6b3c3d42dd3e493e911</link>
        <description>Remove miidevs.h and generate it from miidevs at compile time.The devlist2h.awk tool to do this has been repocopied to sys/tools/.

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Sun, 19 Jan 2003 03:59:34 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95d674824fe3a2e102b1463fec040433d86532a6 - Add device driver support for the Broadcom BCM570x family of gigabit</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bge/Makefile#95d674824fe3a2e102b1463fec040433d86532a6</link>
        <description>Add device driver support for the Broadcom BCM570x family of gigabitethernet controllers. This adds support for the 3Com 3c996-T, theSysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs onDell PowerEdge 2550 servers. The latter configuration hauls ass:preliminary measurements show TCP speeds of over 900Mbps usingonly normal size frames.TCP/IP checksum offload, jumbo frames and VLAN tag insertion/strippingare supported, as well as interrupt moderation.Still need to fix autonegotiation support for 1000baseSX NICs, butbeyond that, driver is pretty solid.

            List of files:
            /freebsd/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 28 Sep 2001 01:55:28 +0200</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
