<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40f65a4df509c6b29b9e72407c7afefe28838844 - IFC @ r254014</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#40f65a4df509c6b29b9e72407c7afefe28838844</link>
        <description>IFC @ r254014

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Wed, 07 Aug 2013 02:09:49 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>552311f4bb98c81b1b9e0e81d74e0262fc12110b - IFC @253398</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#552311f4bb98c81b1b9e0e81d74e0262fc12110b</link>
        <description>IFC @253398

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Wed, 17 Jul 2013 03:32:29 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69e6d7b75e96c406d072cb83ffc9b26fbf1a86fb - sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#69e6d7b75e96c406d072cb83ffc9b26fbf1a86fb</link>
        <description>sync from head

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Fri, 12 Apr 2013 22:48:55 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2ce15bd43b3a1dcce08eecbff8d5d359946d972 - - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#d2ce15bd43b3a1dcce08eecbff8d5d359946d972</link>
        <description>- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related  option left but actually consumed by ada(4), so move it to opt_ada.h  and get rid of opt_ata.h.- Fix stand-alone build of atacore(4) by adding opt_cam.h.- Use __FBSDID.- Use DEVMETHOD_END.- Use NULL instead of 0 for pointers.

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Sat, 06 Apr 2013 21:12:49 +0200</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ca4df3299628bad609cb74ee2f76671e07b4788 - This is the much rumoured ATA mkIII update that I&apos;ve been working on.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#8ca4df3299628bad609cb74ee2f76671e07b4788</link>
        <description>This is the much rumoured ATA mkIII update that I&apos;ve been working on.o       ATA is now fully newbus&apos;d and split into modules.        This means that on a modern system you just load &quot;atapci and ata&quot;        to get the base support, and then one or more of the device        subdrivers &quot;atadisk atapicd atapifd atapist ataraid&quot;.        All can be loaded/unloaded anytime, but for obvious reasons you        dont want to unload atadisk when you have mounted filesystems.o       The device identify part of the probe has been rewritten to fix        the problems with odd devices the old had, and to try to remove        so of the long delays some HW could provoke. Also probing is done	without the need for interrupts, making earlier probing possible.o       SATA devices can be hot inserted/removed and devices will be created/        removed in /dev accordingly.	NOTE: only supported on controllers that has this feature:	Promise and Silicon Image for now.	On other controllers the usual atacontrol detach/attach dance is	still needed.o	Support for &quot;atomic&quot; composite ATA requests used for RAID.o       ATA RAID support has been rewritten and and now supports these        metadata formats:                 &quot;Adaptec HostRAID&quot;                 &quot;Highpoint V2 RocketRAID&quot;                 &quot;Highpoint V3 RocketRAID&quot;                 &quot;Intel MatrixRAID&quot;                 &quot;Integrated Technology Express&quot;                 &quot;LSILogic V2 MegaRAID&quot;                 &quot;LSILogic V3 MegaRAID&quot;                 &quot;Promise FastTrak&quot;                 &quot;Silicon Image Medley&quot;		 &quot;FreeBSD PseudoRAID&quot;o       Update the ioctl API to match new RAID levels etc.o       Update atacontrol to know about the new RAID levels etc        NOTE: you need to recompile atacontrol with the new sys/ata.h,        make world will take care of that.	NOTE2: that rebuild is done differently from the old system as	the rebuild is now done piggybacked on read requests to the	array, so atacontrol simply starts a background &quot;dd&quot; to rebuild	the array.o       The reinit code has been worked over to be much more robust.o       The timeout code has been overhauled for races.o	Support of new chipsets.o       Lots of fixes for bugs found while doing the modulerization and        reviewing the old code.Missing or changed features from current ATA:o       atapi-cd no longer has support for ATAPI changers. Todays its        much cheaper and alot faster to copy those CD images to disk        and serve them from there. Besides they dont seem to be made        anymore, maybe for that exact reason.o       ATA RAID can only read metadata from all the above metadata formats,	not write all of them (Promise and Highpoint V2 so far). This means	that arrays can be picked up from the BIOS, but they cannot be	created from FreeBSD. There is more to it than just the missing	write metadata support, those formats are not unique to a given	controller like Promise and Highpoint formats, instead they exist	for several types, and even worse, some controllers can have	different formats and its impossible to tell which one.	The outcome is that we cannot reliably create the metadata of those	formats and be sure the controller BIOS will understand it.	However write support is needed to update/fail/rebuild the arrays	properly so it sits fairly high on the TODO list.o       So far atapicam is not supported with these changes. When/if this	will change is up to the maintainer of atapi-cam so go there for	questions.HW donated by:  Webveveriet ASHW donated by:  Frode NordahlHW donated by:  Yahoo!HW donated by:  SentexPatience by:	Vife and my boys (and even the cats)

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Wed, 30 Mar 2005 14:03:40 +0200</pubDate>
        <dc:creator>S&#248;ren Schmidt &lt;sos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ca4df3299628bad609cb74ee2f76671e07b4788 - This is the much rumoured ATA mkIII update that I&apos;ve been working on.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ata/ataisa/Makefile#8ca4df3299628bad609cb74ee2f76671e07b4788</link>
        <description>This is the much rumoured ATA mkIII update that I&apos;ve been working on.o       ATA is now fully newbus&apos;d and split into modules.        This means that on a modern system you just load &quot;atapci and ata&quot;        to get the base support, and then one or more of the device        subdrivers &quot;atadisk atapicd atapifd atapist ataraid&quot;.        All can be loaded/unloaded anytime, but for obvious reasons you        dont want to unload atadisk when you have mounted filesystems.o       The device identify part of the probe has been rewritten to fix        the problems with odd devices the old had, and to try to remove        so of the long delays some HW could provoke. Also probing is done	without the need for interrupts, making earlier probing possible.o       SATA devices can be hot inserted/removed and devices will be created/        removed in /dev accordingly.	NOTE: only supported on controllers that has this feature:	Promise and Silicon Image for now.	On other controllers the usual atacontrol detach/attach dance is	still needed.o	Support for &quot;atomic&quot; composite ATA requests used for RAID.o       ATA RAID support has been rewritten and and now supports these        metadata formats:                 &quot;Adaptec HostRAID&quot;                 &quot;Highpoint V2 RocketRAID&quot;                 &quot;Highpoint V3 RocketRAID&quot;                 &quot;Intel MatrixRAID&quot;                 &quot;Integrated Technology Express&quot;                 &quot;LSILogic V2 MegaRAID&quot;                 &quot;LSILogic V3 MegaRAID&quot;                 &quot;Promise FastTrak&quot;                 &quot;Silicon Image Medley&quot;		 &quot;FreeBSD PseudoRAID&quot;o       Update the ioctl API to match new RAID levels etc.o       Update atacontrol to know about the new RAID levels etc        NOTE: you need to recompile atacontrol with the new sys/ata.h,        make world will take care of that.	NOTE2: that rebuild is done differently from the old system as	the rebuild is now done piggybacked on read requests to the	array, so atacontrol simply starts a background &quot;dd&quot; to rebuild	the array.o       The reinit code has been worked over to be much more robust.o       The timeout code has been overhauled for races.o	Support of new chipsets.o       Lots of fixes for bugs found while doing the modulerization and        reviewing the old code.Missing or changed features from current ATA:o       atapi-cd no longer has support for ATAPI changers. Todays its        much cheaper and alot faster to copy those CD images to disk        and serve them from there. Besides they dont seem to be made        anymore, maybe for that exact reason.o       ATA RAID can only read metadata from all the above metadata formats,	not write all of them (Promise and Highpoint V2 so far). This means	that arrays can be picked up from the BIOS, but they cannot be	created from FreeBSD. There is more to it than just the missing	write metadata support, those formats are not unique to a given	controller like Promise and Highpoint formats, instead they exist	for several types, and even worse, some controllers can have	different formats and its impossible to tell which one.	The outcome is that we cannot reliably create the metadata of those	formats and be sure the controller BIOS will understand it.	However write support is needed to update/fail/rebuild the arrays	properly so it sits fairly high on the TODO list.o       So far atapicam is not supported with these changes. When/if this	will change is up to the maintainer of atapi-cam so go there for	questions.HW donated by:  Webveveriet ASHW donated by:  Frode NordahlHW donated by:  Yahoo!HW donated by:  SentexPatience by:	Vife and my boys (and even the cats)

            List of files:
            /freebsd/sys/modules/ata/ataisa/Makefile</description>
        <pubDate>Wed, 30 Mar 2005 14:03:40 +0200</pubDate>
        <dc:creator>S&#248;ren Schmidt &lt;sos@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
