<?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 BCM5301X</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/evbarm/conf/BCM5301X</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.40.4;<br/>Retire BCM53XX_CONSOLE_EARLY in favour of EARLYCONS</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.40</description>
    <pubDate>Fri Feb 16 16:28:50 UTC 2024</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>branches:  1.39.4;<br/>UFS/LFS dirhash:<br/>- Enable UFS_DIRHASH if the architecture or kernel model specific config<br/>  file can use 128MB of RAM or more.<br/>- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel<br/>  and by a number of NetBSD developers for years.<br/>- Add LFS_DIRHASH if LFS was enabled.<br/>- Be somewhat consistent with FS options order.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.39</description>
    <pubDate>Sun Aug 07 02:52:25 UTC 2022</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>Collapse all CPU_CORTEXA&lt;n&gt; options into CPU_CORTEX and do runtime<br/>detection instead of ifdefs where required.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.38</description>
    <pubDate>Tue Sep 29 19:58:50 UTC 2020</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>vether: Add to kernel configurations<br/><br/>It's only enabled if the kernel enabled bridge AND tap.<br/>Otherwise it's commented out.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.37</description>
    <pubDate>Sun Sep 27 13:48:50 UTC 2020</pubDate>
    <dc:creator>roy</dc:creator>
</item>

<item>
    <title>Comment out "options PMAPCOUNTERS".  It adds much overhead and is mostly of<br/>interest to people hacking on the VM system or pmap.  Proposed on port-arm@.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.36</description>
    <pubDate>Sat Jun 13 16:51:25 UTC 2020</pubDate>
    <dc:creator>ad</dc:creator>
</item>

<item>
    <title>PMAP_DEBUG has been deleted on arm</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.35</description>
    <pubDate>Sat Apr 18 11:00:38 UTC 2020</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>branches:  1.34.6;<br/>Update for recent a9wdt changes</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.34</description>
    <pubDate>Mon Aug 12 07:59:17 UTC 2019</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>branches:  1.33.4;<br/>remove the 'wd* at umass?' for the non-standardized and rare (extinct?)<br/>In-System Design ATA protocol over Bulk-Only devices from most kernels,<br/>leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,<br/>lack of test hardware makes it impossible to support</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.33</description>
    <pubDate>Tue Oct 23 19:58:52 UTC 2018</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>

<item>
    <title>Remove "options IPKDB", and the other associated options, from the config<br/>files.<br/><br/>ipkdb is being retired. Its code is really old, and hasn't kept pace with<br/>today's expectations: IPv6, SMP, modern NICs. The associated code for x86<br/>was already removed because it was too incorrect to stay.<br/><br/>There are plans to rewrite a similar feature from scratch.<br/><br/>ok kamil christos</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.32</description>
    <pubDate>Sat Jul 14 15:09:41 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>Remove the kernel PMC code. Sent yesterday on tech-kern@.<br/><br/>This change:<br/><br/> * Removes "options PERFCTRS", the associated includes, and the associated<br/>   ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is<br/>   good.<br/><br/> * Removes the PMC code of ARM XSCALE.<br/><br/> * Removes all the pmc.h files. They were all empty, except for ARM XSCALE.<br/><br/> * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The<br/>   definitions are put in sysarch.h.<br/><br/> * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control<br/>   and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,<br/>   netbsd32 and rump.<br/><br/> * Removes the pmc_evid_t and pmc_ctr_t types.<br/><br/> * Removes all the associated man pages. The sets are marked as obsolete.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.31</description>
    <pubDate>Thu Jul 12 10:46:43 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.30.2;<br/>Rename ARM A9 Global Timer driver name to support fdt.<br/><br/>- Rename a9tmr to arma9tmr.<br/>- Add a9tmr_fdt.c based gtmr_fdt.c.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.30</description>
    <pubDate>Tue Jun 05 08:03:28 UTC 2018</pubDate>
    <dc:creator>hkenken</dc:creator>
</item>

<item>
    <title>branches:  1.29.2;<br/>clean up COMPAT_* options for native netbsd code:<br/>- new series of files that are useful for saying "i want everything<br/>  since netbsd 1.4", etc.<br/>- use the fact COMPAT_* options have future dependancies to remove<br/>  many redundant options.<br/><br/>removes about 3000 lines total across kernel configuration files.<br/>tested about 30 random kernels in the changed list.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.29</description>
    <pubDate>Thu Sep 14 07:58:40 UTC 2017</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Remove TCP_COMPAT_42 from the config files. Pass 3.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.28</description>
    <pubDate>Sat Jul 29 18:08:57 UTC 2017</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>Add a heading to describe the class of device axe(4) is.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.27</description>
    <pubDate>Mon Jun 26 03:15:16 UTC 2017</pubDate>
    <dc:creator>sevan</dc:creator>
</item>

<item>
    <title>branches:  1.26.6;<br/>PR kern/51208<br/>Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for<br/>ALL on amd64 and i386.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.26</description>
    <pubDate>Sun Feb 19 07:47:00 UTC 2017</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>branches:  1.25.2;  1.25.4;<br/>Remove KMEMSTATS.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.25</description>
    <pubDate>Fri Aug 07 13:53:28 UTC 2015</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.24.2;<br/>Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add<br/>it to all kernel configs that contain "options MODULAR".  This<br/>option turns on module autoloading by default (which is the current<br/>default).  This allows people who don't want module autoloading on<br/>by default to disable it by simply removing/commentting this line.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.24</description>
    <pubDate>Sun Aug 24 07:59:22 UTC 2014</pubDate>
    <dc:creator>jnemeth</dc:creator>
</item>

<item>
    <title>Systematize (and in many cases, fix) the comments on options COMPAT_NN.<br/><br/>There are quite a few configs that are missing some COMPAT_NN options<br/>in ways that don't make sense; this should probably get cleaned up<br/>too, but for the time being I've not added or removed anything.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.23</description>
    <pubDate>Sat Aug 23 20:26:57 UTC 2014</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>- Enable Wedge support for MBR/BSDLABEL where it was commented out.<br/>- Add apple partition support where it was missing<br/>- Add comments where missing</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.22</description>
    <pubDate>Mon Aug 18 06:31:24 UTC 2014</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Reorganize symbol table embedding.  The existing option SYMTAB_SPACE is<br/>replaced by the make option COPY_SYMTAB set to any value. The copy of<br/>the symbol table is no longer put into a buffer in kern_ksyms.o, but a<br/>small helper object. This object is build first with a dummy size, then<br/>the kernel is linked to compute the real dimension of the symbol table<br/>buffer. After that, the helper object is rebuild and the kernel linked<br/>again.</title>
    <description>/src/sys/arch/evbarm/conf/BCM5301X - 1.21</description>
    <pubDate>Sun Aug 17 21:17:43 UTC 2014</pubDate>
    <dc:creator>joerg</dc:creator>
</item>
</channel></rss>

