<?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/i2c/controllers/pcf/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/i2c/controllers/pcf/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>58aa35d4 - Remove sparc64 kernel support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile#58aa35d4</link>
        <description>Remove sparc64 kernel supportRemove all sparc64 specific filesRemove all sparc64 ifdefsRemovee indireeect sparc64 ifdefs

            List of files:
            /freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile</description>
        <pubDate>Mon, 03 Feb 2020 17:35:11 +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/i2c/controllers/pcf/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/i2c/controllers/pcf/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>c09808d0 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile#c09808d0</link>
        <description>MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is thesource code location of the machine, the latter the binary output.  Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe&apos;re tesitng for a specific target.  The isn&apos;t even moot fori386/amd64 where there&apos;s momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...

            List of files:
            /freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 06:13:29 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b18381c4 - - Add ofw_bus_if.h to SRCS on sparc64 as envctrl.c and pcf_ebus.c depend</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile#b18381c4</link>
        <description>- Add ofw_bus_if.h to SRCS on sparc64 as envctrl.c and pcf_ebus.c depend  on it.- Sync with sys/conf/files* and build pcf_isa.c only on i386 for now.- Try to adhere to style.Makefile(5) (sorting, whitespace).

            List of files:
            /freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile</description>
        <pubDate>Tue, 22 Nov 2005 17:32:51 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b229abc - Finally complete some work on generalizing the PCF8584-based I2C</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile#9b229abc</link>
        <description>Finally complete some work on generalizing the PCF8584-based I2Cdrivers I started quite some time before.Retire the old i386-only pcf driver, and activate the new generaldriver that has been sitting in the tree already for quite sometime.Build the i2c modules for sparc64 architectures as well (where I&apos;vebeen developing all this on).

            List of files:
            /freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile</description>
        <pubDate>Fri, 28 Oct 2005 15:58:19 +0000</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c9d7c3a - Kill bogus isa compat opt file.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile#5c9d7c3a</link>
        <description>Kill bogus isa compat opt file.

            List of files:
            /freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile</description>
        <pubDate>Mon, 15 Mar 2004 11:27:39 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c17d4340 - Major rework of the iicbus/smbus framework:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile#c17d4340</link>
        <description>Major rework of the iicbus/smbus framework:	- VIA chipset SMBus controllers added	- alpm driver updated	- Support for dynamic modules added	- bktr FreeBSD smbus updated but not tested	- cleanup

            List of files:
            /freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile</description>
        <pubDate>Sat, 23 Mar 2002 15:49:15 +0000</pubDate>
        <dc:creator>Nicolas Souchu &lt;nsouch@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
