<?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/wi/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/wi/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>d1da1938 - Remove duplicate SRCS include block.  Spotted by jmallett.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#d1da1938</link>
        <description>Remove duplicate SRCS include block.  Spotted by jmallett.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Wed, 31 Jul 2013 01:42:59 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84cd55bb - Add the macio attachment for wi(4).  Partially obtained from NetBSD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#84cd55bb</link>
        <description>Add the macio attachment for wi(4).  Partially obtained from NetBSD.Reviewed by:	adrianObtained from:	NetBSD (partially)

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Wed, 31 Jul 2013 01:13:29 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f7e784d5 - Fix &apos;make depend&apos;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#f7e784d5</link>
        <description>Fix &apos;make depend&apos;.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Thu, 16 Feb 2012 21:57:50 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff54eabd - Remove opt_wi.h from module and fix typo in pccarddevs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#ff54eabd</link>
        <description>Remove opt_wi.h from module and fix typo in pccarddevs.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Wed, 27 Aug 2008 05:43:46 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82292344 - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#82292344</link>
        <description>Let modules use the kernel&apos;s opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR).  Thus, such fake files won&apos;t becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn&apos;t build this wayor the other.Reviewed by:	ruTested by:	no binary changes in modules built aloneTested on:	i386 sparc64 amd64

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Fri, 14 Oct 2005 23:30:17 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&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/wi/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/wi/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>a7c02787 - remove wi-specific host ap code; the wi driver now depends on the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#a7c02787</link>
        <description>remove wi-specific host ap code; the wi driver now depends on thewlan module for 802.11 core support

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Wed, 15 Jan 2003 20:13:30 +0000</pubDate>
        <dc:creator>Sam Leffler &lt;sam@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0cd6004 - We now have opt_wi.h, so go ahead and add it.  Default it to 1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#a0cd6004</link>
        <description>We now have opt_wi.h, so go ahead and add it.  Default it to 1.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Sat, 03 Aug 2002 00:21:29 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64fa2b20 - -DWI_HOSTAP no longer needed</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#64fa2b20</link>
        <description>-DWI_HOSTAP no longer needed

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Fri, 12 Apr 2002 06:01:49 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbab04ca - First cut at breaking out the bus attachment from the bus independent</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#dbab04ca</link>
        <description>First cut at breaking out the bus attachment from the bus independentpart of the driver.  Also, move the softc and some other stuff toif_wivar.h from if_wireg.h to make future merging activities easier.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Tue, 02 Apr 2002 02:38:35 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fa10804 - Clean up the bogus pci.h file we create.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#8fa10804</link>
        <description>Clean up the bogus pci.h file we create.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Sat, 03 Nov 2001 09:28:33 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40e28596 - wi driver now includes pci.h, so we need to generate it to generate it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#40e28596</link>
        <description>wi driver now includes pci.h, so we need to generate it to generate it.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Tue, 28 Aug 2001 05:28:40 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6436d0f - Forgot to add pci_if.h to SRCS</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#d6436d0f</link>
        <description>Forgot to add pci_if.h to SRCSPointed out by: phk

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Wed, 28 Mar 2001 13:42:42 +0000</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba014c35 - Argh!  add card_if.h to the generated list.  This fixes kernel builds for</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#ba014c35</link>
        <description>Argh!  add card_if.h to the generated list.  This fixes kernel builds forthose who haven&apos;t added &apos;NO_MODULES=off&apos; to /etc/make.conf.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Wed, 17 Jan 2001 22:36:49 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f8c734f - Note new location of wi driver source code.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#7f8c734f</link>
        <description>Note new location of wi driver source code.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Tue, 09 Jan 2001 04:29:29 +0000</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@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/wi/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/wi/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>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-12.1/sys/modules/wi/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-12.1/sys/modules/wi/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-12.1/sys/modules/wi/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-12.1/sys/modules/wi/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>9e4be63d - Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/wi/Makefile#9e4be63d</link>
        <description>Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulemakefiles.  Bad examples in fxp/Makefile keep getting copied to newmakefiles.

            List of files:
            /freebsd-12.1/sys/modules/wi/Makefile</description>
        <pubDate>Fri, 28 Jan 2000 11:26:46 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
