<?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 TODO</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>769cd829a324c54f8a39c6951a7752becdbbde9d - Note some long-term difficult goals.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#769cd829a324c54f8a39c6951a7752becdbbde9d</link>
        <description>Note some long-term difficult goals.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Thu, 23 Jun 2011 16:56:07 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53e8f6c919682073b672c3f5ccd5d71fc9467ff3 - Merge P-state support for acpicpu(4).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#53e8f6c919682073b672c3f5ccd5d71fc9467ff3</link>
        <description>Merge P-state support for acpicpu(4).Remarks:  1.    All processors (x86 or not) for which the vendor has implemented        ACPI I/O access routines are supported. Native instructions are        currently supported only for Intel&apos;s &quot;Enhanced Speedstep&quot;. Code for        &quot;PowerNow!&quot; (AMD) will be merged later. Native support for VIA&apos;s        &quot;PowerSaver&quot; will be investigated.  2.    Backwards compatibility with existing userland code is maintained.        Comparable to the case with cpu_idle(9), the ACPI CPU driver        installs alternative functions for the existing sysctl(8) controls.        The &quot;native&quot; behavior (if any) is restored upon detachment.  3.    The dynamic nature of ACPI-provided P-states needs more investigation.        The maximum frequency induced (but not forced) by the firmware may        change dynamically. Currently, the sysctl(8) controls error out with        a value larger than the dynamic maximum. The code itself does not        however yet react to the notifications from the firmware by changing        the frequencies in-place. Presumably the system administrator should        be able to choose whether to use dynamic or static frequencies.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Sun, 08 Aug 2010 16:58:41 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>469147a42c0e41cc82ee87d2655700bd135d0bda - I fixed the cardbus bus enumeration problem awhile back, but the interrupt</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#469147a42c0e41cc82ee87d2655700bd135d0bda</link>
        <description>I fixed the cardbus bus enumeration problem awhile back, but the interruptfixup problems remain.  Adjust TODO comments to match, and add a link tocube&apos;s comments.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Wed, 21 Dec 2005 08:48:25 +0000</pubDate>
        <dc:creator>sekiya &lt;sekiya@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d639792bc285c27640b7a2587b4f1d17edbf76ea - The &quot;implicit return&quot; problem is already fixed since when I imported</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#d639792bc285c27640b7a2587b4f1d17edbf76ea</link>
        <description>The &quot;implicit return&quot; problem is already fixed since when I importedACPICA_PEDANTIC changes from FreeBSD.Added one item (processor driver).

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Wed, 09 Jun 2004 16:48:49 +0000</pubDate>
        <dc:creator>kochi &lt;kochi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>248f79eb70a5e58cb6512e72a996ee9bf11f8083 - Remove the first one (split _REG initialization path into two phases;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#248f79eb70a5e58cb6512e72a996ee9bf11f8083</link>
        <description>Remove the first one (split _REG initialization path into two phases;which has been done since post-20031203 version of ACPI-CA).Pointed out by mycroft.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Mon, 07 Jun 2004 15:30:03 +0000</pubDate>
        <dc:creator>kochi &lt;kochi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4713b8ea6ecbea1ba8bf791867142bdef5bbd6ed - Remove a couple of items that are done now.  XXX Is the first one also done?</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#4713b8ea6ecbea1ba8bf791867142bdef5bbd6ed</link>
        <description>Remove a couple of items that are done now.  XXX Is the first one also done?

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Sat, 05 Jun 2004 03:14:45 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>700791bc6c89dca48c3dc199acedcae8cfd24f2d - Fix date in previous (shouldn&apos;t the entry just be removed?).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#700791bc6c89dca48c3dc199acedcae8cfd24f2d</link>
        <description>Fix date in previous (shouldn&apos;t the entry just be removed?).

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Tue, 30 Mar 2004 16:46:58 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f81329e9cd95d79cf5b69941c3dbcb5f98bf872 - ECDT support is complete.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#3f81329e9cd95d79cf5b69941c3dbcb5f98bf872</link>
        <description>ECDT support is complete.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Tue, 30 Mar 2004 15:51:53 +0000</pubDate>
        <dc:creator>kochi &lt;kochi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64bd03aa66522489d4f8e104432ddd3bd4b59325 - Remove acpiec locking from the list.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#64bd03aa66522489d4f8e104432ddd3bd4b59325</link>
        <description>Remove acpiec locking from the list.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Mon, 03 Nov 2003 20:16:46 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21978e6e0a176260b784ba5b86368658f613dd33 - Add another item, and some comments on particular machines affected.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#21978e6e0a176260b784ba5b86368658f613dd33</link>
        <description>Add another item, and some comments on particular machines affected.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Mon, 03 Nov 2003 05:41:06 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d94e36f3117a6c3d2dad5659cc9e8b13a0780ba1 - Add another one.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#d94e36f3117a6c3d2dad5659cc9e8b13a0780ba1</link>
        <description>Add another one.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Sun, 02 Nov 2003 19:42:03 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e45065a3449de2c3dc764b2d717410060561cc9b - Dropped a word...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#e45065a3449de2c3dc764b2d717410060561cc9b</link>
        <description>Dropped a word...

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Sat, 01 Nov 2003 23:22:54 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4330d824f55797af9f982560f2385442645dfef - A small list of things needed here.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/acpi/TODO#c4330d824f55797af9f982560f2385442645dfef</link>
        <description>A small list of things needed here.

            List of files:
            /netbsd-src/sys/dev/acpi/TODO</description>
        <pubDate>Sat, 01 Nov 2003 23:22:21 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
