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

            List of files:
            /freebsd-14.2/sys/modules/mrsas/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>4e2a0135 - mrsas module: Use MACHINE_ARCH exlcusively</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mrsas/Makefile#4e2a0135</link>
        <description>mrsas module: Use MACHINE_ARCH exlcusivelyTARGET_ARCH is always wrong when not used at the toplevel Makefile*, orin something that has to be included from there. Switch to usingMACHINE_ARCH exclusively here since there&apos;s no benefit from assigningTARGET_ARCH the value of MACHINE_ARCH and then using TARGET_ARCH (andmake TARGET_ARCH=xxx won&apos;t work).Sponsored by:		Netflix

            List of files:
            /freebsd-14.2/sys/modules/mrsas/Makefile</description>
        <pubDate>Sat, 13 Aug 2022 17:53:22 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9524c12 - Don&apos;t define _STANDALONE when building kernel modules.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mrsas/Makefile#d9524c12</link>
        <description>Don&apos;t define _STANDALONE when building kernel modules._STANDALONE is only for the bootloader, not kernel modules. Remove itfrom the build. This was harmless before, but sys/malloc.h now doesdifferent things for the standalone environment, triggering the issue.

            List of files:
            /freebsd-14.2/sys/modules/mrsas/Makefile</description>
        <pubDate>Thu, 24 Sep 2020 07:10:34 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/mrsas/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/mrsas/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>16b02a8f - clean removes @ and machine now, so no need to do it again.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mrsas/Makefile#16b02a8f</link>
        <description>clean removes @ and machine now, so no need to do it again.

            List of files:
            /freebsd-14.2/sys/modules/mrsas/Makefile</description>
        <pubDate>Thu, 06 Nov 2014 16:48:35 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90012054 - Fix the minor svn add issue. $FreeBSD$ expands at the time of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mrsas/Makefile#90012054</link>
        <description>Fix the minor svn add issue. $FreeBSD$ expands at the time ofsnv add, so I have added $FreeBSD$ as comment.This commit is contininous of last mrsas commit, so that compilationdoes not break.Obtained from:	AVAGO TechnologiesMFC after: 2 weeks

            List of files:
            /freebsd-14.2/sys/modules/mrsas/Makefile</description>
        <pubDate>Wed, 08 Oct 2014 09:30:35 +0000</pubDate>
        <dc:creator>Kashyap D Desai &lt;kadesai@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>536094dc - This is a feature provided to run 32-bit linux binaries on FreeBSD 64bit</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mrsas/Makefile#536094dc</link>
        <description>This is a feature provided to run 32-bit linux binaries on FreeBSD 64bitmachine, for which 32bit compatibilty code has been added.As in linux there is only one device entry that is used to fire IOCTL commands,a new device entry megaraid_sas_ioctl_node is added for solely thispurpose.From one dev node i.e mrgaraid_sa_ioctl_node we have to find out thecontroller instance in case of multicontroller, for which one management infostructure has been added.Reviewed by:	ambriskoMFC after:		2 weeksSponsored by:	AVAGO Technologies

            List of files:
            /freebsd-14.2/sys/modules/mrsas/Makefile</description>
        <pubDate>Wed, 08 Oct 2014 09:19:35 +0000</pubDate>
        <dc:creator>Kashyap D Desai &lt;kadesai@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>665484d8 - Add mrsas(4) driver from LSI official support of newer MegaRAID SAS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mrsas/Makefile#665484d8</link>
        <description>Add mrsas(4) driver from LSI official support of newer MegaRAID SAScards.  LSI has been maintaining this driver outside of the FreeBSDtree.  It overlaps support of ThunderBolt and Invader cards that mfi(4)supports.  By default mfi(4) will attach to cards.  If the tunable:	hw.mfi.mrsas_enable=1is set then mfi(4) will not probe and attach to these newer cards andallow mrsas(4) to attach.  So by default this driver will not effecta FreeBSD system unless mfi(4) is removed from the kernel or thetunable is enabled.mrsas(4) attaches disks to the CAM layer so it depends on CAM and devicesshow up as /dev/daX.  mfiutil(8) does not work with mrsas.  The FreeBSDversion of MegaCli and StorCli from LSI do work with mrsas.  It appearsthat StorCli only works with mrsas.  MegaCli appears to work with mfi(4)and mrsas(4).It would be good to add mfiutil(4) support to mrsas, emulations modes,kernel logging, device aliases to ease the transition between mfi(4)and mrsas(4).Style issues should be resolved by LSI when they get committers approved.The plan is get this driver in FreeBSD 9.3 to improve HW support.Thanks to LSI for developing, testing and working with FreeBSD tomake this driver co-exist in FreeBSD.  This improves the overallsupport of MegaRAID SAS.Submitted by:	Kashyap Desai &lt;Kashyap.Desai@lsi.com&gt;Reviewed by:	scottlMFC after:	3 daysSponsored by:	LSI

            List of files:
            /freebsd-14.2/sys/modules/mrsas/Makefile</description>
        <pubDate>Wed, 07 May 2014 16:16:49 +0000</pubDate>
        <dc:creator>Doug Ambrisko &lt;ambrisko@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
