<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb3134a8c21cb87b30e135ef168483f0333dabb - Fix some modules to export more used symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#5bb3134a8c21cb87b30e135ef168483f0333dabb</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 09:42:24 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82725ba9bf1fd59746a4006a06f24d4d61d142f2 - Merge ^/head r325999 through r326131.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#82725ba9bf1fd59746a4006a06f24d4d61d142f2</link>
        <description>Merge ^/head r325999 through r326131.

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Thu, 23 Nov 2017 15:28:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e96bf3a37e326dcb741f289d8adfac8884cca78 - bhnd(4): extend the PMU APIs to support bwn(4)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#4e96bf3a37e326dcb741f289d8adfac8884cca78</link>
        <description>bhnd(4): extend the PMU APIs to support bwn(4)The bwn(4) driver requires a number of extensions to the bhnd(4) PMUinterface to support external configuration of PLLs, LDOs, and otherparameters that require chipset or PHY-specific workarounds.These changes add support for:- Writing raw voltage register values to PHY-specific LDO regulator  registers (required by LP-PHY).- Enabling/disabling PHY-specific LDOs (required by LP-PHY)- Writing to arbitrary PMU chipctrl registers (required for common PHY PLL  reset support).- Requesting chipset/PLL-specific spurious signal avoidance modes.- Querying clock frequency and latency.Additionally, rather than updating legacy PWRCTL support to conform to thenew PMU interface:- PWRCTL API is now provided by a bhnd_pwrctl_if.m interface.- Since PWRCTL is only found in older SSB-based chipsets, translation from  bhnd(4) bus APIs to corresponding PWRCTL operations is now handled  entirely within the siba(4) driver.- The PWRCTL-specific host bridge clock gating APIs in bhnd_bus_if.m have  been lifted out into a standalone bhnd_pwrctl_hostb_if.m interface.Approved by:	adrian (mentor, implicit)Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D12664

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Wed, 22 Nov 2017 21:27:46 +0100</pubDate>
        <dc:creator>Landon J. Fuller &lt;landonf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc88573ff1e6670d828a1412cde16941579a2f7c - Revert r308107</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#dc88573ff1e6670d828a1412cde16941579a2f7c</link>
        <description>Revert r308107Requested by:	jhb

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Sun, 30 Oct 2016 23:18:22 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5dae51da3da0cc94d17bd67b308fad304ebec7e0 - - Fix `make` in sys/modules/bhnd</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#5dae51da3da0cc94d17bd67b308fad304ebec7e0</link>
        <description>- Fix `make` in sys/modules/bhndApproved by:	landonfDifferential Revision:	https://reviews.freebsd.org/D7774

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Sun, 30 Oct 2016 16:56:42 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d6d3da45489fc5a3a3d3abf8117f34ab4633e35 - Merge ^/head r305361 through r305389.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#3d6d3da45489fc5a3a3d3abf8117f34ab4633e35</link>
        <description>Merge ^/head r305361 through r305389.

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Sun, 04 Sep 2016 19:26:42 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>111d7cb2e34311625c8fa8791a355e58bf233a06 - Migrate bhndb(4) to the new bhnd_erom API.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#111d7cb2e34311625c8fa8791a355e58bf233a06</link>
        <description>Migrate bhndb(4) to the new bhnd_erom API.Adds support for probing and initializing bhndb(4) bridge state usingthe bhnd_erom API, ensuring that full bridge configuration is available*prior* to actually attaching and enumerating the bhnd(4) child device,allowing us to safely allocate bus-level agent/device resources duringbhnd(4) bus enumeration.- Add a bhnd_erom_probe() method usable by bhndb(4). This is an analogue  to the existing bhnd_erom_probe_static() method, and allows the bhndb  bridge to discover the best available erom parser class prior to newbus  probing of its children.- Add support for supplying identification hints when probing erom  devices. This is required on early EXTIF-only chipsets, where chip  identification registers are not available.- Migrate bhndb over to the new bhnd_erom API, using bhnd_core_info  records rather than bridged bhnd(4) device_t references to determine  the bridged chipsets&apos; capability/bridge configuration.- The bhndb parent (e.g. if_bwn) is now required to supply a hardware  priority table to the bridge. The default table is currently sufficient  for our supported devices.- Drop the two-pass attach approach we used for compatibility with bhndb(4) in  the bhnd(4) bus drivers, and instead perform bus enumeration immediately,  and allocate bridged per-child bus-level resources during that enumeration.Approved by:	adrian (mentor)Differential Revision:	https://reviews.freebsd.org/D7768

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Sun, 04 Sep 2016 02:58:19 +0200</pubDate>
        <dc:creator>Landon J. Fuller &lt;landonf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d292ea16dbdb9308f88091fcbcffcd73eb9cc76 - [bhnd] Add support for querying the attachment type of the bhnd bus.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#9d292ea16dbdb9308f88091fcbcffcd73eb9cc76</link>
        <description>[bhnd] Add support for querying the attachment type of the bhnd bus.This adds a BHND_BUS_GET_ATTACH_TYPE(); the primary use-case is to letchipc make a coarse-grained determination as to whether UART, SPI, etcdrivers ought to be attached, and on fullmac devices, whether a realCPU driver ought to be skipped for the ARM core, etc.Tested:* BCM4331 (BHND)* BCM4312 (SIBA)Submitted by:	Landon Fuller &lt;landonf@landonf.org&gt;Differential Revision:	https://reviews.freebsd.org/D6492

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Mon, 23 May 2016 05:47:44 +0200</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e83ce340355a3a75b0343b46e23fe95ed92157f4 - [bhnd] Initial bhnd(4) SPROM/NVRAM support.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#e83ce340355a3a75b0343b46e23fe95ed92157f4</link>
        <description>[bhnd] Initial bhnd(4) SPROM/NVRAM support.This adds support for the NVRAM handling and the basic SPROMhardware used on siba(4) and bcma(4) devices, including:* SPROM directly attached to the PCI core, accessible via PCI configuration  space.* SPROM attached to later ChipCommon cores.* SPROM variables vended from the parent SoC bus (e.g. via a directly-attached  flash device).Additional improvements to the NVRAM/SPROM interface willbe required, but this changeset stands alone as workingcheckpoint.Submitted by:	Landon Fuller &lt;landonf@landonf.org&gt;Reviewed by:	Michael Zhilin &lt;mizkha@gmail.com&gt; (Broadcom MIPS support)Differential Revision:	https://reviews.freebsd.org/D6196

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Sun, 08 May 2016 21:14:05 +0200</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fb45992d1b0229856a44f4e7c60d89eb03c23574 - [bhnd] add missing bus file.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#fb45992d1b0229856a44f4e7c60d89eb03c23574</link>
        <description>[bhnd] add missing bus file.

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Thu, 05 May 2016 08:58:30 +0200</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7bc47ad999d953d8ee1b83a16afe8593fab9e573 - [bhnd] add missing bus interface SRC bits, required after the last source import.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#7bc47ad999d953d8ee1b83a16afe8593fab9e573</link>
        <description>[bhnd] add missing bus interface SRC bits, required after the last source import.

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Mon, 02 May 2016 20:48:37 +0200</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82aa34e6fa1cd5a4ad401383522daf51412ea4b2 - Merge ^/head r296007 through r296368.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#82aa34e6fa1cd5a4ad401383522daf51412ea4b2</link>
        <description>Merge ^/head r296007 through r296368.

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Fri, 04 Mar 2016 00:15:46 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52259a98adba7622f236db46a330e61df0c84fb1 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#52259a98adba7622f236db46a330e61df0c84fb1</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Wed, 02 Mar 2016 17:14:46 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b3105a37d7adcadcb720112fed4dc4e8040be99 - Add modules support for the bhnd code.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/bhndb/Makefile#0b3105a37d7adcadcb720112fed4dc4e8040be99</link>
        <description>Add modules support for the bhnd code.Submitted by:	Landon Fuller &lt;landonf@landonf.org&gt;Obtained from:	https://github.com/landonf/freebsd/compare/user/landonf/bcm4331-CURRENT

            List of files:
            /freebsd/sys/modules/bhnd/bhndb/Makefile</description>
        <pubDate>Fri, 26 Feb 2016 04:34:32 +0100</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
