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

            List of files:
            /freebsd-14.2/sys/modules/mps/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>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/mps/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/mps/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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mps/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/mps/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>4906cdc8 - Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mps/Makefile#4906cdc8</link>
        <description>Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportCWARNFALGS.$file centrally so we don&apos;t have to have it in all theplaces. Remove a few warning flags that are no longer needed.Also, always use -Wno-unknown-pragma to (hopefully temporarily) workaround #pragma ident in debug.h in the opensolaris code. Remove somestale warning suppression that&apos;s no longer necessary.

            List of files:
            /freebsd-14.2/sys/modules/mps/Makefile</description>
        <pubDate>Sat, 03 Jan 2015 03:35:18 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b5683fc - Work around the following clang warning in mps(4):</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mps/Makefile#3b5683fc</link>
        <description>Work around the following clang warning in mps(4):  sys/dev/mps/mps_sas.c:861:1: error: function &apos;mpssas_discovery_timeout&apos; is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]  mpssas_discovery_timeout(void *data)  ^Because the driver is obtained from upstream, we don&apos;t want to modifyit; just silence the warning instead, it is harmless.MFC after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/mps/Makefile</description>
        <pubDate>Fri, 23 Mar 2012 11:35:01 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb197d4e - Remove gratuitous DEBUG_FLAGS=&quot;-g&quot; setting (this is already the default</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mps/Makefile#bb197d4e</link>
        <description>Remove gratuitous DEBUG_FLAGS=&quot;-g&quot; setting (this is already the defaultoption with GENERIC kernels).Reviewed by:	ken

            List of files:
            /freebsd-14.2/sys/modules/mps/Makefile</description>
        <pubDate>Fri, 16 Mar 2012 21:46:02 +0000</pubDate>
        <dc:creator>Robert Millan &lt;rmh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d043c564 - Bring in the LSI-supported version of the mps(4) driver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mps/Makefile#d043c564</link>
        <description>Bring in the LSI-supported version of the mps(4) driver.This involves significant changes to the mps(4) driver, but is not acomplete rewrite.Some of the changes in this version of the driver: - Integrated RAID (IR) support. - Support for WarpDrive controllers. - Support for SCSI protection information (EEDP). - Support for TLR (Transport Level Retries), needed for tape drives. - Improved error recovery code. - ioctl interface compatible with LSI utilities.mps.4:		Update the mps(4) driver man page somewhat for the driver		changes.  The list of supported hardware still needs to be		updated to reflect the full list of supported cards.conf/files:	Add the new driver files.mps/mpi/*:	Updated version of the MPI header files, with a BSD style		copyright.mps/*:		See above for a description of the new driver features.modules/mps/Makefile:		Add the new mps(4) driver files.Submitted by:	Kashyap Desai &lt;Kashyap.Desai@lsi.com&gt;Reviewed by:	kenMFC after:	1 week

            List of files:
            /freebsd-14.2/sys/modules/mps/Makefile</description>
        <pubDate>Thu, 26 Jan 2012 18:17:21 +0000</pubDate>
        <dc:creator>Kenneth D. Merry &lt;ken@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34c9624e - Re-add opt_mps.h and opt_cam.h, lost in the previous rev.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mps/Makefile#34c9624e</link>
        <description>Re-add opt_mps.h and opt_cam.h, lost in the previous rev.

            List of files:
            /freebsd-14.2/sys/modules/mps/Makefile</description>
        <pubDate>Sun, 17 Oct 2010 20:01:56 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09631173 - Currently only opt_compat.h is included by the mps(4) driver. Also</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mps/Makefile#09631173</link>
        <description>Currently only opt_compat.h is included by the mps(4) driver. Alsoenable /dev/mps0, which was missing from my previous patches enablingf/w upload and download.opt_compat.h issue noticed by scottl.

            List of files:
            /freebsd-14.2/sys/modules/mps/Makefile</description>
        <pubDate>Fri, 15 Oct 2010 15:24:59 +0000</pubDate>
        <dc:creator>Matthew D Fleming &lt;mdf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3c7b9a0 - MFp4 (//depot/projects/mps/...)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mps/Makefile#d3c7b9a0</link>
        <description>MFp4 (//depot/projects/mps/...)Bring in a driver for the LSI Logic MPT2 6Gb SAS controllers.This driver supports basic I/O, and works with SAS and SATA drives andexpanders.Basic error recovery works (i.e. timeouts and aborts) as well.Integrated RAID isn&apos;t supported yet, and there are some known bugs.So this isn&apos;t ready for production use, but is certainly ready fortesting and additional development.  For the moment, new commits to thisdriver should go into the FreeBSD Perforce repository first(//depot/projects/mps/...) and then get merged into -current oncethey&apos;ve been vetted.This has only been added to the amd64 GENERIC, since that is the onlyarchitecture I have tested this driver with.Submitted by:	scottlDiscussed with:	imp, gibbs, willSponsored by:	Yahoo, Spectra Logic Corporation

            List of files:
            /freebsd-14.2/sys/modules/mps/Makefile</description>
        <pubDate>Fri, 10 Sep 2010 15:03:56 +0000</pubDate>
        <dc:creator>Kenneth D. Merry &lt;ken@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
