<?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/aacraid/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/aacraid/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/aacraid/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/aacraid/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>f7ed37c5258b8cefe30deff139568a0c00324641 - Merge ^/head r358678 through r358711.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aacraid/Makefile#f7ed37c5258b8cefe30deff139568a0c00324641</link>
        <description>Merge ^/head r358678 through r358711.

            List of files:
            /freebsd/sys/modules/aacraid/Makefile</description>
        <pubDate>Fri, 06 Mar 2020 18:11:29 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8c51c6f74b61966ec57f498b3faf3ae93871918 - [aacraid] Port driver to big-endian</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aacraid/Makefile#d8c51c6f74b61966ec57f498b3faf3ae93871918</link>
        <description>[aacraid] Port driver to big-endianPort aacraid driver to big-endian (BE) hosts.The immediate goal of this change is to make it possible to use theaacraid driver on PowerPC64 machines that have Adaptec Series 8 SAScontrollers.Adapters supported by this driver expect FIB contents in little-endian(LE) byte order. All FIBs have a fixed header part as well as a datapart that depends on the command being issued to the controller.In this way, on BE hosts, the FIB header and all FIB data structuresused in aacraid.c and aacraid_cam.c need to be converted to LE beforebeing sent to the adapter and converted to BE when coming from it.The functions to convert each struct are on aacraid_endian.c.For little-endian (LE) targets, they are macros that expandto nothing.In some cases, when only a few fields of a large structure are used,the fields are converted inline, by the code using them.PR:		237463Reviewed by:	jhibbitsSponsored by:	Eldorado Research Institute (eldorado.org.br)Differential Revision:	https://reviews.freebsd.org/D23887

            List of files:
            /freebsd/sys/modules/aacraid/Makefile</description>
        <pubDate>Thu, 05 Mar 2020 21:04:41 +0100</pubDate>
        <dc:creator>Leandro Lupori &lt;luporl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd - Move most of the contents of opt_compat.h to opt_global.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aacraid/Makefile#6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd</link>
        <description>Move most of the contents of opt_compat.h to opt_global.h.opt_compat.h is mentioned in nearly 180 files. In-progress networkdriver compabibility improvements may add over 100 more so this iscloser to &quot;just about everywhere&quot; than &quot;only some files&quot; per theguidance in sys/conf/options.Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset ofsys/compat/linux/*.c.  A fake _COMPAT_LINUX option ensure opt_compat.his created on all architectures.Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control theset of compiled files.Reviewed by:	kib, cem, jhb, jtlSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D14941

            List of files:
            /freebsd/sys/modules/aacraid/Makefile</description>
        <pubDate>Fri, 06 Apr 2018 19:35:35 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f287c3e4d332919117611581381d81fe1539909f - Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aacraid/Makefile#f287c3e4d332919117611581381d81fe1539909f</link>
        <description>Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.This includes FSACTL_LNX_GET_NEXT_ADAPTER_FIB.Reviewed by:	cemObtained from:	CheriBSDMFC after:	1 weekSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D14672

            List of files:
            /freebsd/sys/modules/aacraid/Makefile</description>
        <pubDate>Wed, 14 Mar 2018 22:11:41 +0100</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@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/aacraid/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/aacraid/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>d1d015864103b253b3fcb2f72a0da5b0cfeb31b6 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aacraid/Makefile#d1d015864103b253b3fcb2f72a0da5b0cfeb31b6</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/aacraid/Makefile</description>
        <pubDate>Thu, 05 Sep 2013 22:18:59 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40f65a4df509c6b29b9e72407c7afefe28838844 - IFC @ r254014</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aacraid/Makefile#40f65a4df509c6b29b9e72407c7afefe28838844</link>
        <description>IFC @ r254014

            List of files:
            /freebsd/sys/modules/aacraid/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/aacraid/Makefile#552311f4bb98c81b1b9e0e81d74e0262fc12110b</link>
        <description>IFC @253398

            List of files:
            /freebsd/sys/modules/aacraid/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/aacraid/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/sys/modules/aacraid/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>dce93cd06d04c24cc142989c1adcb1929b0a2f26 - Driver &apos;aacraid&apos; added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the &apos;aac&apos; driver.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aacraid/Makefile#dce93cd06d04c24cc142989c1adcb1929b0a2f26</link>
        <description>Driver &apos;aacraid&apos; added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the &apos;aac&apos; driver.Approved by:	scottl (mentor)

            List of files:
            /freebsd/sys/modules/aacraid/Makefile</description>
        <pubDate>Fri, 24 May 2013 11:22:43 +0200</pubDate>
        <dc:creator>Achim Leubner &lt;achim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
