<?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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/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-12.1/sys/modules/vx/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>222dc691 - Remove references to EISA support from the vx driver, along with EISA</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/Makefile#222dc691</link>
        <description>Remove references to EISA support from the vx driver, along with EISAsupport. Fix a comment block that&apos;s shared with both vx and ep. Removeobsolete refernce to statically compiling a kernel with a fixed numberof vx devices. Have not removed EISA from the title of the documentthe register definitions were originally derived from (though no doubtmore recent docments were also consulted).

            List of files:
            /freebsd-12.1/sys/modules/vx/Makefile</description>
        <pubDate>Thu, 16 Feb 2017 21:56:46 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88030a5e - Cleanup the way we include some files (in this case EISA) based on</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/Makefile#88030a5e</link>
        <description>Cleanup the way we include some files (in this case EISA) based onkernel config. Also tidy up the ed options.

            List of files:
            /freebsd-12.1/sys/modules/vx/Makefile</description>
        <pubDate>Wed, 18 Feb 2015 15:25:22 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df3394b3 - Remove dependence on source tree options. Move all kernel module</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/Makefile#df3394b3</link>
        <description>Remove dependence on source tree options. Move all kernel moduleoptions into kern.opts.mk and change all the places where we usesrc.opts.mk to pull in the options. Conditionally define SYSDIR anduse SYSDIR/conf/kern.opts.mk instead of a CURDIR path. Replace allinstances of CURDIR/../../etc with STSDIR, but only in the affectedfiles.As a special compatibility hack, include bsd.owm.mk at the top ofkern.opts.mk to allow the bare build of sys/modules to work on oldersystems. If the defaults ever change between 9.x, 10.x and current forthese options, however, you&apos;ll wind up with the host OS&apos; defaultsrather than the -current defaults. This hack will be removed whenwe no longer need to support this build scenario.Reviewed by: jhbDifferential Revision: https://phabric.freebsd.org/D529

            List of files:
            /freebsd-12.1/sys/modules/vx/Makefile</description>
        <pubDate>Mon, 11 Aug 2014 14:50:49 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-12.1/sys/modules/vx/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77667fec - Don&apos;t build EISA by default anymore. Remove from i386 GENERIC and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/Makefile#77667fec</link>
        <description>Don&apos;t build EISA by default anymore. Remove from i386 GENERIC andcreate an option that defaults to &quot;no&quot; on all platforms to not buildthe EISA bits.Discussed on: arch@

            List of files:
            /freebsd-12.1/sys/modules/vx/Makefile</description>
        <pubDate>Fri, 18 Apr 2014 16:53:06 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c09808d0 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/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-12.1/sys/modules/vx/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>b6de9e91 - Remove bridge(4) from the tree.  if_bridge(4) is a full functional</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/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-12.1/sys/modules/vx/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>f22c2680 - Add eisa_if.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/Makefile#f22c2680</link>
        <description>Add eisa_if.h

            List of files:
            /freebsd-12.1/sys/modules/vx/Makefile</description>
        <pubDate>Wed, 09 Jun 2004 21:52:12 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6 - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-12.1/sys/modules/vx/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 14:00:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d1fae05 - The vortex driver can be compiled as a KLD now. The EISA attachment</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/vx/Makefile#7d1fae05</link>
        <description>The vortex driver can be compiled as a KLD now. The EISA attachmentis only built on the i386 platform for now, since it depends on symbolswhich I&apos;m pretty sure won&apos;t be present in the alpha build.

            List of files:
            /freebsd-12.1/sys/modules/vx/Makefile</description>
        <pubDate>Tue, 07 Nov 2000 01:03:23 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
