<?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 ARMADA38X</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>89c1e54a71cc4e04d4c575ee6df956a12e163cde - ath(4): always enable 11n</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#89c1e54a71cc4e04d4c575ee6df956a12e163cde</link>
        <description>ath(4): always enable 11nEnabling 11n for ath(4) so far was handled by a kernel option, whichwas only enabled for certain kernel configurations.In order to allow loading ath(4) as a module with 11n support onall platforms, remove the kernel option and unconditionally enable11n in ath(4).Reported by:	pkubajDiscussed with:	adrian in D43549.Reviewed by:	adrian, impDifferential Revision: https://reviews.freebsd.org/D43964

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Sun, 18 Feb 2024 18:16:24 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37c8ee8847faa53432809cae2ecc11b80c4eab2f - ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#37c8ee8847faa53432809cae2ecc11b80c4eab2f</link>
        <description>ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againFollowing the removal of general MIPS support, there&apos;s no longer a needto have the AHB bus-frontend in place, which according to Linux sourcesalso isn&apos;t used with any non-MIPS SoCs. For simplicity, PCI bus supportis only made conditional on the main one again, i. e. device ath_pci isremoved, and built into the main module, i. e. if_ath_pci.ko obsoleted,respectively.Effectively, this reverts the following commits and associated changes:dba9c8597747c6c9bf3d2ec68f7eb90552878dc7e849bb3ecbb1963344a22ae77fc96f89fbebf40cApproved by:	adrianRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D41354

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Mon, 07 Aug 2023 16:39:24 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91646fe5750c3cb22783a1b41e4f370b66176659 - arm kernel config: clean up whitespace</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#91646fe5750c3cb22783a1b41e4f370b66176659</link>
        <description>arm kernel config: clean up whitespaceMost options in kernel config files use &quot;options&lt;space&gt;&lt;tab&gt;OPTION&quot;.This allows the option to be commented out without shifting columns.A few options had two tabs, and some had spaces.  Make them consistent.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Thu, 23 Feb 2023 17:38:26 +0000</pubDate>
        <dc:creator>Mike Karels &lt;karels@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f34560385c730c8b1db4f46a9c711a60511864bf - arm: Add extres pseudo devices to some kernel</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#f34560385c730c8b1db4f46a9c711a60511864bf</link>
        <description>arm: Add extres pseudo devices to some kernelAll the pseudo devices and framework are required by drivers.Reported by:	mjg

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Wed, 23 Feb 2022 07:44:16 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Tue, 03 Sep 2019 05:58:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d65d420462c1e08c43afc1a658be752a7b70466 - Fix bogusly declared WERRORs in kernel build</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#7d65d420462c1e08c43afc1a658be752a7b70466</link>
        <description>Fix bogusly declared WERRORs in kernel buildMany arm kernel configs bogusly specified WERROR=-Werror. There&apos;s noreason for this because the default is that and there&apos;s no reason tooverride. These date from a time when we needed to add additionalwarning-&gt;error suppression. They are obsolete and were cut and pastepropagated from file to file.Comment out all the WERROR=.... lines in powerpc. They aren&apos;t bogus,but were appropriate for the old defaults for gcc4.2.1. Now that we&apos;vemade the policy decision to suppress -Werror by default on theseplatforms, it is appropriate to comment these out. People wishing tofix these errors can still un-comment them out, or say WERROR=-Werroron the command line.Fix two instances (cut and paste propagation) of hard-coded -Werrorin x86 code. Replace with ${WERROR} instead. This is a no-op changeexcept for people who build WERROR=-Wno-error :).This should fix tinderbox / CI breakage.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Sun, 25 Aug 2019 19:39:31 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f49ce7a0b5f0d501d233308d73ccb1bf191a68b - MFHead @349476</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#7f49ce7a0b5f0d501d233308d73ccb1bf191a68b</link>
        <description>MFHead @349476Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Thu, 27 Jun 2019 23:50:54 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c363b16c639529cf82d353abaa17f19bad7f8aec - sys: Remove DEV_RANDOM device option</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#c363b16c639529cf82d353abaa17f19bad7f8aec</link>
        <description>sys: Remove DEV_RANDOM device optionRemove &apos;device random&apos; from kernel configurations that reference it (most).Replace perhaps mistaken &apos;nodevice random&apos; in two MIPS configs with &apos;optionsRANDOM_LOADABLE&apos; instead.  Document removal in UPDATING; update NOTES andrandom.4.Reviewed by:	delphij, markm (previous version)Approved by:	secteam(delphij)Differential Revision:	https://reviews.freebsd.org/D19918

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Fri, 21 Jun 2019 00:16:30 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d5db455951d382a9cb355cb4bc56cac5c277603 - Merge ^/head r340427 through r340868.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#3d5db455951d382a9cb355cb4bc56cac5c277603</link>
        <description>Merge ^/head r340427 through r340868.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Sat, 24 Nov 2018 14:46:06 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77613ca0cb2f08dddb687e9136d6851d084b35f2 - Comment MD_ROOT and remove &apos;device re&apos; which is not part of the system and</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#77613ca0cb2f08dddb687e9136d6851d084b35f2</link>
        <description>Comment MD_ROOT and remove &apos;device re&apos; which is not part of the system andcan be loaded as module.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Thu, 15 Nov 2018 16:29:27 +0000</pubDate>
        <dc:creator>Luiz Otavio O Souza &lt;loos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e82757c64d83955dedc0b1a3543d9990e2e205b - Add the driver for the SPI controller on ARMADA38X.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#2e82757c64d83955dedc0b1a3543d9990e2e205b</link>
        <description>Add the driver for the SPI controller on ARMADA38X.Tested on Clearfog (Pro) and SG-3100.Sponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Wed, 14 Nov 2018 14:26:32 +0000</pubDate>
        <dc:creator>Luiz Otavio O Souza &lt;loos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Fri, 24 Aug 2018 18:09:23 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89c1e54a71cc4e04d4c575ee6df956a12e163cde - ath(4): always enable 11n</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#89c1e54a71cc4e04d4c575ee6df956a12e163cde</link>
        <description>ath(4): always enable 11nEnabling 11n for ath(4) so far was handled by a kernel option, whichwas only enabled for certain kernel configurations.In order to allow loading ath(4) as a module with 11n support onall platforms, remove the kernel option and unconditionally enable11n in ath(4).Reported by:	pkubajDiscussed with:	adrian in D43549.Reviewed by:	adrian, impDifferential Revision: https://reviews.freebsd.org/D43964

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Sun, 18 Feb 2024 18:16:24 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37c8ee8847faa53432809cae2ecc11b80c4eab2f - ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#37c8ee8847faa53432809cae2ecc11b80c4eab2f</link>
        <description>ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againFollowing the removal of general MIPS support, there&apos;s no longer a needto have the AHB bus-frontend in place, which according to Linux sourcesalso isn&apos;t used with any non-MIPS SoCs. For simplicity, PCI bus supportis only made conditional on the main one again, i. e. device ath_pci isremoved, and built into the main module, i. e. if_ath_pci.ko obsoleted,respectively.Effectively, this reverts the following commits and associated changes:dba9c8597747c6c9bf3d2ec68f7eb90552878dc7e849bb3ecbb1963344a22ae77fc96f89fbebf40cApproved by:	adrianRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D41354

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Mon, 07 Aug 2023 16:39:24 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91646fe5750c3cb22783a1b41e4f370b66176659 - arm kernel config: clean up whitespace</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#91646fe5750c3cb22783a1b41e4f370b66176659</link>
        <description>arm kernel config: clean up whitespaceMost options in kernel config files use &quot;options&lt;space&gt;&lt;tab&gt;OPTION&quot;.This allows the option to be commented out without shifting columns.A few options had two tabs, and some had spaces.  Make them consistent.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Thu, 23 Feb 2023 17:38:26 +0000</pubDate>
        <dc:creator>Mike Karels &lt;karels@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f34560385c730c8b1db4f46a9c711a60511864bf - arm: Add extres pseudo devices to some kernel</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#f34560385c730c8b1db4f46a9c711a60511864bf</link>
        <description>arm: Add extres pseudo devices to some kernelAll the pseudo devices and framework are required by drivers.Reported by:	mjg

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Wed, 23 Feb 2022 07:44:16 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Tue, 03 Sep 2019 05:58:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d65d420462c1e08c43afc1a658be752a7b70466 - Fix bogusly declared WERRORs in kernel build</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/ARMADA38X#7d65d420462c1e08c43afc1a658be752a7b70466</link>
        <description>Fix bogusly declared WERRORs in kernel buildMany arm kernel configs bogusly specified WERROR=-Werror. There&apos;s noreason for this because the default is that and there&apos;s no reason tooverride. These date from a time when we needed to add additionalwarning-&gt;error suppression. They are obsolete and were cut and pastepropagated from file to file.Comment out all the WERROR=.... lines in powerpc. They aren&apos;t bogus,but were appropriate for the old defaults for gcc4.2.1. Now that we&apos;vemade the policy decision to suppress -Werror by default on theseplatforms, it is appropriate to comment these out. People wishing tofix these errors can still un-comment them out, or say WERROR=-Werroron the command line.Fix two instances (cut and paste propagation) of hard-coded -Werrorin x86 code. Replace with ${WERROR} instead. This is a no-op changeexcept for people who build WERROR=-Wno-error :).This should fix tinderbox / CI breakage.

            List of files:
            /src/sys/arm/conf/ARMADA38X</description>
        <pubDate>Sun, 25 Aug 2019 19:39:31 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
