<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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-14.2/sys/modules/cardbus/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-14.2/sys/modules/cardbus/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>5355ab20 - On x86 force NEW_PCIB, since that&apos;s the default. While this option</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#5355ab20</link>
        <description>On x86 force NEW_PCIB, since that&apos;s the default. While this optionwould be picked up for kernel builds, it isn&apos;t picked up forold-fashioned builds. Without this option, PCI bus numbers are bustedfor modules build iteratively.

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Wed, 14 Jan 2015 05:41:28 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47147ce7 - Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis.  There</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#47147ce7</link>
        <description>Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis.  Thereare some rough edges with this still, but it seems to work well enoughto commit.

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Thu, 29 Dec 2005 01:43:47 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76980afb - I don&apos;t think that these modules should export symbols at all.  All</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#76980afb</link>
        <description>I don&apos;t think that these modules should export symbols at all.  Allintermodule communication is done via kobj calls.  If anythingcurrently depends on them, let it break so that we can fix it.  Maybewe&apos;ll need to export some of the card_if.c or power_if.c symbols, butI think those should be in the base kernel (since all *_if.c should bein the base kernel for just these reasons).

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 20:14:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d6c636 - Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#17d6c636</link>
        <description>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.Not objected to by:	-current

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 15:49:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45351268 - Turn on unconditional symbol export for modules whose API is</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#45351268</link>
        <description>Turn on unconditional symbol export for modules whose API isnot clear enough, will require additional analysis, or willrequire some input from their maintainers.

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 01:19:26 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@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-14.2/sys/modules/cardbus/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-14.2/sys/modules/cardbus/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>af82f62d - A bunch of newcard/cardbus changes that&apos;s been sitting in my tree for a while:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#af82f62d</link>
        <description>A bunch of newcard/cardbus changes that&apos;s been sitting in my tree for a while:- Make pccbb/cardbus kld loadable and unloadable.- Make pccbb/cardbus use the power interface from pccard instead of inventing its own.- some other minor fixes

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Tue, 28 Nov 2000 00:05:20 +0000</pubDate>
        <dc:creator>Jonathan Chen &lt;jon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8 - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#64db83a8</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Sat, 27 May 2000 01:14:33 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca3996 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#56ca3996</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-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Thu, 04 May 2000 12:08:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f940b38 - Removed special rules for building and cleaning device interface files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#6f940b38</link>
        <description>Removed special rules for building and cleaning device interface filesand empty options files.  The rules are now generated automatically inbsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Sun, 28 Nov 1999 18:53:47 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>462a08a1 - Module name is cardbus, not pccard.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#462a08a1</link>
        <description>Module name is cardbus, not pccard.

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Fri, 19 Nov 1999 06:31:24 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10534a60 - Add modules for cardbus and the cardbus bridge driver.  Files needed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cardbus/Makefile#10534a60</link>
        <description>Add modules for cardbus and the cardbus bridge driver.  Files neededto build these to be committed next.Again, not added to sys/modules/Makefile

            List of files:
            /freebsd-14.2/sys/modules/cardbus/Makefile</description>
        <pubDate>Thu, 18 Nov 1999 07:11:16 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
