<?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/siba/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/siba/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/siba/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/bhnd/siba/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>802cb4229e9bf3954ae8f33e05a13bfdd6c67713 - siba(4): Add support for devices have neither PMU nor PWRCTL support.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/siba/Makefile#802cb4229e9bf3954ae8f33e05a13bfdd6c67713</link>
        <description>siba(4): Add support for devices have neither PMU nor PWRCTL support.Very early BHND Wi-Fi devices (e.g. BCM4318) do not support any form ofdynamic clock control; on these devices, any PMU requests that cannot bemet by the device&apos;s fixed clock state will return an appropriate errorcode.Approved by:	adrian (mentor, implicit)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/bhnd/siba/Makefile</description>
        <pubDate>Tue, 28 Nov 2017 01:42:44 +0100</pubDate>
        <dc:creator>Landon J. Fuller &lt;landonf@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/siba/Makefile#82725ba9bf1fd59746a4006a06f24d4d61d142f2</link>
        <description>Merge ^/head r325999 through r326131.

            List of files:
            /freebsd/sys/modules/bhnd/siba/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/siba/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/siba/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/siba/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/siba/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/siba/Makefile#dc88573ff1e6670d828a1412cde16941579a2f7c</link>
        <description>Revert r308107Requested by:	jhb

            List of files:
            /freebsd/sys/modules/bhnd/siba/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/siba/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/siba/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>8c4282b370bd66908b45b6a223226a9fc2b69d57 - Merge ^/head r305892 through r306302.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/siba/Makefile#8c4282b370bd66908b45b6a223226a9fc2b69d57</link>
        <description>Merge ^/head r305892 through r306302.

            List of files:
            /freebsd/sys/modules/bhnd/siba/Makefile</description>
        <pubDate>Sat, 24 Sep 2016 22:58:59 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a03f98a8bbbfe45211330f7634c93321ba34813 - bhnd(4): Implement common API for IOST/IOCTL register access and core reset</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/siba/Makefile#8a03f98a8bbbfe45211330f7634c93321ba34813</link>
        <description>bhnd(4): Implement common API for IOST/IOCTL register access and core reset- Added bhnd(4) bus APIs for per-core ioctl/iost register access.- Updated reset/suspend bhnd(4) APIs for compatibility with ioctl/iost  changes.- Implemented core reset/suspend support for both bcma(4) and siba(4).- Implemented explicit release of all outstanding PMU requests at the bus  level when putting a core into reset.Approved by:    adrian (mentor, implicit)Differential Revision:  https://reviews.freebsd.org/D8009

            List of files:
            /freebsd/sys/modules/bhnd/siba/Makefile</description>
        <pubDate>Sat, 24 Sep 2016 06:08:16 +0200</pubDate>
        <dc:creator>Landon J. Fuller &lt;landonf@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/siba/Makefile#3d6d3da45489fc5a3a3d3abf8117f34ab4633e35</link>
        <description>Merge ^/head r305361 through r305389.

            List of files:
            /freebsd/sys/modules/bhnd/siba/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>664a74970833402c37182bc52d64175f4750cbfa - Implement a generic bhnd(4) device enumeration table API.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/bhnd/siba/Makefile#664a74970833402c37182bc52d64175f4750cbfa</link>
        <description>Implement a generic bhnd(4) device enumeration table API.This defines a new bhnd_erom_if API, providing a common interface to deviceenumeration on siba(4) and bcma(4) devices, for use both in the bhndb bridgeand SoC early boot contexts, and migrates mips/broadcom over to the new API.This also replaces the previous adhoc device enumeration support implementedfor mips/broadcom.Migration of bhndb to the new API will be implemented in a follow-up commit.- Defined new bhnd_erom_if interface for bhnd(4) device enumeration, along  with bcma(4) and siba(4)-specific implementations.- Fixed a minor bug in bhndb that logged an error when we attempted to map the  full siba(4) bus space (18000000-17FFFFFF) in the siba EROM parser.- Reverted use of the resource&apos;s start address as the ChipCommon enum_addr in  bhnd_read_chipid(). When called from bhndb, this address is found within the  host address space, resulting in an invalid bridged enum_addr.- Added support for falling back on standard bus_activate_resource() in  bhnd_bus_generic_activate_resource(), enabling allocation of the bhnd_erom&apos;s  bhnd_resource directly from a nexus-attached bhnd(4) device.- Removed BHND_BUS_GET_CORE_TABLE(); it has been replaced by the erom API.- Added support for statically initializing bhnd_erom instances, for use prior  to malloc availability. The statically allocated buffer size is verified both  at runtime, and via a compile-time assertion (see BHND_EROM_STATIC_BYTES).- bhnd_erom classes are registered within a module via a linker set, allowing  mips/broadcom to probe available EROM parser instances without creating a  strong reference to bcma/siba-specific symbols.- Migrated mips/broadcom to bhnd_erom_if, replacing the previous MIPS-specific  device enumeration implementation.Approved by:	adrian (mentor)Differential Revision:	https://reviews.freebsd.org/D7748

            List of files:
            /freebsd/sys/modules/bhnd/siba/Makefile</description>
        <pubDate>Sun, 04 Sep 2016 01:57:17 +0200</pubDate>
        <dc:creator>Landon J. Fuller &lt;landonf@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/siba/Makefile#82aa34e6fa1cd5a4ad401383522daf51412ea4b2</link>
        <description>Merge ^/head r296007 through r296368.

            List of files:
            /freebsd/sys/modules/bhnd/siba/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/siba/Makefile#52259a98adba7622f236db46a330e61df0c84fb1</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/bhnd/siba/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/siba/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/siba/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>
