<?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>2a6179996e5a503bd61c641cef1e49ba5fb1576f - Remove the old USB stack and related userland, etc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#2a6179996e5a503bd61c641cef1e49ba5fb1576f</link>
        <description>Remove the old USB stack and related userland, etc.As detailed in UPDATING, users with a custom configuration file whichwas derived from a *GENERIC file before we made usb4bsd default (thishappened in 3.6) might need to remove or comment out a couple ofdevices which are now unknown.

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Mon, 10 Nov 2014 10:49:03 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>f0478b8b4541546dc0fc6a0248e1a039b037f1ae - Make usb4bsd the default USB stack.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#f0478b8b4541546dc0fc6a0248e1a039b037f1ae</link>
        <description>Make usb4bsd the default USB stack.To get back to the old stack, put &quot;WANT_OLDUSB=yes&quot; in /etc/make.conf andreplace &quot;device usb&quot; with &quot;device oldusb&quot; in the kernel configuration.Requested-by: dillon, profmakx, marino etc.

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Mon, 10 Mar 2014 01:49:31 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>c2d9fe68ab520e6cc5e22f37c32fe4998877bec9 - kernel: Build and install nata(4) modules too.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#c2d9fe68ab520e6cc5e22f37c32fe4998877bec9</link>
        <description>kernel: Build and install nata(4) modules too.Reported-by:   tuxilloDragonfly-bug: &lt;http://bugs.dragonflybsd.org/issues/2642&gt;

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Sat, 22 Feb 2014 21:09:52 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>56fe6b68029ecfe026662660f3193f380d822be3 - Merge branches &apos;hammer2&apos; and &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#56fe6b68029ecfe026662660f3193f380d822be3</link>
        <description>Merge branches &apos;hammer2&apos; and &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Thu, 11 Oct 2012 15:36:18 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>0ecbc2a33a094fee6063899ef3739c264aad42ed - usb4bsd: Separate building of the old USB modules.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#0ecbc2a33a094fee6063899ef3739c264aad42ed</link>
        <description>usb4bsd: Separate building of the old USB modules.Don&apos;t build the old USB driver modules when WANT_USB4BSD is set.Also, do some cleanup in some of the Makefiles, while I&apos;m here.

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Tue, 02 Oct 2012 04:21:24 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>e4392b8f97a7a29b5915b9711b33c4a91bc2bd7b - Fix some of the C++/Java-style comments in ata-usb.c. Adjust the default</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#e4392b8f97a7a29b5915b9711b33c4a91bc2bd7b</link>
        <description>Fix some of the C++/Java-style comments in ata-usb.c. Adjust the defaultpipe abort to our interface.These changes allow natausb to compile.

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Wed, 06 Dec 2006 20:20:51 +0000</pubDate>
        <dc:creator>Thomas E. Spanjaard &lt;tgen@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d6aaf6128b2ef97cd41a0f89ef2e7395c9fd2d6d - Our cam_sim_free() does not have a flag to signify it should free the devq.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#d6aaf6128b2ef97cd41a0f89ef2e7395c9fd2d6d</link>
        <description>Our cam_sim_free() does not have a flag to signify it should free the devq.We can probably get away with it like this.Also, make sure opt_scsi.h is generated for individual kmod builds. The CAMheader files need it.

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Tue, 05 Dec 2006 19:40:43 +0000</pubDate>
        <dc:creator>Thomas E. Spanjaard &lt;tgen@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>31b8451018c702d9726c6a6909939893fe50ab0c - Add more kmods to the Makefile after testing.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#31b8451018c702d9726c6a6909939893fe50ab0c</link>
        <description>Add more kmods to the Makefile after testing.

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Tue, 05 Dec 2006 19:30:14 +0000</pubDate>
        <dc:creator>Thomas E. Spanjaard &lt;tgen@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c1b3d7c56e683920bbc57e805c9e7dd02203f125 - Initial import of the port of the new(er) FreeBSD ATA code.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/sys/dev/disk/nata/Makefile#c1b3d7c56e683920bbc57e805c9e7dd02203f125</link>
        <description>Initial import of the port of the new(er) FreeBSD ATA code.Note this code has not yet been hooked into the build as such, unless you (unwisely) specify the devices in your kernel config according to sys/conf/files. The modules are also excluded from the module build due to not having a SUBDIR entry in sys/dev/disk/Makefile. The PCI code isn&apos;t yet operation pending a patch for sys/bus/pci/pci.c I will send to kernel@ shortly. It short-circuits lazy resource allocation for PCI ATA controllers in legacy mode (i.e. on legacy ISA ATA addresses, which are not configured in the PCI BARs).The userland utility used to control nata (&apos;natacontrol&apos;) and documentation will follow later. Also, be aware only nata, natapci, natadisk and natapicd have seen testing on real hardware so far. nataraid, natausb and natacam are probably not compilable yet, I need to clean those up.

            List of files:
            /dflybsd-src/sys/dev/disk/nata/Makefile</description>
        <pubDate>Mon, 04 Dec 2006 14:40:37 +0000</pubDate>
        <dc:creator>Thomas E. Spanjaard &lt;tgen@dragonflybsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
