<?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>1ae94881 - Library: Handle domains in all back-ends</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#1ae94881</link>
        <description>Library: Handle domains in all back-endsEven if the back-end does not implement multiple domains, it canbe called on a device in a non-zero domain if the use obtained thedevice by calling pci_get_dev() instead of scanning the bus.In all such cases, report that 0 bytes were read/written.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Mon, 25 May 2020 13:28:33 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>82c06b47 - Library: Big cleanup of pci_fill_info()</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#82c06b47</link>
        <description>Library: Big cleanup of pci_fill_info()There was a lot of minor issues in the implementation of the fill_infocall-back in various back-ends. Most importantly, semantics of pci_dev-&gt;known_fields was not formally defined and it was implemented inconsistently.We now define known_fields as the set of fields which were alreadyobtained during the lifetime of the pci_dev. We never consider knownfields which are not supported by the back-end. All fields which areunsupported by either the back-end, the OS, or the particular device,are guaranteed to have sensible default values (0 or NULL). Also, bitmasks are always unsigned except for the signature of pci_fill_info()which should be preferably kept stable.All back-ends and the pci_generic_fill_info() function have been changedto follow this semantics.In the sysfs back-end, we read as few attributes as possible duringdevice initialization, so applications which use pci_get_dev() are notslowed down unnecessarily.In the Hurd back-end, we also respect the buscentric mode.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Mon, 25 May 2020 13:10:07 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>fadfcdc5 - Added a note on the Power Budgeting cap</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#fadfcdc5</link>
        <description>Added a note on the Power Budgeting cap

            List of files:
            /pciutils/TODO</description>
        <pubDate>Sat, 23 Jan 2010 21:51:11 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>01553d7d - Updated the list of missing capabilities in TODO</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#01553d7d</link>
        <description>Updated the list of missing capabilities in TODO

            List of files:
            /pciutils/TODO</description>
        <pubDate>Sat, 23 Jan 2010 21:43:49 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>89c51b98 - Updated library ABI with proper versioning.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#89c51b98</link>
        <description>Updated library ABI with proper versioning.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Tue, 11 Nov 2008 11:09:20 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>fa8deaa6 - setpci: Cleaned up reporting of parse errors.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#fa8deaa6</link>
        <description>setpci: Cleaned up reporting of parse errors.The full usage is no longer printed with each parse error,only a suggestion to call `setpci --help&apos; for help.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Tue, 11 Nov 2008 09:30:36 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>ace49a96 - Let setpci support capabilities.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#ace49a96</link>
        <description>Let setpci support capabilities.Changed syntax of register addresses. They now consist of a base and an offset,where the base is either a fixed address or a name/ID of a capability.Needs lots of polish (see TODO).

            List of files:
            /pciutils/TODO</description>
        <pubDate>Mon, 10 Nov 2008 23:11:14 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>ed8f61e9 - Last few items from the DNS TODO list solved, releasing -net2.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#ed8f61e9</link>
        <description>Last few items from the DNS TODO list solved, releasing -net2.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Wed, 13 Feb 2008 18:52:35 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>5904157c - Use `Device ABCD&apos; instead of `Unknown device ABCD&apos;.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#5904157c</link>
        <description>Use `Device ABCD&apos; instead of `Unknown device ABCD&apos;.Several Linux distributors mentioned users complaining about unsupporteddevices when in fact the device was only unknown to the ID database.This little `headological&apos; trick tries to avoid encouraging the usersto such complaints :-)

            List of files:
            /pciutils/TODO</description>
        <pubDate>Tue, 12 Feb 2008 11:29:39 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>c953c309 - Clean up freeing of the ID tables.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#c953c309</link>
        <description>Clean up freeing of the ID tables.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Tue, 12 Feb 2008 11:25:34 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>fa182368 - Added a simple infrastructure for setting of arbitrary parameters.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#fa182368</link>
        <description>Added a simple infrastructure for setting of arbitrary parameters.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Tue, 12 Feb 2008 08:06:27 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>47a0be5a - More TODO.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#47a0be5a</link>
        <description>More TODO.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Mon, 11 Feb 2008 21:47:09 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>7059c711 - Documented the DNS query switches.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#7059c711</link>
        <description>Documented the DNS query switches.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Mon, 11 Feb 2008 21:03:02 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>61bc0b58 - Writes to the cache file are no longer racy.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#61bc0b58</link>
        <description>Writes to the cache file are no longer racy.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Mon, 11 Feb 2008 20:47:25 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>cca2f7c6 - Added options for controlling the DNS query modes.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#cca2f7c6</link>
        <description>Added options for controlling the DNS query modes.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Mon, 11 Feb 2008 20:28:11 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>752d4d9a - Split handling of the ID list to several files.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#752d4d9a</link>
        <description>Split handling of the ID list to several files.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Mon, 11 Feb 2008 19:59:53 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>6cdb9d93 - Moved -lz from LDFLAGS to LDLIBS.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#6cdb9d93</link>
        <description>Moved -lz from LDFLAGS to LDLIBS.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Fri, 19 Oct 2007 13:43:02 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>f7c76ec5 - Added two more capability ID&apos;s gathered from various ECN&apos;s.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#f7c76ec5</link>
        <description>Added two more capability ID&apos;s gathered from various ECN&apos;s.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Fri, 19 Oct 2007 10:03:08 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>4bea6db7 - Updated TODO.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#4bea6db7</link>
        <description>Updated TODO.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Fri, 19 Oct 2007 09:31:53 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>6d896960 - Documented the machine-readable output format.</title>
        <link>http://172.16.0.5:8080/history/pciutils/TODO#6d896960</link>
        <description>Documented the machine-readable output format.

            List of files:
            /pciutils/TODO</description>
        <pubDate>Sat, 09 Sep 2006 12:36:01 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
</channel>
</rss>
