<?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 bus.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b3e7694832e81d7a904a10f525f8797b753bf0d3 - Remove $FreeBSD$: two-line .h pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#b3e7694832e81d7a904a10f525f8797b753bf0d3</link>
        <description>Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Wed, 16 Aug 2023 19:54:16 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5ff185e19f6013ca565b2a15bc2d6abce933f46 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Sat, 12 Sep 2015 13:41:31 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab875b713d0afab5f0650f06d48a38777a7ae43e - Catch up with head, primarily for the 1.14.4.0 firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#ab875b713d0afab5f0650f06d48a38777a7ae43e</link>
        <description>Catch up with head, primarily for the 1.14.4.0 firmware.

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Fri, 14 Aug 2015 00:01:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f78ec1c9f70cd1e2e348d374a4c6aabfde7795b - Merge ^/head r285793 through r285923.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#5f78ec1c9f70cd1e2e348d374a4c6aabfde7795b</link>
        <description>Merge ^/head r285793 through r285923.

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Tue, 28 Jul 2015 00:20:28 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71d80fbaf303a0d61b3b020b23a0f10bb9320881 - Change the dev argument from a full path to just the device</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#71d80fbaf303a0d61b3b020b23a0f10bb9320881</link>
        <description>Change the dev argument from a full path to just the deviceidentification (e.g. isa:0x3f0 or pci0:2:1:0). In libbus,the device is turned into a path name. For bus_space_map(),the resource is now specified in a second argument.Before:	bus.map(&apos;/dev/proto/pci0:2:1:0/pcicfg&apos;)	busdma.tag_create(&apos;/dev/proto/pci0:2:1:0/busdma&apos;, ...)Now:	bus.map(&apos;pci0:2:1:0&apos;, &apos;pcicfg&apos;)	busdma.tag_create(&apos;pci0:2:1:0&apos;, ...)

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Sun, 26 Jul 2015 23:37:31 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>416ba5c74546f32a993436a99516d35008e9f384 - Catch up with HEAD (r280229-r284686).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#416ba5c74546f32a993436a99516d35008e9f384</link>
        <description>Catch up with HEAD (r280229-r284686).

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Mon, 22 Jun 2015 02:05:22 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76aeda8ad4e2c1ae78bf1388a5d6e793d84d8c53 - Merge ^/head r284188 through r284643.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#76aeda8ad4e2c1ae78bf1388a5d6e793d84d8c53</link>
        <description>Merge ^/head r284188 through r284643.

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Sat, 20 Jun 2015 21:34:50 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dad2fb7ece7a186a249cfc077018b18fe6d2c836 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#dad2fb7ece7a186a249cfc077018b18fe6d2c836</link>
        <description>Merge from head

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Mon, 15 Jun 2015 12:56:01 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0027d73e2c9d2460a62d563951e04fc6626ab80 - Rename bus_space to bus (i.e. drop _space). This makes the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/bus_space/bus.h#c0027d73e2c9d2460a62d563951e04fc6626ab80</link>
        <description>Rename bus_space to bus (i.e. drop _space). This makes theAPI match the convenience macros in &lt;sys/bus.h&gt;. Bus spacecan now reference both bus and busdma.

            List of files:
            /freebsd/tools/bus_space/bus.h</description>
        <pubDate>Wed, 10 Jun 2015 18:00:09 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
