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

            List of files:
            /freebsd-14.2/sys/modules/scc/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>b63eeef4 - scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/scc/Makefile#b63eeef4</link>
        <description>scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532It&apos;s no longer used since 58aa35d42975c298ca0adba705c042596303c9f5and r357455 respectively.

            List of files:
            /freebsd-14.2/sys/modules/scc/Makefile</description>
        <pubDate>Sat, 26 Dec 2020 12:44:00 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@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/scc/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/scc/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/scc/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/scc/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>12f05b84 - Kill MFILES and find things automatically. It turned out to be only</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/scc/Makefile#12f05b84</link>
        <description>Kill MFILES and find things automatically. It turned out to be onlylightly used. Find the proper .m file when we depend on *_if.[ch] inthe srcs line, with seat-belts for false positive matches.  This usesmake&apos;s path mechanism. A further refinement would be to calculate thisonce, and then pass the resulting _MPATH to modules submakes.Differential Revision: https://reviews.freebsd.org/D2327

            List of files:
            /freebsd-14.2/sys/modules/scc/Makefile</description>
        <pubDate>Fri, 03 Jul 2015 01:50:26 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d72bb9b0 - Fix the scc(4) module build.  Without the file it&apos;s missing a required symbol.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/scc/Makefile#d72bb9b0</link>
        <description>Fix the scc(4) module build.  Without the file it&apos;s missing a required symbol.Approved by:	nwhitehorn (mentor)MFC after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/scc/Makefile</description>
        <pubDate>Sun, 26 Feb 2012 13:27:22 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>146fce53 - MFtbemd: use MACHINE_CPUARCH</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/scc/Makefile#146fce53</link>
        <description>MFtbemd: use MACHINE_CPUARCH

            List of files:
            /freebsd-14.2/sys/modules/scc/Makefile</description>
        <pubDate>Mon, 13 Sep 2010 02:05:42 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>07f35f4b - Don&apos;t build unused SBus front-ends for sun4v, don&apos;t build EBus front-ends</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/scc/Makefile#07f35f4b</link>
        <description>Don&apos;t build unused SBus front-ends for sun4v, don&apos;t build EBus front-endswhich are also likely to be irrelevant for sun4v (there&apos;s no SBus on sun4vand only some EBus devices). While at it fix some style bugs according tostyle.Makefile(5) where appropriate.MFC after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/scc/Makefile</description>
        <pubDate>Sun, 04 May 2008 14:59:25 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46c00da6 - Include the QUICC bus front-end in the module for PowerPC.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/scc/Makefile#46c00da6</link>
        <description>Include the QUICC bus front-end in the module for PowerPC.

            List of files:
            /freebsd-14.2/sys/modules/scc/Makefile</description>
        <pubDate>Sat, 26 Apr 2008 18:41:42 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a75b305a - Build the scc(4) module with EBus and SBus attachments for sparc64</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/scc/Makefile#a75b305a</link>
        <description>Build the scc(4) module with EBus and SBus attachments for sparc64only and build the scc(4) module with MacIO attachment for powerpc.

            List of files:
            /freebsd-14.2/sys/modules/scc/Makefile</description>
        <pubDate>Sat, 01 Apr 2006 04:54:47 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6174e6ed - Add scc(4), a driver for serial communications controllers. These</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/scc/Makefile#6174e6ed</link>
        <description>Add scc(4), a driver for serial communications controllers. Thesecontrollers typically have multiple channels and support a numberof serial communications protocols. The scc(4) driver is itselfan umbrella driver that delegates the control over each channeland mode to a subordinate driver (like uart(4)).The scc(4) driver supports the Siemens SAB 82532 and the ZilogZ8530 and replaces puc(4) for these devices.

            List of files:
            /freebsd-14.2/sys/modules/scc/Makefile</description>
        <pubDate>Thu, 30 Mar 2006 18:33:22 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
