<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>a48b900300ebdbd5c47e664b4cc06e705da91bd8 - asmc: add MMIO backend for T2 Macs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#a48b900300ebdbd5c47e664b4cc06e705da91bd8</link>
        <description>asmc: add MMIO backend for T2 MacsT2 Macs (2018+) expose the SMC via memory-mapped registers instead ofI/O ports. Add asmcmmio.c/asmcmmio.h implementing the MMIO transport:key read/write, getinfo, getbyindex, and a poll-based wait withexponential backoff.The driver probes for MMIO at attach time by checking the LDKN firmwareversion key; if MMIO is available it is used, otherwise the standardI/O port backend is used.T2 fan speeds use IEEE 754 floats instead of fpe2 fixed-point.Per-fan manual mode uses F%dMd keys instead of the FS! bitmask.Battery charge limit is exposed via dev.asmc.N.battery_charge_limit.Tested on:  MacBookPro16,2 (A2251, iBridge2,10)  MacBookPro15,4 (A2159, iBridge2,8)  MacBookAir8,2  (A1932, iBridge2,5)  Mac mini 8,1   (A1993, iBridge2,7)  iMac20,2       (A2115, iBridge2,16)  iMacPro1,1     (A1862, iBridge1,1)MFC after:	2 weeksReviewed by:	ngie, adrianDifferential Revision:	https://reviews.freebsd.org/D57086

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Wed, 03 Jun 2026 07:57:49 +0200</pubDate>
        <dc:creator>Abdelkader Boudih &lt;freebsd@seuros.com&gt;</dc:creator>
    </item>
<item>
        <title>5d7862fb998f48ba71dac7e34106aaad350db348 - asmc(4): Add support for backlight(9) interface</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#5d7862fb998f48ba71dac7e34106aaad350db348</link>
        <description>asmc(4): Add support for backlight(9) interfaceMFC after:	1 month

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Sun, 29 Mar 2026 21:00:59 +0200</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f224591746bdaf14ad5f63de4738a3146cc2f55f - Add ASMC_DEBUG make option</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#f224591746bdaf14ad5f63de4738a3146cc2f55f</link>
        <description>Add ASMC_DEBUG make optionThis allows folks to enable debug statements in asmc(4) using kernelconfigs via the `options ASMC_DEBUG` directive.While here, remove a duplicate `device vt_efifb` directive in `NOTES`as it&apos;s already handled in the `GENERIC` configMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D54511

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Sun, 04 Jan 2026 09:27:57 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0638b33f7ae4e7435e9cac57541d2cc262432f7 - Yank crufty INTR_FILTER option</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#a0638b33f7ae4e7435e9cac57541d2cc262432f7</link>
        <description>Yank crufty INTR_FILTER optionIt was introduced to the tree in r169320 and r169321 in May 2007.It never got much use and never became a kernel default.  The codeduplicates the default path quite a bit, with slight modifications.  Justyank out the cruft.  Whatever goals were being aimed for can probably be metwithin the existing framework, without a flag day option.Mostly mechanical change: &apos;unifdef -m -UINTR_FILTER&apos;.Reviewed by:	mmacySponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D15546

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Thu, 24 May 2018 19:06:00 +0200</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/asmc/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01b18fc48a687e81b6c02d7e462220424abcae39 - Remove isa_if.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#01b18fc48a687e81b6c02d7e462220424abcae39</link>
        <description>Remove isa_if.h.

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Mon, 07 Apr 2008 13:26:13 +0200</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0c098c888fcf11937beb96209d14777ab7476e9 - Add opt_intr_filter.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#e0c098c888fcf11937beb96209d14777ab7476e9</link>
        <description>Add opt_intr_filter.h.

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Mon, 07 Apr 2008 13:08:45 +0200</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7124217701efec7c299a4a7247a980fc0cce871e - asmc build infrastructure.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#7124217701efec7c299a4a7247a980fc0cce871e</link>
        <description>asmc build infrastructure.Approved by:	njl (mentor)Reviewed by:	njl (mentor)

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Wed, 07 Nov 2007 21:12:21 +0100</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01b18fc48a687e81b6c02d7e462220424abcae39 - Remove isa_if.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#01b18fc48a687e81b6c02d7e462220424abcae39</link>
        <description>Remove isa_if.h.

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Mon, 07 Apr 2008 13:26:13 +0200</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0c098c888fcf11937beb96209d14777ab7476e9 - Add opt_intr_filter.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#e0c098c888fcf11937beb96209d14777ab7476e9</link>
        <description>Add opt_intr_filter.h.

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Mon, 07 Apr 2008 13:08:45 +0200</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7124217701efec7c299a4a7247a980fc0cce871e - asmc build infrastructure.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/asmc/Makefile#7124217701efec7c299a4a7247a980fc0cce871e</link>
        <description>asmc build infrastructure.Approved by:	njl (mentor)Reviewed by:	njl (mentor)

            List of files:
            /freebsd/sys/modules/asmc/Makefile</description>
        <pubDate>Wed, 07 Nov 2007 21:12:21 +0100</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
