<?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>cdad55809ef59239c3bbdc841ed307db68bb3971 - acpi_system76: Support for acpi-controlled buttons on System76</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#cdad55809ef59239c3bbdc841ed307db68bb3971</link>
        <description>acpi_system76: Support for acpi-controlled buttons on System76Add acpi_system76 for handling acpi-controlled buttonson System76 Laptops.Reviewed by: impDifferential Revision: https://reviews.freebsd.org/D55694

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 06 Mar 2026 18:15:49 +0100</pubDate>
        <dc:creator>Pouria Mousavizadeh Tehrani &lt;pouria@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd8296bd81d55563f7ccafca77b7b74fb219df9e - Build acpi kernel modules on aarch64</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#bd8296bd81d55563f7ccafca77b7b74fb219df9e</link>
        <description>Build acpi kernel modules on aarch64For now, the only kernel module built is acpi_ged.ko.Sponsored by:	NetflixReviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D54315

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 26 Dec 2025 16:37:34 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe74d52de5dca506fe07693ffd6a35140bb55abd - sys/modules/acpi/Makefile: One line per subdirectory</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#fe74d52de5dca506fe07693ffd6a35140bb55abd</link>
        <description>sys/modules/acpi/Makefile: One line per subdirectoryThis makes diffs that add or remove modules easier to read.Reviewed by:	impSponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D54314

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 26 Dec 2025 16:37:20 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>96f1dfc1be9cf5525152941d06f07c6889e60071 - acpi_sbl_wmi: add a driver to trigger SBL firmware updates</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#96f1dfc1be9cf5525152941d06f07c6889e60071</link>
        <description>acpi_sbl_wmi: add a driver to trigger SBL firmware updatesExpose a sysctl knob to inform the SBL bootloader that a firmware update isavailable and should be applied on the next reboot.See also:	https://slimbootloader.github.io/security/firmware-update.html#triggering-firmware-updateSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D47035

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Tue, 08 Oct 2024 14:04:42 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@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/acpi/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/acpi/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/acpi/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/acpi/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>a9880bfe1181b7a32d026339bae113f24300e5e1 - acpi_ged:  New driver to ACPI generic event device</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#a9880bfe1181b7a32d026339bae113f24300e5e1</link>
        <description>acpi_ged:  New driver to ACPI generic event device New driver to ACPI generic event device, defined in ACPI spec.Some ACPI power button may not work without this.In qemu arm64 with &quot;virt&quot; machine, with ACPI firmware,enable devd check devd message byand invoke following command in qemu monitor(qemu) system_powerdownand make sure some power button input event appear.(setting sysctl hw.acpi.power_button_state=S5 is not work,because ACPI tree does not have \_S5 object.)Reviewed by: andrew, hrsDifferential Revision: https://reviews.freebsd.org/D37032

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Tue, 18 Oct 2022 07:41:53 +0200</pubDate>
        <dc:creator>Takanori Watanabe &lt;takawata@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f49794cc8f7b68de95530bf47f30f3deaeef065d - Sort SUBDIR.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#f49794cc8f7b68de95530bf47f30f3deaeef065d</link>
        <description>Sort SUBDIR.

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Wed, 27 Apr 2016 21:38:24 +0200</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Sun, 04 Nov 2012 03:52:03 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de7201225514f33f0fde51cab02f4a86c879b13d - Merge head r236710 through r238467.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#de7201225514f33f0fde51cab02f4a86c879b13d</link>
        <description>Merge head r236710 through r238467.

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Sun, 15 Jul 2012 17:22:18 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cf87ec8ec46bc472249ebb6a3b3346fe3c10141 - IFC @238412.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#6cf87ec8ec46bc472249ebb6a3b3346fe3c10141</link>
        <description>IFC @238412.

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 13 Jul 2012 03:25:11 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b652778e426d00b6a1df29bbd86869db86f36e25 - IFC @ r238370</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#b652778e426d00b6a1df29bbd86869db86f36e25</link>
        <description>IFC @ r238370

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Wed, 11 Jul 2012 21:54:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>461a98a2790cab1a2a2cf56071fc9db890ce3790 - Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#461a98a2790cab1a2a2cf56071fc9db890ce3790</link>
        <description>Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatibleAsus laptops. It is alike to acpi_asus(4), but uses WMI interface insteadof separate ACPI device.On Asus EeePC T101MT netbook it allows to handle hotkeys and on/off WLAN,Bluetooth, LCD backlight, camera, cardreader and touchpad.On Asus UX31A ultrabook it allows to handle hotkeys, on/off WLAN, Bluetooth,Wireless LED, control keyboard backlight brightness, monitor temperatureand fan speed. LCD brightness control doesn&apos;t work now for unknown reason,possibly requiring some video card initialization.Sponsored by:	iXsystems, Inc.

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 02 Jul 2012 10:31:29 +0200</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c21a60cf61c61c3a136a803b9c7645c128c6982 - svn+ssh://svn.freebsd.org/base/head@216199</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#0c21a60cf61c61c3a136a803b9c7645c128c6982</link>
        <description>svn+ssh://svn.freebsd.org/base/head@216199

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Sun, 05 Dec 2010 21:47:36 +0100</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1170f3d12ebd03d02f8bb4f075319f461e38d7d9 - Sync: merge r214895 through r215140 from ^/head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#1170f3d12ebd03d02f8bb4f075319f461e38d7d9</link>
        <description>Sync: merge r214895 through r215140 from ^/head.

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Thu, 11 Nov 2010 21:52:24 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfda18fcb65d33df1a4ba67227ea520369574d69 - Disconnect acpi.ko from the build on i386.  ACPI is now only supported when</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#bfda18fcb65d33df1a4ba67227ea520369574d69</link>
        <description>Disconnect acpi.ko from the build on i386.  ACPI is now only supported whencompiled into the kernel, not as a loadable module.

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 08 Nov 2010 21:30:59 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b17f9ad2c9da34e8544d02c3d530fe9fb41fdbe2 - Merge svn+ssh://svn.freebsd.org/base/head@211344</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#b17f9ad2c9da34e8544d02c3d530fe9fb41fdbe2</link>
        <description>Merge svn+ssh://svn.freebsd.org/base/head@211344

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 16 Aug 2010 00:09:43 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daef39e7aed1cfd4cf283eadba5dac3509b8f32b - Remove the acpi_aiboost driver. It has been replaced by aibs(4).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#daef39e7aed1cfd4cf283eadba5dac3509b8f32b</link>
        <description>Remove the acpi_aiboost driver. It has been replaced by aibs(4).

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Sun, 25 Jul 2010 19:55:57 +0200</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6c180505a1ad3c92704a745e10ca6ef3a422488 - Merge svn+ssh://svn.freebsd.org/base/head@209749</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#d6c180505a1ad3c92704a745e10ca6ef3a422488</link>
        <description>Merge svn+ssh://svn.freebsd.org/base/head@209749

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Wed, 07 Jul 2010 01:20:43 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbe4a97d4176c971ffae2903a50e7f22fd9bde56 - Import the acpi_aibs(4) driver written by Constantine A. Murenin.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/acpi/Makefile#bbe4a97d4176c971ffae2903a50e7f22fd9bde56</link>
        <description>Import the acpi_aibs(4) driver written by Constantine A. Murenin.It has more features than acpi_aiboost(4) and it will eventually replaceacpi_aiboost(4).Submitted by:	Constantine A. Murenin &lt;cnst at FreeBSD.org&gt;Reviewed by:	freebsd-acpi, impMFC after:	1 month

            List of files:
            /freebsd/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 25 Jun 2010 17:32:46 +0200</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
