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

            List of files:
            /freebsd-14.2/sys/modules/acpi/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>a9880bfe - acpi_ged:  New driver to ACPI generic event device</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#a9880bfe</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-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Tue, 18 Oct 2022 05:41:53 +0000</pubDate>
        <dc:creator>Takanori Watanabe &lt;takawata@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f49794cc - Sort SUBDIR.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#f49794cc</link>
        <description>Sort SUBDIR.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Wed, 27 Apr 2016 19:38:24 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>461a98a2 - Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#461a98a2</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-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 02 Jul 2012 08:31:29 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfda18fc - Disconnect acpi.ko from the build on i386.  ACPI is now only supported when</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#bfda18fc</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-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 08 Nov 2010 20:30:59 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daef39e7 - Remove the acpi_aiboost driver. It has been replaced by aibs(4).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#daef39e7</link>
        <description>Remove the acpi_aiboost driver. It has been replaced by aibs(4).

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Sun, 25 Jul 2010 17:55:57 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbe4a97d - Import the acpi_aibs(4) driver written by Constantine A. Murenin.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#bbe4a97d</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-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 25 Jun 2010 15:32:46 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df849145 - * Driver for ACPI WMI (Windows Management Instrumentation)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#df849145</link>
        <description>* Driver for ACPI WMI (Windows Management Instrumentation)* Driver for ACPI HP extra functionations, which required  ACPI WMI driver.Submitted by:	Michael &lt;freebsdusb at bindone.de&gt;Approved by:	reMFC after:	2 weeks

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Tue, 23 Jun 2009 13:17:25 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2be4e471 - Catch up with ACPI-CA 20070320 import.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#2be4e471</link>
        <description>Catch up with ACPI-CA 20070320 import.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Thu, 22 Mar 2007 18:16:43 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eed294f1 - Hook acpi gadget driver modules to other acpi archs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#eed294f1</link>
        <description>Hook acpi gadget driver modules to other acpi archs.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 18 Dec 2006 05:54:50 +0000</pubDate>
        <dc:creator>Takanori Watanabe &lt;takawata@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d6da689 - Clarify the error message when trying to build an ACPI module on amd64</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#6d6da689</link>
        <description>Clarify the error message when trying to build an ACPI module on amd64or ia64.The old message implied to me that ACPI can&apos;t be compiled in on platformsother than amd64 and ia64.  The amd64@ mailing list archive has messagesfrom users with the same confusion.Approved by:	scottl

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 10 Nov 2006 20:06:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bebb2f3f - Hook acpi_aiboost module to build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#bebb2f3f</link>
        <description>Hook acpi_aiboost module to build.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 30 Oct 2006 06:05:10 +0000</pubDate>
        <dc:creator>Takanori Watanabe &lt;takawata@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>858a52f4 - Import ACPI Dock Station support.  Note that this is still very young.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#858a52f4</link>
        <description>Import ACPI Dock Station support.  Note that this is still very young.Additional detach implementaions (or maybe improvement) for otherdeivce drivers is required.Reviewed by:	njl, impMFC after:	1 week

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Sat, 15 Apr 2006 12:31:34 +0000</pubDate>
        <dc:creator>Mitsuru IWASAKI &lt;iwasaki@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a8b554f - Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#9a8b554f</link>
        <description>Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.Submitted by:	Anish Mistry &lt;mistry.7 -at- osu.edu&gt;Reviewed by:	njlX-MFC after:	5.4-RELEASE

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 18 Mar 2005 08:48:10 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6250ecf - Move acpi_perf and acpi_throttle into acpi.ko.  Remove the acpi_perf</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#c6250ecf</link>
        <description>Move acpi_perf and acpi_throttle into acpi.ko.  Remove the acpi_perfbuild structure.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Thu, 24 Feb 2005 20:48:07 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>335e4ff3 - Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#335e4ff3</link>
        <description>Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Fri, 04 Feb 2005 05:49:36 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9dfeca92 - Connect acpi_ibm to build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#9dfeca92</link>
        <description>Connect acpi_ibm to build.Submitted by: rushani, sumikawa

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Thu, 09 Dec 2004 16:47:07 +0000</pubDate>
        <dc:creator>Takanori Watanabe &lt;takawata@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>26e582a2 - PC98 does not have ACPI.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#26e582a2</link>
        <description>PC98 does not have ACPI.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 15 Nov 2004 13:28:03 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2aed512 - After discussions with Nate, repo copy the acpi assist drivers from</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#c2aed512</link>
        <description>After discussions with Nate, repo copy the acpi assist drivers fromi386 to dev/acpi_support.  In theory, these devices could be foundother than in i386 machines only as amd64 becomes more popular.  Thesedrivers don&apos;t appear to do anything i386 specific, so move them todev/acpi_support.  Move config lines to files so that thosearchitectures that don&apos;t support kernel modules can build them intothe kernel.  At the same time, rename acpi_snc to acpi_sony to followthe lead of all the other specialty devices.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Mon, 15 Nov 2004 05:54:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>428b40b2 - Make it clear that the acpi modules can only be compiled on i386.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/acpi/Makefile#428b40b2</link>
        <description>Make it clear that the acpi modules can only be compiled on i386.

            List of files:
            /freebsd-14.2/sys/modules/acpi/Makefile</description>
        <pubDate>Sun, 14 Nov 2004 20:53:17 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
