<?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 makeconf</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/atari/conf/makeconf</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>- Merge ATARITT.in and FALCON.in into GENERIC.in so we can generate<br/>  a sane kernel config which defines both of them<br/>- Cleanup all the #if defined(FOO) entries to be consistent and have<br/>  a matching /* FOO */ on the #endif line<br/>- No change to generated ATARITT/FALCON/HADES/MILAN-ISAIDE/MILAN-PCIIDE<br/>- Rename BOOT to SMALL030 and trim a little more to save space.<br/>- Drop BOOTX</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.7</description>
    <pubDate>Sat Jan 24 00:19:47 UTC 2009</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>branches:  1.6.122;  1.6.130;  1.6.132;<br/>remove trailing whitespace (including in generated files)</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.6</description>
    <pubDate>Tue Nov 20 11:26:10 UTC 2001</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.5.2;  1.5.8;<br/>Oops, we don't want 'MILAN' anymore....</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.5</description>
    <pubDate>Thu Jun 07 08:00:24 UTC 2001</pubDate>
    <dc:creator>leo</dc:creator>
</item>

<item>
    <title>Everything you always wanted to know about Atari,Milan,IDE and byteswaps...<br/>The Milan configuration is split up in 2 parts:<br/>   - MILAN_ISAIDE<br/>   	Supports the traditionally formatted IDE disks on the Milan<br/>   - MILAN_PCIIDE<br/>   	Supports the byte swapped formatted IDE disks on the Milan<br/><br/>If you want to read more, checkout the comment in MILAN.in...</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.4</description>
    <pubDate>Thu Jun 07 07:56:58 UTC 2001</pubDate>
    <dc:creator>leo</dc:creator>
</item>

<item>
    <title>branches:  1.3.2;<br/>Add a config file for the Milan. Note that you cannot build a working Milan<br/>kernel yet. There are still quite some bits missing in the repository.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.3</description>
    <pubDate>Tue Apr 10 05:56:25 UTC 2001</pubDate>
    <dc:creator>leo</dc:creator>
</item>

<item>
    <title>Move GENERIC to GENERIC.in . This avoids confusion since GENERIC is not a<br/>standalone config file anymore.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.2</description>
    <pubDate>Tue Apr 10 05:52:15 UTC 2001</pubDate>
    <dc:creator>leo</dc:creator>
</item>

<item>
    <title>branches:  1.1.2;<br/>Forgot this in previous commit.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.1</description>
    <pubDate>Thu Apr 05 00:22:10 UTC 2001</pubDate>
    <dc:creator>leo</dc:creator>
</item>

<item>
    <title>Catch up to -current.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.1.2.2</description>
    <pubDate>Thu Jun 21 19:20:18 UTC 2001</pubDate>
    <dc:creator>nathanw</dc:creator>
</item>

<item>
    <title>Catch up with -current.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.1.2.1</description>
    <pubDate>Mon Apr 09 01:51:56 UTC 2001</pubDate>
    <dc:creator>nathanw</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.3.2.2</description>
    <pubDate>Sat Apr 21 17:53:23 UTC 2001</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>file makeconf was added on branch thorpej_scsipi on 2001-04-21 17:53:23 +0000</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.3.2.1</description>
    <pubDate>Tue Apr 10 05:56:25 UTC 2001</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Catch up to -current.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.5.8.2</description>
    <pubDate>Tue Jan 08 00:23:36 UTC 2002</pubDate>
    <dc:creator>nathanw</dc:creator>
</item>

<item>
    <title>file makeconf was added on branch nathanw_sa on 2002-01-08 00:23:36 +0000</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.5.8.1</description>
    <pubDate>Thu Jun 07 08:00:24 UTC 2001</pubDate>
    <dc:creator>nathanw</dc:creator>
</item>

<item>
    <title>Sync kqueue branch with -current.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.5.2.1</description>
    <pubDate>Thu Jan 10 19:39:57 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by abs in ticket #320):<br/>	sys/arch/atari/conf/ATARITT.in: file removal<br/>	sys/arch/atari/conf/FALCON.in: file removal<br/>	sys/arch/atari/conf/GENERIC.in: revision 1.78 via patch<br/>	sys/arch/atari/conf/HADES.in: revision 1.9<br/>	sys/arch/atari/conf/makeconf: revision 1.7<br/>	sys/arch/atari/conf/MILAN.in: revision 1.22<br/>- Merge ATARITT.in and FALCON.in into GENERIC.in so we can generate<br/>   a sane kernel config which defines both of them<br/>- Cleanup all the #if defined(FOO) entries to be consistent and have<br/>   a matching /* FOO */ on the #endif line<br/>- No change to generated ATARITT/FALCON/HADES/MILAN-ISAIDE/MILAN-PCIIDE<br/>- Rename BOOT to SMALL030 and trim a little more to save space.<br/>- Drop BOOTX</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.6.132.1</description>
    <pubDate>Mon Jan 26 03:07:52 UTC 2009</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.6.130.1</description>
    <pubDate>Tue Mar 03 18:28:52 UTC 2009</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>sync with head.</title>
    <description>/src/sys/arch/atari/conf/makeconf - 1.6.122.1</description>
    <pubDate>Mon May 04 08:10:46 UTC 2009</pubDate>
    <dc:creator>yamt</dc:creator>
</item>
</channel></rss>

