<?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>a21f12840f5f25d777920957ed8ba7362052eaa7 - nvme_sim: Connect to events broadcast with nvme_if</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#a21f12840f5f25d777920957ed8ba7362052eaa7</link>
        <description>nvme_sim: Connect to events broadcast with nvme_ifConnect up the nvme_ns_* events. Copy code from old ways, as needed, andrefactor a little.Sponsored by:		NetflixReviewed by:		dabDifferential Revision:	https://reviews.freebsd.org/D51387

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Wed, 10 Dec 2025 23:52:33 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45165aab2d229a1377fb2c054d5c7c338acc268a - nvme.ko: Don&apos;t include nvme_util.c</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#45165aab2d229a1377fb2c054d5c7c338acc268a</link>
        <description>nvme.ko: Don&apos;t include nvme_util.cThis file is already included in cam.ko which nvme.ko depends onunconditionally.Reviewed by:	impSponsored by:	Chelsio CommunicationsDifferential Revision:	https://reviews.freebsd.org/D50705

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Mon, 16 Jun 2025 19:56:52 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/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/nvme/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/nvme/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/nvme/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>5bb3134a8c21cb87b30e135ef168483f0333dabb - Fix some modules to export more used symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#5bb3134a8c21cb87b30e135ef168483f0333dabb</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 09:42:24 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 07:58:43 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93289cfcd215fa38ad8543d87a1b5f99203f6631 - Create a AHCI attachment for nvme.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#93289cfcd215fa38ad8543d87a1b5f99203f6631</link>
        <description>Create a AHCI attachment for nvme.Intel has created RST and many laptops from vendors like Lenovo and Asus. It&apos;s amechanism for creating multiple boot devices under windows. It effectively hidesthe nvme drive inside of the ahci controller. The details are supposed to be atrade secret. However, there&apos;s a reverse engineered Linux driver, and thisimplements similar operations to allow nvme drives to attach. The ahci driverattaches nvme children that proxy the remapped resources to the child. nvme_ahciis just like nvme_pci, except it doesn&apos;t do the PCI specific things. That&apos;smoved into ahci where appropriate.When the nvme drive is remapped, MSI-x interrupts aren&apos;t forwarded (the linuxdriver doesn&apos;t know how to use this either). INTx interrupts are usedinstead. This is suboptimal, but usually sufficient for the laptops these partsare in.This is based loosely on https://www.spinics.net/lists/linux-ide/msg53364.htmlsubmitted, but not accepted by, Linux. It was written by Dan Williams. Thesechanges were written from scratch by Olivier Houchard.Submitted by: cognet@ (Olivier Houchard)

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Thu, 22 Aug 2019 00:18:01 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f182f928dba2089ceb897191e546f32362035ddc - Separate the pci attachment from the rest of nvme</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#f182f928dba2089ceb897191e546f32362035ddc</link>
        <description>Separate the pci attachment from the rest of nvmeNvme drives can be attached in a number of different ways. Separate out the PCIattachment so that we can have other attachment types, like ahci and varioustypes of NVMeoF.Submitted by: cognet@

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Thu, 22 Aug 2019 00:17:55 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55b1c6e7e4a6909004e13c6d2f328f911a8e7b83 - Merge ^/head r325663 through r325841.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#55b1c6e7e4a6909004e13c6d2f328f911a8e7b83</link>
        <description>Merge ^/head r325663 through r325841.

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Wed, 15 Nov 2017 12:28:11 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1c9349f7632d58130b1bbd0493c9f8cf39865a0 - Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernel</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#d1c9349f7632d58130b1bbd0493c9f8cf39865a0</link>
        <description>Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernelbuild.Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Tue, 14 Nov 2017 06:05:21 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b754c27916c5d1b0fe2f57d6d4ba94c7de1b541b - MFH @ r323558.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#b754c27916c5d1b0fe2f57d6d4ba94c7de1b541b</link>
        <description>MFH @ r323558.

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Wed, 13 Sep 2017 21:12:28 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5be4ad9e80b9759efbf7f8edeca2776c71e52ca2 - MFhead@r323343</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#5be4ad9e80b9759efbf7f8edeca2776c71e52ca2</link>
        <description>MFhead@r323343

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Sat, 09 Sep 2017 07:42:23 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be650b3469ee1628bfe84e227ba19c65168dcdb4 - Add nvme_sim.c since that&apos;s not runtime switchable.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#be650b3469ee1628bfe84e227ba19c65168dcdb4</link>
        <description>Add nvme_sim.c since that&apos;s not runtime switchable.Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Tue, 29 Aug 2017 01:54:16 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/nvme/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/nvme/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>ee13e70e4f16588d63de3ee17bc654251179bc20 - Fix &quot;make depend&quot; with nvme.ko: add opt_cam.h to SRCS</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#ee13e70e4f16588d63de3ee17bc654251179bc20</link>
        <description>Fix &quot;make depend&quot; with nvme.ko: add opt_cam.h to SRCSMFC after:	1 weekX-MFC with:	r301778Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 09:46:57 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bfd163f522701b486e066fa2e56624c02f5081a - Merge head r233826 through r256722.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#0bfd163f522701b486e066fa2e56624c02f5081a</link>
        <description>Merge head r233826 through r256722.

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Fri, 18 Oct 2013 11:32:02 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ccca3b5e8e31290b0932dbead89e6e31af184c7 - IFC @256277</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#1ccca3b5e8e31290b0932dbead89e6e31af184c7</link>
        <description>IFC @256277Approved by:	ken (mentor)

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Thu, 10 Oct 2013 23:46:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1d015864103b253b3fcb2f72a0da5b0cfeb31b6 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#d1d015864103b253b3fcb2f72a0da5b0cfeb31b6</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/nvme/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/nvme/Makefile#40f65a4df509c6b29b9e72407c7afefe28838844</link>
        <description>IFC @ r254014

            List of files:
            /freebsd/sys/modules/nvme/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>672ed870a77238165e29d91823c7b564ec95ffbf - IFC @ r253862</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/nvme/Makefile#672ed870a77238165e29d91823c7b564ec95ffbf</link>
        <description>IFC @ r253862- change the SI_SUB_RUN_SCHEDULER sysinits in hv_utilc andhv_netvsc_drv_freebsd.c to SI_SUB_KTHREAD_IDLE, since theformer is no longer in FreeBSD.  The use of these SYSINITs can probably be removed.

            List of files:
            /freebsd/sys/modules/nvme/Makefile</description>
        <pubDate>Fri, 02 Aug 2013 00:09:57 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
