<?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>41d7bff00d96d4f2fb55eebb9509b18544d88dd6 - apply some warning disables for GCC 12.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#41d7bff00d96d4f2fb55eebb9509b18544d88dd6</link>
        <description>apply some warning disables for GCC 12.*possibly* the one for intel_dp.c is a real bug but it seems verydifficult to be sure (i can&apos;t seem to convince myself either way.)

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Mon, 04 Sep 2023 21:45:35 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58beaa2b43c1b518da1eb0901a97d9ebae60b828 - adapt to ${CC_WNO_MAYBE_UNINITIALIZED}</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#58beaa2b43c1b518da1eb0901a97d9ebae60b828</link>
        <description>adapt to ${CC_WNO_MAYBE_UNINITIALIZED}Use ${CC_WNO_MAYBE_UNINITIALIZED} instead ofthe older style more complex expressions.Remove workarounds if they were for a specificversion of gcc &lt; 10.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 21:31:45 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f7fddcfb330a1893ed7e7bcdafe510fc09fea31 - drm: Dust off module build a little.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#2f7fddcfb330a1893ed7e7bcdafe510fc09fea31</link>
        <description>drm: Dust off module build a little.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Sun, 17 Jul 2022 14:11:40 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eafdbb69515d9edaccecbea39eda7de5f4642364 - Suppress some harmless clang warnings.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#eafdbb69515d9edaccecbea39eda7de5f4642364</link>
        <description>Suppress some harmless clang warnings.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Sun, 19 Dec 2021 01:03:42 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71e6f9ed18df1ff8e4091712b8a5a242c5bc03be - build the drmkms modules with -fwrapv too</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#71e6f9ed18df1ff8e4091712b8a5a242c5bc03be</link>
        <description>build the drmkms modules with -fwrapv too

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Thu, 03 Jun 2021 15:59:04 +0000</pubDate>
        <dc:creator>nia &lt;nia@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5c1005436141c7efbcb4cd2bcbc6bb35faea117 - apply some -Wno- to ignore several new warnings with GCC 10.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#f5c1005436141c7efbcb4cd2bcbc6bb35faea117</link>
        <description>apply some -Wno- to ignore several new warnings with GCC 10.ntp: ignore truncation beyond api sizes, and ignore wronglyguessed underflowtmux: ignore maybe uninitialised warning for impossible caselibbfd: signed/unsigned variables assigned in the same statementdri/gallium: -Wno-builtin-declaration-mismatch for u_atomic.c asit implements backend functions with different in-C-machine butsame-in-real-machine typeslibXfont/libXfont2: signed/unsigned variables assigned in the samestatementi915drm: ignore impossible maybe uninitialised warningssysinst: ignore an invalid string truncation issue

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Tue, 13 Apr 2021 04:58:59 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0f75d4c1025222797ad509b35765f1ce2db7846e - Provide a global no-packed-address for both gcc and clang</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#0f75d4c1025222797ad509b35765f1ce2db7846e</link>
        <description>Provide a global no-packed-address for both gcc and clang

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Sun, 18 Oct 2020 19:56:41 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32792a7e455ccdb869b9c9efc3e6597b7afa2ce6 - Carry new CWARNFLAGS over to module reachover makefiles.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#32792a7e455ccdb869b9c9efc3e6597b7afa2ce6</link>
        <description>Carry new CWARNFLAGS over to module reachover makefiles.Forgot these modules existed!

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Fri, 14 Feb 2020 09:35:52 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21303c93e9e10dcd3c5bd8388b5d640b9df8df3d - convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#21303c93e9e10dcd3c5bd8388b5d640b9df8df3d</link>
        <description>convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Sun, 29 Sep 2019 23:44:58 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2bc4fb1fcbfffb471b8fccbc8a5486958fd60764 - Bump default value of WARNS for modules from 3 to 5, and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#2bc4fb1fcbfffb471b8fccbc8a5486958fd60764</link>
        <description>Bump default value of WARNS for modules from 3 to 5, andexplicitly set WARNS for modules that fail with WARNS=5.Also, turn on -Wno-missing-noreturn for clang for some files.At the moment, among ~ 360 modules,- 2 (lua and zfs) need WARNS=0- 1 (solaris) needs WARNS=1- 136 need WARNS=3 (mostly due to sign-compare)- 4 need WARNS=4- others can be compiled with WARNS=5Discussed on tech-kern.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Sun, 17 Feb 2019 04:05:41 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f985909383937ea85b05ee7f20a9e0ff233d967 - add -Wno-error=int-in-bool-context or -Wno-error=implicit-fallthrough</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#9f985909383937ea85b05ee7f20a9e0ff233d967</link>
        <description>add -Wno-error=int-in-bool-context or -Wno-error=implicit-fallthroughfor various drm files that would be best ignored or upstream fixed.(could fix savagedrm, no one upstream is that any more.)

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Mon, 04 Feb 2019 08:18:07 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db5f393e0c7d58e2edb8716c037a1d35f6c85847 - Remove some superfluous vestigial `-I.&apos;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#db5f393e0c7d58e2edb8716c037a1d35f6c85847</link>
        <description>Remove some superfluous vestigial `-I.&apos;.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Tue, 28 Aug 2018 03:48:38 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d46aeca2b9eadbce1f5f68e8ffe05b7f48ef4242 - Rework PCI and AGP conditionalization.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#d46aeca2b9eadbce1f5f68e8ffe05b7f48ef4242</link>
        <description>Rework PCI and AGP conditionalization.- Push drm_pci_set_unique into driver callback.- Eliminate drm_pci_set_unique_hook.- Gather all drm_agp_* functions into struct drm_agp_hooks.- Replace the nonsensical old atomic garbage by serious locking.- Make drm_agpsupport.c its own module.- Eliminate NDRMKMS_PCI.- Use NAGP from &quot;agp.h&quot; only in drm_module.c for horrible hack.  =&gt; See comment in file for rationale.- Always define CONFIG_PCI=1 and CONFIG_AGP=1.- Always go through the drm_agp_* function hooks.- Ifdef out nouveau agp stuff that doesn&apos;t go through drm_agp_*  for reasons that I&apos;m too frustrated to figure out tonight.- pci_iomap no longer automagically does agp_i810_borrow.  =&gt; Use drm_agp_borrow instead.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Tue, 28 Aug 2018 03:41:38 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dce5760f644b2cc708d1c63e9842a25cb8912b5b - Make i915drmkms.kmod build again.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#dce5760f644b2cc708d1c63e9842a25cb8912b5b</link>
        <description>Make i915drmkms.kmod build again.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Mon, 27 Aug 2018 13:54:25 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b0c60b5bd5dc45e5787b23d7191cf8543f7360d - consistency with: src/sys/external/bsd/drm2/i915drm/files.i915drmkms</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#2b0c60b5bd5dc45e5787b23d7191cf8543f7360d</link>
        <description>consistency with: src/sys/external/bsd/drm2/i915drm/files.i915drmkmsso that we can build again

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Fri, 21 Aug 2015 09:10:48 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44867f91552e373f3c2f270592dc01bbeae35a35 - Adjust flags to allow building with clang.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#44867f91552e373f3c2f270592dc01bbeae35a35</link>
        <description>Adjust flags to allow building with clang.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Thu, 13 Nov 2014 16:37:39 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f89937396a49b06e61a5fb8fe41c72b46e25b249 - turn on dynamic ldscript creation to handle link set symbol definitions</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#f89937396a49b06e61a5fb8fe41c72b46e25b249</link>
        <description>turn on dynamic ldscript creation to handle link set symbol definitionsused in the automatic sysctl creation.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Wed, 12 Nov 2014 02:15:16 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>efa7e15617dcebe06aff16736c3291be05d20805 - fix build failure.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#efa7e15617dcebe06aff16736c3291be05d20805</link>
        <description>fix build failure.&gt;    /tmp/bracket/build/2014.11.10.22.43.46-i386/src/sys/external/bsd/drm2/include/linux/pci.h:36:20: fatal error: acpica.h: No such file or directory

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Tue, 11 Nov 2014 11:30:21 +0000</pubDate>
        <dc:creator>nonaka &lt;nonaka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32189458a81c817a784aeda4c8902ebe906daf65 - Rework Intel framebuffer attachment.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/modules/i915drmkms/Makefile#32189458a81c817a784aeda4c8902ebe906daf65</link>
        <description>Rework Intel framebuffer attachment.Turns out genfb_softc must be at the start of its own device_private,so we can&apos;t have it in the middle of a structure, and certainly can&apos;thave potentially multiple genfbs per graphics device.  Failing to dothis is why entering ddb didn&apos;t work with an i915drmkms console.Instead of putting a genfb_softc into each drm_fb_helper, put adevice_t into each drm_fb_helper and create a new intelfb(4) devicefor each Intel framebuffer.  This will be more flexible, too, in casewe want accelerated framebuffers later on.  (XXX Need to adapt theradeon code, which I&apos;m disabling until that happens to avoid breakingthe build.)While here, defer disabling VGA, vga_cndetach, and genfb_attach untilwe&apos;re actually ready to do them all together along with the modeswitch.  This should reduce the amount of time during which thescreen is blanked, in case it hangs.

            List of files:
            /netbsd-src/sys/modules/i915drmkms/Makefile</description>
        <pubDate>Thu, 24 Jul 2014 21:18:40 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
