<?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>abbfe9e5 - Move i386/isa/elink.[hc] to dev/ep.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#abbfe9e5</link>
        <description>Move i386/isa/elink.[hc] to dev/ep.The ep(4) driver is the only consumer of the two functions fromelink.c.  I removed the standalone module as well, and most likely,the module metadata is not needed anywhere, but this is for latercleanup.Discussed with:	imp, jhbSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Sat, 30 Dec 2017 11:42:49 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@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-12.1/sys/modules/ep/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/ep/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>f2e8ba3f - Remove EISA support for ep driver. Left in place EISA strings that are</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#f2e8ba3f</link>
        <description>Remove EISA support for ep driver. Left in place EISA strings that arestill relevant (ISA cards can still be in EISA mode, and we&apos;re stillignoring those in the identify routine). Notes about cards in EISAmode have been left in the manual since they aren&apos;t relevant to EISAsupport, but instruct how to properly configure an ISA card in a modewhen it is in a ISA bus slot.

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Thu, 16 Feb 2017 21:56:51 +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/ep/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/ep/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/ep/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/ep/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/ep/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/ep/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/ep/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/ep/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>1c0d576c - Minor reorg to keep each bus&apos; files on one line</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#1c0d576c</link>
        <description>Minor reorg to keep each bus&apos; files on one line

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Wed, 13 Jul 2005 14:53:59 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7378822d - eisa attachment is safe to be in this module, both on eisa and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#7378822d</link>
        <description>eisa attachment is safe to be in this module, both on eisa andnon-eisa configured kernels.

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Thu, 17 Mar 2005 18:40:37 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c42b42a - Add usbdevs.h and pccarddevs.h to the build list, as appropriate.  This is needed to build as part of world or in src/sys/modules.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#4c42b42a</link>
        <description>Add usbdevs.h and pccarddevs.h to the build list, as appropriate.  This is needed to build as part of world or in src/sys/modules.

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Sun, 27 Jun 2004 12:33:20 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dba6dd17 - Move to generating pccarddevs.h on the fly, both for the kernel and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#dba6dd17</link>
        <description>Move to generating pccarddevs.h on the fly, both for the kernel andthe modules.Also generate usbdevs.h automatically now, but a non-kernel file isstopping that at the moment.

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Wed, 26 May 2004 00:53:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>889109df - There&apos;s already the elink.ko module available, don&apos;t embed it here.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#889109df</link>
        <description>There&apos;s already the elink.ko module available, don&apos;t embed it here.Reviewed by:	markm

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Sat, 02 Aug 2003 18:46:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab3626d5 - Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#ab3626d5</link>
        <description>Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Wed, 06 Nov 2002 13:47:00 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@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/ep/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/ep/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>be98a6c1 - Added &apos;-DPC98&apos; to CFLAGS if MACHINE == pc98.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#be98a6c1</link>
        <description>Added &apos;-DPC98&apos; to CFLAGS if MACHINE == pc98.

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Sun, 10 Dec 2000 10:07:50 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9dd471df - Add a module makefile for if_ep.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ep/Makefile#9dd471df</link>
        <description>Add a module makefile for if_ep.This is not enabled by default, as the module is missing a bunch ofuseful stuff (like the ability to unload).Not objected to by:	mdodd

            List of files:
            /freebsd-12.1/sys/modules/ep/Makefile</description>
        <pubDate>Fri, 24 Nov 2000 17:04:51 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
