<?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>58aa35d4 - Remove sparc64 kernel support</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/bge/Makefile#58aa35d4</link>
        <description>Remove sparc64 kernel supportRemove all sparc64 specific filesRemove all sparc64 ifdefsRemovee indireeect sparc64 ifdefs

            List of files:
            /freebsd-13.1/sys/modules/bge/Makefile</description>
        <pubDate>Mon, 03 Feb 2020 17:35:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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-13.1/sys/modules/bge/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-13.1/sys/modules/bge/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>c09808d0 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/bge/Makefile#c09808d0</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-13.1/sys/modules/bge/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 06:13:29 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c7e4206 - Add ofw_bus_if.h as a dependency on sparc64.  Without this sparc64 kernel</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/bge/Makefile#3c7e4206</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-13.1/sys/modules/bge/Makefile</description>
        <pubDate>Sun, 10 Jun 2007 00:58:41 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>add72477 - Remove no longer existing opt_bdg.h and opt_bge.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/bge/Makefile#add72477</link>
        <description>Remove no longer existing opt_bdg.h and opt_bge.h.

            List of files:
            /freebsd-13.1/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 03 Nov 2006 21:41:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6de9e91 - Remove bridge(4) from the tree.  if_bridge(4) is a full functional</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/bge/Makefile#b6de9e91</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-13.1/sys/modules/bge/Makefile</description>
        <pubDate>Tue, 27 Sep 2005 18:10:43 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff50922b - Backout the change I made before 5.4-R since I wasn&apos;t aware that it was only</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/bge/Makefile#ff50922b</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-13.1/sys/modules/bge/Makefile</description>
        <pubDate>Fri, 24 Jun 2005 21:43:47 +0000</pubDate>
        <dc:creator>Doug White &lt;dwhite@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d3ce713 - Remove miidevs.h and generate it from miidevs at compile time.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/bge/Makefile#2d3ce713</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-13.1/sys/modules/bge/Makefile</description>
        <pubDate>Sun, 19 Jan 2003 02:59:34 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95d67482 - Add device driver support for the Broadcom BCM570x family of gigabit</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/bge/Makefile#95d67482</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-13.1/sys/modules/bge/Makefile</description>
        <pubDate>Thu, 27 Sep 2001 23:55:28 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
