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

            List of files:
            /freebsd/sys/modules/fxp/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/fxp/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/fxp/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>0e4a3d93eefdc9730f572e8277b100eff6cf3491 - Remove a use of a negative array index from fxp(4).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#0e4a3d93eefdc9730f572e8277b100eff6cf3491</link>
        <description>Remove a use of a negative array index from fxp(4).This fixes a warning seen when compiling amd64 GENERIC with clang 7.Also remove the workaround added in r337324.  clang 7 and gcc 4.2generate the same code with or without the code change.Reviewed by:	imp (previous version)MFC after:	3 daysDifferential Revision:	https://reviews.freebsd.org/D18603

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Wed, 19 Dec 2018 05:54:32 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>959530cc41aea5f878c2c2cea5b545d295108bab - Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#959530cc41aea5f878c2c2cea5b545d295108bab</link>
        <description>Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ tothe upstream release_70 branch r348686 (effectively, 7.0.1 rc3).  Therelease will follow very soon, but no more functional changes areexpected.Release notes for llvm, clang and lld 7.0.0 are available here:&lt;http://releases.llvm.org/7.0.0/docs/ReleaseNotes.html&gt;&lt;http://releases.llvm.org/7.0.0/tools/clang/docs/ReleaseNotes.html&gt;&lt;http://releases.llvm.org/7.0.0/tools/lld/docs/ReleaseNotes.html&gt;PR:		230240, 230355Relnotes:	yesMFC after:	2 months

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Tue, 11 Dec 2018 20:05:28 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fc63c6619228be9e23875f76998e3420152e44e1 - Put in a temporary workaround for strange array access in if_fxp.c.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#fc63c6619228be9e23875f76998e3420152e44e1</link>
        <description>Put in a temporary workaround for strange array access in if_fxp.c.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Sat, 04 Aug 2018 17:38:18 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@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/fxp/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/fxp/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>8fa0b743820f61c661ba5f3ea0e3be0dc137910e - IFC @230489 (pending review).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#8fa0b743820f61c661ba5f3ea0e3be0dc137910e</link>
        <description>IFC @230489 (pending review).

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Mon, 23 Jan 2012 20:46:36 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70d8f36aa445e4556ead4de32f9b7b4687d95098 - IFC @ r226824</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#70d8f36aa445e4556ead4de32f9b7b4687d95098</link>
        <description>IFC @ r226824

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Thu, 27 Oct 2011 06:56:53 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>112a855de73f1077df8308aede5ae11819b90853 - - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#112a855de73f1077df8308aede5ae11819b90853</link>
        <description>- Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY  drivers that only ever attach to a particular MAC driver, i.e. inphy(4),  ruephy(4) and xlphy(4), to the directory where the respective MAC driver  lives and only compile it into the kernel when the latter is also there,  also removing it from miibus.ko and moving it into the module of the  respective MAC driver.- While at it, rename exphy.c, which comes from NetBSD where the MAC driver  it corresponds to also is named ex(4) instead of xl(4) but that in FreeBSD  actually identifies itself as xlphy(4), and its function names accordingly  for consistency.- Additionally while at it, fix some minor style issues like whitespace  in the register headers and add multi-inclusion protection to inphyreg.h.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Sat, 08 Oct 2011 14:33:10 +0200</pubDate>
        <dc:creator>Marius Strobl &lt;marius@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/fxp/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/fxp/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>0fddbf874719b9bd50cf66ac26d1140bb3f2be69 - vlan.h is obsolete, don&apos;t create it anymore.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#0fddbf874719b9bd50cf66ac26d1140bb3f2be69</link>
        <description>vlan.h is obsolete, don&apos;t create it anymore.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Thu, 06 Sep 2001 01:47:02 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9009a48f03c03b1fdbad930087b86be1d1659fab - Unconditinally turn on VLAN support when building fxp as a module, since</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#9009a48f03c03b1fdbad930087b86be1d1659fab</link>
        <description>Unconditinally turn on VLAN support when building fxp as a module, sinceit may be plugged into a kernel that supports VLANs.  If the kernel isnot VLAN aware, things will still work as before.Modules don&apos;t really have option support, so this is somewhat of a hack.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Thu, 19 Jul 2001 17:58:40 +0200</pubDate>
        <dc:creator>Jonathan Lemon &lt;jlemon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>336f51412c10e7b308863e7530550f6be31dc460 - Update makefile to reflect vlan support.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#336f51412c10e7b308863e7530550f6be31dc460</link>
        <description>Update makefile to reflect vlan support.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Sun, 13 May 2001 02:04:02 +0200</pubDate>
        <dc:creator>Jonathan Lemon &lt;jlemon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f335dba0eff52af5c7e7eaf15f5507fd04fe6db6 - Back out &apos;KMODDEPS = miibus&apos; addition in last commit.  This isn&apos;t used.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#f335dba0eff52af5c7e7eaf15f5507fd04fe6db6</link>
        <description>Back out &apos;KMODDEPS = miibus&apos; addition in last commit.  This isn&apos;t used.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Sat, 24 Mar 2001 23:21:59 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cbbb1afee4f4e4a5d580e97bcd962f9ca8de222 - Adjust the fxp module to use the correct directory path, and add a</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#7cbbb1afee4f4e4a5d580e97bcd962f9ca8de222</link>
        <description>Adjust the fxp module to use the correct directory path, and add adependency on miibus.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Mon, 12 Mar 2001 22:44:19 +0100</pubDate>
        <dc:creator>Jonathan Lemon &lt;jlemon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6d8eede11766cf13896d0f7670dbd51aa - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#c68159a6d8eede11766cf13896d0f7670dbd51aa</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 15:00:42 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Sat, 27 May 2000 03:14:33 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca39961bd1c9946a505c41c3fc634ef63fdd42 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#56ca39961bd1c9946a505c41c3fc634ef63fdd42</link>
        <description>Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk.  This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Thu, 04 May 2000 14:08:52 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4be63dd6e312fe0e864d23e9636f43cc869541 - Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/fxp/Makefile#9e4be63dd6e312fe0e864d23e9636f43cc869541</link>
        <description>Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulemakefiles.  Bad examples in fxp/Makefile keep getting copied to newmakefiles.

            List of files:
            /freebsd/sys/modules/fxp/Makefile</description>
        <pubDate>Fri, 28 Jan 2000 12:26:46 +0100</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
