<?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>83271c68 - Fix some modules to export more used symbols</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#83271c68</link>
        <description>Fix some modules to export more used symbols(cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 08:42:24 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@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-13.1/sys/modules/amr/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-13.1/sys/modules/amr/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>c09808d0 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#c09808d0</link>
        <description>MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is thesource code location of the machine, the latter the binary output.  Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe&apos;re tesitng for a specific target.  The isn&apos;t even moot fori386/amd64 where there&apos;s momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 06:13:29 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d685822 - Add amr_cam module directory that was missed in the previous commit.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#9d685822</link>
        <description>Add amr_cam module directory that was missed in the previous commit.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Mon, 03 Nov 2008 04:13:27 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64c71632 - Move the CAM passthrough code into a true module so that it doesn&apos;t have to be</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#64c71632</link>
        <description>Move the CAM passthrough code into a true module so that it doesn&apos;t have to becompiled into the main AMR driver.  It&apos;s code that is nice to have but notrequired for normal operation, and it is reported to cause problems for somepeople.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Mon, 03 Nov 2008 00:53:54 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eaf63cb2 - The AR_SCSI_PASSTHROUGH conditional no longer exists, remove it from the</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#eaf63cb2</link>
        <description>The AR_SCSI_PASSTHROUGH conditional no longer exists, remove it from themakefile.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Sun, 02 Dec 2007 18:39:38 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccaf930c - Tie the amr_linux module into the build for i386 &amp; amd64</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#ccaf930c</link>
        <description>Tie the amr_linux module into the build for i386 &amp; amd64

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Wed, 25 Jan 2006 18:11:59 +0000</pubDate>
        <dc:creator>Doug Ambrisko &lt;ambrisko@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a6b4146 - (1) added LSI Logic copyright, and legal line 3 in license, and string</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#1a6b4146</link>
        <description>(1) added LSI Logic copyright, and legal line 3 in license, and string	changes for &quot;LSILogic&quot;(2) enabled non-disk support through CAM interface(3) HA_INQ (a) enabled tagged queuing (b) disable reset during	driver loading (b) renamed BSDi string to LSI(4) disabled detecting disk devices during SCSI INQUIRY(5) changed dcdb single element sglist to send one entire buffer chunk(6) nsgelem not set in sglist(7) ap_data_transfer_length not set for dcdb(8) changed &quot;struct thread&quot; to &quot;d_thread_t&quot; for compatibliity { xxx_open,	xxx_close, xxx_ioctl }(9) miscellaneous compatiblity fixes(10) bug fix for 0x0409/0x1000 card(11) added compiling amr_cam.c in sys/conf/files(12) added compiling amr_cam.c in sys/modules/amr/MakefileReviewed by:psMFC after:1 week1 week

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Fri, 18 Oct 2002 21:29:14 +0000</pubDate>
        <dc:creator>Eric Moore &lt;emoore@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6 - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 14:00:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f177623 - Major update to the AMI MegaRAID driver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#9f177623</link>
        <description>Major update to the AMI MegaRAID driver. - New support for 40LD firmware found in Series 475 and 471 adapters. - Better support for 8LD firmware adapters - Ioctl passthrough interface for userland utilities. - Improved error handling and queueing. - Several bugfixes (including the &apos;still open&apos; shutdown bug and   closing some small race conditions). - Zone-style command allocator, reducing memory wasted under heavy   load conditions. - CAM interface (disabled and not fully working) for SCSI passthrough   access to non-disk devicesThanks to AMI for supplying a pile of new adapters and various otherhelp in making this happen.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Wed, 30 Aug 2000 07:52:50 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8 - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#64db83a8</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Sat, 27 May 2000 01:14:33 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca3996 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#56ca3996</link>
        <description>Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk.  This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Thu, 04 May 2000 12:08:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4be63d - Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#9e4be63d</link>
        <description>Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulemakefiles.  Bad examples in fxp/Makefile keep getting copied to newmakefiles.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Fri, 28 Jan 2000 11:26:46 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89aaf624 - Don&apos;t waste time creating amr.h since it (and NAMR) aren&apos;t used.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#89aaf624</link>
        <description>Don&apos;t waste time creating amr.h since it (and NAMR) aren&apos;t used.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Sun, 12 Dec 1999 20:54:53 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f940b38 - Removed special rules for building and cleaning device interface files</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#6f940b38</link>
        <description>Removed special rules for building and cleaning device interface filesand empty options files.  The rules are now generated automatically inbsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Sun, 28 Nov 1999 18:53:47 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5a51e03 - This is a driver for the AMI MegaRAID family of controllers.  It all of</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/amr/Makefile#d5a51e03</link>
        <description>This is a driver for the AMI MegaRAID family of controllers.  It all ofthe AMI PCI controllers using the 8LD firmware interface (40LD firmwarewill be supported as soon as I have hardware to test with).These controllers are rebadged by Dell as the PERC, as well as by HPand possibly other vendors.

            List of files:
            /freebsd-13.1/sys/modules/amr/Makefile</description>
        <pubDate>Thu, 07 Oct 1999 02:23:12 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
