<?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/ed/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/ed/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>2b375b4e - Remove pc98 support completely.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#2b375b4e</link>
        <description>Remove pc98 support completely.I thank all developers and contributors for pc98.Relnotes:	yes

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Sat, 28 Jan 2017 02:22:15 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@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/ed/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/ed/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>eb562f7b - Add if_ed_rtl80x9.c</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#eb562f7b</link>
        <description>Add if_ed_rtl80x9.c

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Wed, 05 Oct 2005 05:26:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af5e2a40 - Minor reorg to have each bus&apos; files on one line.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#af5e2a40</link>
        <description>Minor reorg to have each bus&apos; files on one line.

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Wed, 13 Jul 2005 14:53:38 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>969eaf21 - Break out obscure ISA cards into their own files, as well as ne2000</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#969eaf21</link>
        <description>Break out obscure ISA cards into their own files, as well as ne2000and wd80x3 support.  Make the obscure ISA cards optional, and addthose options to NOTES on i386 (note: the ifdef around the whole codeis for module building).  Tweak pc98 ed support to include wd80x3 too.Add goo for alpha too.The affected cards are the 3Com 3C503, HP LAN+ and SIC (whatever thatis).  I couldn&apos;t find any of these for sale on ebay, so they areuntested.  If you have one of these cards, and send it to me, I&apos;llensure that you have no future problems with it...Minor cleanups as well by using functions rather than cut and pastecode for some probing operations (where the function call overhead islost in the noise).Remove use of kvtop, since they aren&apos;t required anymore.  This driverneeds to get its memory mapped act together, however, and use busspace.  It doesn&apos;t right now.This reduces the size of if_ed.ko from about 51k to 33k on my laptop.

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Wed, 09 Feb 2005 20:03:40 +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/ed/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/ed/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>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/ed/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/ed/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>c5f4a940 - Add a change I forgot when adding ED_NO_MIIBUS. This will likely</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#c5f4a940</link>
        <description>Add a change I forgot when adding ED_NO_MIIBUS. This will likelybe backed out with the rest of ED_NO_MIIBUS when the general miibuscode makes proper use of newbus.

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Sun, 30 Sep 2001 01:59:11 +0000</pubDate>
        <dc:creator>Ian Dowse &lt;iedowse@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2fdbb57 - Add support for Dlink DL10022 to the ed driver.  This is a mii part</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#f2fdbb57</link>
        <description>Add support for Dlink DL10022 to the ed driver.  This is a mii partbolted to a ne-2000 chip.  This is necessary for the NetGear FA-410TXand other cards.This also requires you add mii to your kernel if you have an ed driverconfigured.This code will result in a couple of timeout messages for ed on theimpacted cards.  Additional work will be needed, but this does workright now, and many people need these cards.Submitted by: Ian Dowse &lt;iedowse@maths.tcd.ie&gt;

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Sat, 03 Mar 2001 08:31:37 +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/ed/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/ed/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>95dc2c3c - if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessary</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#95dc2c3c</link>
        <description>if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessaryfor PC-98.

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Sat, 21 Oct 2000 02:44:11 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8947f1c7 - Add card_if.h and sort the header files, while I&apos;m here.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#8947f1c7</link>
        <description>Add card_if.h and sort the header files, while I&apos;m here.

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Fri, 06 Oct 2000 15:21:10 +0000</pubDate>
        <dc:creator>Alexander Langer &lt;alex@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44453275 - Add Makefile to build an if_ed kernel module.  Works on both, i386 and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ed/Makefile#44453275</link>
        <description>Add Makefile to build an if_ed kernel module.  Works on both, i386 andalpha.No response from:	the world

            List of files:
            /freebsd-12.1/sys/modules/ed/Makefile</description>
        <pubDate>Sun, 24 Sep 2000 09:13:54 +0000</pubDate>
        <dc:creator>Alexander Langer &lt;alex@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
