<?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 BUS_GET_PROPERTY.9</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>fa9896e082a1046ff4fbc75fcba4d18d1f2efc19 - Remove $FreeBSD$: two-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</link>
        <description>Remove $FreeBSD$: two-line nroff patternRemove /^\.\\&quot;\n\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Wed, 16 Aug 2023 17:55:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d846d260e2b9a3d4d0a701462568268cbfe7a5b - spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#4d846d260e2b9a3d4d0a701462568268cbfe7a5b</link>
        <description>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with:		pfgMFC After:		3 daysSponsored by:		Netflix

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Wed, 10 May 2023 15:40:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b344de4d0d163cbd8bf88cb5d226c18fe96f488f - Extend device_get_property API</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#b344de4d0d163cbd8bf88cb5d226c18fe96f488f</link>
        <description>Extend device_get_property APIIn order to support various types of data stored in devicetree properties or ACPI _DSD packages, create a new enum sothe caller can specify the expected type of a property theywant to read, according to the binding. The bus logic will usethat information to process the underlying data.For example in DT all integer properties are stored in BE format.In order to get constant results across different platforms weneed to convert its endianness to match the host.Another example are ACPI_TYPE_INTEGER properties storedas uint64_t. Before this patch the ACPI logic would refuseto read them if the provided buffer was smaller than 8 bytes.Now this can be handled by using DEVICE_PROP_UINT32 type.Modify the existing consumers of this API to reflect the changesand update the man pages accordingly.Reviewed by: mwObtained from: SemihalfMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D33457

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Fri, 28 Jan 2022 09:28:37 +0000</pubDate>
        <dc:creator>Kornel Duleba &lt;mindal@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>3f9a00e3b577dcca57e331842e0baf2dbdf9325f - device: add device_get_property and device_has_property</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#3f9a00e3b577dcca57e331842e0baf2dbdf9325f</link>
        <description>device: add device_get_property and device_has_propertyGenerialize bus specific property accessors. Those functions allow driver codeto access device specific information.Currently there is only support for FDT and ACPI buses.Reviewed by: manu, mwSponsored by: SemihalfDifferential revision: https://reviews.freebsd.org/D31597

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Fri, 30 Jul 2021 08:57:06 +0000</pubDate>
        <dc:creator>Bartlomiej Grzesik &lt;bag@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>fa9896e082a1046ff4fbc75fcba4d18d1f2efc19 - Remove $FreeBSD$: two-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</link>
        <description>Remove $FreeBSD$: two-line nroff patternRemove /^\.\\&quot;\n\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Wed, 16 Aug 2023 17:55:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d846d260e2b9a3d4d0a701462568268cbfe7a5b - spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#4d846d260e2b9a3d4d0a701462568268cbfe7a5b</link>
        <description>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with:		pfgMFC After:		3 daysSponsored by:		Netflix

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Wed, 10 May 2023 15:40:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b344de4d0d163cbd8bf88cb5d226c18fe96f488f - Extend device_get_property API</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#b344de4d0d163cbd8bf88cb5d226c18fe96f488f</link>
        <description>Extend device_get_property APIIn order to support various types of data stored in devicetree properties or ACPI _DSD packages, create a new enum sothe caller can specify the expected type of a property theywant to read, according to the binding. The bus logic will usethat information to process the underlying data.For example in DT all integer properties are stored in BE format.In order to get constant results across different platforms weneed to convert its endianness to match the host.Another example are ACPI_TYPE_INTEGER properties storedas uint64_t. Before this patch the ACPI logic would refuseto read them if the provided buffer was smaller than 8 bytes.Now this can be handled by using DEVICE_PROP_UINT32 type.Modify the existing consumers of this API to reflect the changesand update the man pages accordingly.Reviewed by: mwObtained from: SemihalfMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D33457

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Fri, 28 Jan 2022 09:28:37 +0000</pubDate>
        <dc:creator>Kornel Duleba &lt;mindal@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>3f9a00e3b577dcca57e331842e0baf2dbdf9325f - device: add device_get_property and device_has_property</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#3f9a00e3b577dcca57e331842e0baf2dbdf9325f</link>
        <description>device: add device_get_property and device_has_propertyGenerialize bus specific property accessors. Those functions allow driver codeto access device specific information.Currently there is only support for FDT and ACPI buses.Reviewed by: manu, mwSponsored by: SemihalfDifferential revision: https://reviews.freebsd.org/D31597

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Fri, 30 Jul 2021 08:57:06 +0000</pubDate>
        <dc:creator>Bartlomiej Grzesik &lt;bag@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>fa9896e082a1046ff4fbc75fcba4d18d1f2efc19 - Remove $FreeBSD$: two-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</link>
        <description>Remove $FreeBSD$: two-line nroff patternRemove /^\.\\&quot;\n\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Wed, 16 Aug 2023 17:55:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d846d260e2b9a3d4d0a701462568268cbfe7a5b - spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#4d846d260e2b9a3d4d0a701462568268cbfe7a5b</link>
        <description>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with:		pfgMFC After:		3 daysSponsored by:		Netflix

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Wed, 10 May 2023 15:40:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b344de4d0d163cbd8bf88cb5d226c18fe96f488f - Extend device_get_property API</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#b344de4d0d163cbd8bf88cb5d226c18fe96f488f</link>
        <description>Extend device_get_property APIIn order to support various types of data stored in devicetree properties or ACPI _DSD packages, create a new enum sothe caller can specify the expected type of a property theywant to read, according to the binding. The bus logic will usethat information to process the underlying data.For example in DT all integer properties are stored in BE format.In order to get constant results across different platforms weneed to convert its endianness to match the host.Another example are ACPI_TYPE_INTEGER properties storedas uint64_t. Before this patch the ACPI logic would refuseto read them if the provided buffer was smaller than 8 bytes.Now this can be handled by using DEVICE_PROP_UINT32 type.Modify the existing consumers of this API to reflect the changesand update the man pages accordingly.Reviewed by: mwObtained from: SemihalfMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D33457

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Fri, 28 Jan 2022 09:28:37 +0000</pubDate>
        <dc:creator>Kornel Duleba &lt;mindal@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>3f9a00e3b577dcca57e331842e0baf2dbdf9325f - device: add device_get_property and device_has_property</title>
        <link>http://opengrok.net:8080/history/src/share/man/man9/BUS_GET_PROPERTY.9#3f9a00e3b577dcca57e331842e0baf2dbdf9325f</link>
        <description>device: add device_get_property and device_has_propertyGenerialize bus specific property accessors. Those functions allow driver codeto access device specific information.Currently there is only support for FDT and ACPI buses.Reviewed by: manu, mwSponsored by: SemihalfDifferential revision: https://reviews.freebsd.org/D31597

            List of files:
            /src/share/man/man9/BUS_GET_PROPERTY.9</description>
        <pubDate>Fri, 30 Jul 2021 08:57:06 +0000</pubDate>
        <dc:creator>Bartlomiej Grzesik &lt;bag@semihalf.com&gt;</dc:creator>
    </item>
</channel>
</rss>
