<?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 FALCON</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/atari/conf/FALCON</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Driver for DaynaPORT SCSI/Link (dse.4).<br/><br/>Written by Hiroshi Noguchi, of which an updated version was posted to<br/>port-mac68k in 2001.<br/><br/>Attachments were added to kernel configs for platforms that already had<br/>the Cabletron (se.4) driver added, although other platorms may benefit.<br/><br/>Reviewed on tech-net by Izumi Tsutsui.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.123</description>
    <pubDate>Thu Dec 22 11:05:55 UTC 2022</pubDate>
    <dc:creator>nat</dc:creator>
</item>

<item>
    <title>Regen.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.122</description>
    <pubDate>Sun Aug 07 02:55:46 UTC 2022</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>Regen from GENERIC.in rev 1.123.<br/><br/>&gt; Allocalte enough reserved ST-RAM to make the old Xserver work by default.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.121</description>
    <pubDate>Sat Jun 25 13:20:30 UTC 2022</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Regen from GENERIC.in rev 1.122.<br/><br/>&gt; Specify -fno-unwind-tables to shrink binaries.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.120</description>
    <pubDate>Sun Jun 12 06:57:07 UTC 2022</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Regen for previous commit to GENERIC.in.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.119</description>
    <pubDate>Tue Jan 26 10:51:27 UTC 2021</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>branches:  1.118.2;<br/>regen</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.118</description>
    <pubDate>Mon Aug 10 06:34:25 UTC 2020</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>branches:  1.117.4;<br/>Regen.<br/>&gt; Add drvctl to kernel which has audio device.<br/>&gt; audiocfg(1) requires drvctl(4).</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.117</description>
    <pubDate>Sat Apr 13 08:26:14 UTC 2019</pubDate>
    <dc:creator>isaki</dc:creator>
</item>

<item>
    <title>branches:  1.116.2;<br/>Regen to denote GENERIC.in rev 1.115 in "Created from:" lines.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.116</description>
    <pubDate>Sat Mar 31 04:17:27 UTC 2018</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.115.2;<br/>Regenerate config files to update RCSIds in "Created from:" lines.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.115</description>
    <pubDate>Sat Jan 20 16:30:57 UTC 2018</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>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/atari/conf/FALCON - 1.114</description>
    <pubDate>Thu Sep 14 07:58:39 UTC 2017</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Regen config files from GENERIC.in rev 1.109 by makeconf:<br/><br/>&gt; Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports.<br/>&gt;<br/>&gt; This allows all (at least ATARITT and FALCON, which have certain users)<br/>&gt; gzipped kernel binaries put into 1440KB 2HD floppy so that users can<br/>&gt; load these kernels on the native TOS using LOADBSD.TTP utility for<br/>&gt; installation.  Note SMALL030 kernel doesn't include any Ethernet<br/>&gt; configuration and requires CD-ROM or other removable disks.<br/>&gt;<br/>&gt; Should be pulled up to netbsd-7.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.113</description>
    <pubDate>Mon Nov 24 08:29:26 UTC 2014</pubDate>
    <dc:creator>tsutsui</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/atari/conf/FALCON - 1.112</description>
    <pubDate>Sat Aug 23 20:26:56 UTC 2014</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>Add "options COMPAT_70" to all kernel configuration files that<br/>already had "options COMPAT_60".</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.111</description>
    <pubDate>Sat Aug 16 17:56:31 UTC 2014</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>branches:  1.110.2;<br/>Regen from GENERIC.in rev 1.106:<br/><br/>&gt; Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL.<br/>&gt;<br/>&gt; Also remove COPTS="-Os" from std.* files and specify it in<br/>&gt; GENERIC.in template for SMALL030_KERNEL.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.110</description>
    <pubDate>Sat Jul 05 09:31:21 UTC 2014</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.109.4;<br/>G/C PFIL_HOOKS from the kernel configs.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.109</description>
    <pubDate>Sun Jun 30 21:38:55 UTC 2013</pubDate>
    <dc:creator>rmind</dc:creator>
</item>

<item>
    <title>branches:  1.108.4;<br/>remove confusing numeric locators where they are unused.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.108</description>
    <pubDate>Sat Apr 27 18:19:27 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add "options COMPAT_60" to all kernel configuration files<br/>that already had "options COMPAT_50".</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.107</description>
    <pubDate>Wed Oct 17 14:48:09 UTC 2012</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>branches:  1.106.2;<br/>P1003_1B_SEMAPHORE is no longer optional.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.106</description>
    <pubDate>Sat Mar 10 21:51:49 UTC 2012</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>WABPL is no longer considered experimental (has not been for some time)<br/>so update its comment in config files.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.105</description>
    <pubDate>Sun Dec 18 05:49:24 UTC 2011</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>branches:  1.104.2;<br/><br/>The rnd pseudo-device is not really optional, because it is in the same<br/>source file as the entropy-pool code itself.  Move it to std.  This<br/>will be cleaned up more when I split the sources up as they should be.<br/><br/>This fixes build breaks on several ports.  Thanks to Havard Eidnes for<br/>pointing them out.</title>
    <description>/src/sys/arch/atari/conf/FALCON - 1.104</description>
    <pubDate>Tue Nov 22 21:25:00 UTC 2011</pubDate>
    <dc:creator>tls</dc:creator>
</item>
</channel></rss>

