<?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/nvme/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/nvme/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>93289cfc - Create a AHCI attachment for nvme.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/nvme/Makefile#93289cfc</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-13.1/sys/modules/nvme/Makefile</description>
        <pubDate>Wed, 21 Aug 2019 22:18:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f182f928 - Separate the pci attachment from the rest of nvme</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/nvme/Makefile#f182f928</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-13.1/sys/modules/nvme/Makefile</description>
        <pubDate>Wed, 21 Aug 2019 22:17:55 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1c9349f - Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernel</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/nvme/Makefile#d1c9349f</link>
        <description>Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernelbuild.Sponsored by: Netflix

            List of files:
            /freebsd-13.1/sys/modules/nvme/Makefile</description>
        <pubDate>Tue, 14 Nov 2017 05:05:21 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be650b34 - Add nvme_sim.c since that&apos;s not runtime switchable.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/nvme/Makefile#be650b34</link>
        <description>Add nvme_sim.c since that&apos;s not runtime switchable.Sponsored by: Netflix

            List of files:
            /freebsd-13.1/sys/modules/nvme/Makefile</description>
        <pubDate>Mon, 28 Aug 2017 23:54:16 +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-13.1/sys/modules/nvme/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/nvme/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>ee13e70e - Fix &quot;make depend&quot; with nvme.ko: add opt_cam.h to SRCS</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/nvme/Makefile#ee13e70e</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-13.1/sys/modules/nvme/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 08:46:57 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38441bd9 - Add message when nvd disks are attached and detached.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/nvme/Makefile#38441bd9</link>
        <description>Add message when nvd disks are attached and detached.As part of this commit, add an nvme_strvis() function which borrowsheavily from cam_strvis().  This will allow stripping ofleading/trailing whitespace and also handle unprintable charactersin model/serial numbers.  This function goes into a new nvme_util.cfile which is used by both the driver and nvmecontrol.Sponsored by:	IntelReviewed by:	carlMFC after:	3 days

            List of files:
            /freebsd-13.1/sys/modules/nvme/Makefile</description>
        <pubDate>Fri, 19 Jul 2013 21:40:57 +0000</pubDate>
        <dc:creator>Jim Harris &lt;jimharris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca269f32 - Move the busdma mapping functions to nvme_qpair.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/nvme/Makefile#ca269f32</link>
        <description>Move the busdma mapping functions to nvme_qpair.c.This removes nvme_uio.c completely.Sponsored by:	Intel

            List of files:
            /freebsd-13.1/sys/modules/nvme/Makefile</description>
        <pubDate>Fri, 12 Apr 2013 17:48:45 +0000</pubDate>
        <dc:creator>Jim Harris &lt;jimharris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>978b2704 - Add nvme(4) and nvd(4) Makefiles to the tree.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/nvme/Makefile#978b2704</link>
        <description>Add nvme(4) and nvd(4) Makefiles to the tree.Noticed by:	pluknetPointy-hat to:  jimharris

            List of files:
            /freebsd-13.1/sys/modules/nvme/Makefile</description>
        <pubDate>Mon, 17 Sep 2012 19:58:02 +0000</pubDate>
        <dc:creator>Jim Harris &lt;jimharris@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
