<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>72170a4174e0ba50e349918667973a158a94ed8f - nvmecontrol: Add Micron Vendor Unique SMART logpage support</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#72170a4174e0ba50e349918667973a158a94ed8f</link>
        <description>nvmecontrol: Add Micron Vendor Unique SMART logpage supportMicron 9200 SSD has a 0xca logpage. It is different from other vendorsthis patch tested on 9200 SSD and works as expected.Product Datasheet can be found here:https://www.micron.com/-/media/client/global/documents/products/data-sheet/ssd/9200_u_2_pcie_ssd.pdfSigned-off-by: Wanpeng Qian &lt;wanpengqian@gmail.com&gt;Reviewed by: impDifferential Revsion: https://reviews.freebsd.org/D33866

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 03:11:22 +0000</pubDate>
        <dc:creator>Wanpeng Qian &lt;wanpengqian@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/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:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e86788705c176cc195e4a9831c0be08dcece31 - nvmecontrol: Add Samsung Extended SMART Information logpage support</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#84e86788705c176cc195e4a9831c0be08dcece31</link>
        <description>nvmecontrol: Add Samsung Extended SMART Information logpage supportSamsung PM983 SSD has a 0xca logpage. It has more information comparedto Intel&apos;s this patch tested on PM983 M2 SSD and works as expected.Reviewed by:		imp@Approved by:		kp@Event:			Aberdeen Hackathon 2022Differential revision:	https://reviews.freebsd.org/D33749

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Thu, 06 Oct 2022 10:10:06 +0000</pubDate>
        <dc:creator>Wanpeng Qian &lt;wanpengqian@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Sun, 09 Dec 2018 11:39:45 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eac8e82796f7c81772da27db2371707b8986bec8 - Move intel and wdc files to their own modules</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#eac8e82796f7c81772da27db2371707b8986bec8</link>
        <description>Move intel and wdc files to their own modulesMove the intel and wdc vendor specific stuff to their own modules.Sponsored by: NetflixDifferential Revision:  https://reviews.freebsd.org/D18460

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Thu, 06 Dec 2018 22:58:55 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72170a4174e0ba50e349918667973a158a94ed8f - nvmecontrol: Add Micron Vendor Unique SMART logpage support</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#72170a4174e0ba50e349918667973a158a94ed8f</link>
        <description>nvmecontrol: Add Micron Vendor Unique SMART logpage supportMicron 9200 SSD has a 0xca logpage. It is different from other vendorsthis patch tested on 9200 SSD and works as expected.Product Datasheet can be found here:https://www.micron.com/-/media/client/global/documents/products/data-sheet/ssd/9200_u_2_pcie_ssd.pdfSigned-off-by: Wanpeng Qian &lt;wanpengqian@gmail.com&gt;Reviewed by: impDifferential Revsion: https://reviews.freebsd.org/D33866

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 03:11:22 +0000</pubDate>
        <dc:creator>Wanpeng Qian &lt;wanpengqian@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/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:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e86788705c176cc195e4a9831c0be08dcece31 - nvmecontrol: Add Samsung Extended SMART Information logpage support</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#84e86788705c176cc195e4a9831c0be08dcece31</link>
        <description>nvmecontrol: Add Samsung Extended SMART Information logpage supportSamsung PM983 SSD has a 0xca logpage. It has more information comparedto Intel&apos;s this patch tested on PM983 M2 SSD and works as expected.Reviewed by:		imp@Approved by:		kp@Event:			Aberdeen Hackathon 2022Differential revision:	https://reviews.freebsd.org/D33749

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Thu, 06 Oct 2022 10:10:06 +0000</pubDate>
        <dc:creator>Wanpeng Qian &lt;wanpengqian@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Sun, 09 Dec 2018 11:39:45 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eac8e82796f7c81772da27db2371707b8986bec8 - Move intel and wdc files to their own modules</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#eac8e82796f7c81772da27db2371707b8986bec8</link>
        <description>Move intel and wdc files to their own modulesMove the intel and wdc vendor specific stuff to their own modules.Sponsored by: NetflixDifferential Revision:  https://reviews.freebsd.org/D18460

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Thu, 06 Dec 2018 22:58:55 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72170a4174e0ba50e349918667973a158a94ed8f - nvmecontrol: Add Micron Vendor Unique SMART logpage support</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#72170a4174e0ba50e349918667973a158a94ed8f</link>
        <description>nvmecontrol: Add Micron Vendor Unique SMART logpage supportMicron 9200 SSD has a 0xca logpage. It is different from other vendorsthis patch tested on 9200 SSD and works as expected.Product Datasheet can be found here:https://www.micron.com/-/media/client/global/documents/products/data-sheet/ssd/9200_u_2_pcie_ssd.pdfSigned-off-by: Wanpeng Qian &lt;wanpengqian@gmail.com&gt;Reviewed by: impDifferential Revsion: https://reviews.freebsd.org/D33866

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 03:11:22 +0000</pubDate>
        <dc:creator>Wanpeng Qian &lt;wanpengqian@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/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:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e86788705c176cc195e4a9831c0be08dcece31 - nvmecontrol: Add Samsung Extended SMART Information logpage support</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#84e86788705c176cc195e4a9831c0be08dcece31</link>
        <description>nvmecontrol: Add Samsung Extended SMART Information logpage supportSamsung PM983 SSD has a 0xca logpage. It has more information comparedto Intel&apos;s this patch tested on PM983 M2 SSD and works as expected.Reviewed by:		imp@Approved by:		kp@Event:			Aberdeen Hackathon 2022Differential revision:	https://reviews.freebsd.org/D33749

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Thu, 06 Oct 2022 10:10:06 +0000</pubDate>
        <dc:creator>Wanpeng Qian &lt;wanpengqian@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Sun, 09 Dec 2018 11:39:45 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eac8e82796f7c81772da27db2371707b8986bec8 - Move intel and wdc files to their own modules</title>
        <link>http://opengrok.net:8080/history/src/sbin/nvmecontrol/modules/Makefile#eac8e82796f7c81772da27db2371707b8986bec8</link>
        <description>Move intel and wdc files to their own modulesMove the intel and wdc vendor specific stuff to their own modules.Sponsored by: NetflixDifferential Revision:  https://reviews.freebsd.org/D18460

            List of files:
            /src/sbin/nvmecontrol/modules/Makefile</description>
        <pubDate>Thu, 06 Dec 2018 22:58:55 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
