<?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/dpt/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/dpt/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>bcb3c3b5 - Remove EISA support from dpt. Remove known EISA models from</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dpt/Makefile#bcb3c3b5</link>
        <description>Remove EISA support from dpt. Remove known EISA models fromdpt.4. Remove EISA-only bits from dpt_scsi.c.

            List of files:
            /freebsd-12.1/sys/modules/dpt/Makefile</description>
        <pubDate>Thu, 16 Feb 2017 21:57:13 +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/dpt/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/dpt/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>61691153 - Remove dpt_isa.c and commented out references to it.  It was never connected</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dpt/Makefile#61691153</link>
        <description>Remove dpt_isa.c and commented out references to it.  It was never connectedto the build in either sys/conf/files* or sys/modules/dpt/Makefile.  Also,it was denoted as &quot;doesn&apos;t quite work yet&quot; when the file was initially added(which may account for it never having been hooked up to the build).

            List of files:
            /freebsd-12.1/sys/modules/dpt/Makefile</description>
        <pubDate>Thu, 13 Nov 2014 20:00:54 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@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/dpt/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/dpt/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/dpt/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/dpt/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/dpt/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/dpt/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>a404cff6 - On i386 compile the back-end with EISA support as well as the EISA</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dpt/Makefile#a404cff6</link>
        <description>On i386 compile the back-end with EISA support as well as the EISAfront-end if the dpt(4) module is built along with a kernel thatincludes eisa(4) or when compiling it stand-alone (logic based onthe corresponding ISA logic in sys/modules/sound/sound/Makefile).As as side-effect this fixes the stand-alone build of the dpt(4)module after dpt.h 1.17, dpt_eisa.c 1.22 and dpt_scsi.c 1.55.Breakage reported by:	n_hibma

            List of files:
            /freebsd-12.1/sys/modules/dpt/Makefile</description>
        <pubDate>Tue, 10 Apr 2007 20:33:31 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56376071 - Add module infrastructure for &apos;dpt&apos; driver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dpt/Makefile#56376071</link>
        <description>Add module infrastructure for &apos;dpt&apos; driver.

            List of files:
            /freebsd-12.1/sys/modules/dpt/Makefile</description>
        <pubDate>Sat, 29 Mar 2003 15:47:13 +0000</pubDate>
        <dc:creator>Matthew N. Dodd &lt;mdodd@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
