<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/aacraid/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/aacraid/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8c51c6f - [aacraid] Port driver to big-endian</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/aacraid/Makefile#d8c51c6f</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-14.2/sys/modules/aacraid/Makefile</description>
        <pubDate>Thu, 05 Mar 2020 20:04:41 +0000</pubDate>
        <dc:creator>Leandro Lupori &lt;luporl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6469bdcd - Move most of the contents of opt_compat.h to opt_global.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/aacraid/Makefile#6469bdcd</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-14.2/sys/modules/aacraid/Makefile</description>
        <pubDate>Fri, 06 Apr 2018 17:35:35 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f287c3e4 - Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/aacraid/Makefile#f287c3e4</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-14.2/sys/modules/aacraid/Makefile</description>
        <pubDate>Wed, 14 Mar 2018 21:11:41 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/aacraid/Makefile#193d9e76</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-14.2/sys/modules/aacraid/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dce93cd0 - 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://172.16.0.5:8080/history/freebsd-14.2/sys/modules/aacraid/Makefile#dce93cd0</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-14.2/sys/modules/aacraid/Makefile</description>
        <pubDate>Fri, 24 May 2013 09:22:43 +0000</pubDate>
        <dc:creator>Achim Leubner &lt;achim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
