<?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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/virtio/pci/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>9da9560c4dd3556519cd391a04f0db157dc3c295 - virtio: Add VirtIO PCI modern (V1) support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#9da9560c4dd3556519cd391a04f0db157dc3c295</link>
        <description>virtio: Add VirtIO PCI modern (V1) supportUse the existing legacy PCI driver as the basis for shared codebetween the legacy and modern PCI drivers. The existing virtio_pcikernel module will contain both the legacy and modern drivers.Changes to the virtqueue and each device driver (network, block, etc)for V1 support come in later commits.Update the MMIO driver to reflect the VirtIO bus method changes, butthe modern compliance can be improved on later.Note that the modern PCI driver requires bus_map_resource() to beimplemented, which is not the case on all archs.The hw.virtio.pci.transitional tunable default value is zero sotransitional devices will continue to be driven via the legacydriver.Reviewed by: grehan (mentor)Differential Revision: https://reviews.freebsd.org/D27856

            List of files:
            /freebsd/sys/modules/virtio/pci/Makefile</description>
        <pubDate>Tue, 19 Jan 2021 05:55:23 +0100</pubDate>
        <dc:creator>Bryan Venteicher &lt;bryanv@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/virtio/pci/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/virtio/pci/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>b5ff185e19f6013ca565b2a15bc2d6abce933f46 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/virtio/pci/Makefile</description>
        <pubDate>Sat, 12 Sep 2015 13:41:31 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab875b713d0afab5f0650f06d48a38777a7ae43e - Catch up with head, primarily for the 1.14.4.0 firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#ab875b713d0afab5f0650f06d48a38777a7ae43e</link>
        <description>Catch up with head, primarily for the 1.14.4.0 firmware.

            List of files:
            /freebsd/sys/modules/virtio/pci/Makefile</description>
        <pubDate>Fri, 14 Aug 2015 00:01:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cd9b24e478b38e4e497f3ab98e09d6a00a5390d - Merge ^/head r284737 through r285152.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#4cd9b24e478b38e4e497f3ab98e09d6a00a5390d</link>
        <description>Merge ^/head r284737 through r285152.

            List of files:
            /freebsd/sys/modules/virtio/pci/Makefile</description>
        <pubDate>Sat, 04 Jul 2015 23:50:39 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12f05b84463baacfada5a79eaed061a4899d98aa - Kill MFILES and find things automatically. It turned out to be only</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#12f05b84463baacfada5a79eaed061a4899d98aa</link>
        <description>Kill MFILES and find things automatically. It turned out to be onlylightly used. Find the proper .m file when we depend on *_if.[ch] inthe srcs line, with seat-belts for false positive matches.  This usesmake&apos;s path mechanism. A further refinement would be to calculate thisonce, and then pass the resulting _MPATH to modules submakes.Differential Revision: https://reviews.freebsd.org/D2327

            List of files:
            /freebsd/sys/modules/virtio/pci/Makefile</description>
        <pubDate>Fri, 03 Jul 2015 03:50:26 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fa0b743820f61c661ba5f3ea0e3be0dc137910e - IFC @230489 (pending review).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#8fa0b743820f61c661ba5f3ea0e3be0dc137910e</link>
        <description>IFC @230489 (pending review).

            List of files:
            /freebsd/sys/modules/virtio/pci/Makefile</description>
        <pubDate>Mon, 23 Jan 2012 20:46:36 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ee1a36e2ef343e0af2cf0389c268695aba14eac - IFC @ r227804</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#3ee1a36e2ef343e0af2cf0389c268695aba14eac</link>
        <description>IFC @ r227804Pull in the virtio drivers from head.

            List of files:
            /freebsd/sys/modules/virtio/pci/Makefile</description>
        <pubDate>Tue, 22 Nov 2011 03:27:59 +0100</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10b59a9b4add0320d52c15ce057dd697261e7dfc - Import virtio base, PCI front-end, and net/block/balloon drivers.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/pci/Makefile#10b59a9b4add0320d52c15ce057dd697261e7dfc</link>
        <description>Import virtio base, PCI front-end, and net/block/balloon drivers.Tested on Qemu/KVM, VirtualBox, and BHyVe.Currently built as modules-only on i386/amd64. Man pages not yet hookedup, pending review.Submitted by:	Bryan Venteicher  bryanv at daemoninthecloset dot orgReviewed by:	bzMFC after:	4 weeks or so

            List of files:
            /freebsd/sys/modules/virtio/pci/Makefile</description>
        <pubDate>Fri, 18 Nov 2011 06:43:43 +0100</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
