<?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>592ffb21 - Revert drm2 removal.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#592ffb21</link>
        <description>Revert drm2 removal.Revert r338177, r338176, r338175, r338174, r338172After long consultations with re@, core members and mmacy, revertthese changes. Followup changes will be made to mark them asdeprecated and prent a message about where to find the up-to-datedriver.  Followup commits will be made to make this clear in theinstaller. Followup commits to reduce POLA in ways we&apos;re stillexploring.It&apos;s anticipated that after the freeze, this will be removed in13-current (with the residual of the drm2 code copied tosys/arm/dev/drm2 for the TEGRA port&apos;s use w/o the intel orradeon drivers).Due to the impending freeze, there was no formal core vote forthis. I&apos;ve been talking to different core members all day, as well asMatt Macey and Glen Barber. Nobody is completely happy, all aregrudgingly going along with this. Work is in progress to mitigatethe negative effects as much as possible.Requested by: re@ (gjb, rgrimes)

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Fri, 24 Aug 2018 00:02:00 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d5bf0bb - drm(old): Remove i915 and radeon drivers</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#4d5bf0bb</link>
        <description>drm(old): Remove i915 and radeon driversThey cannot be used anymore with the userland bits we provide.Furthermore, their KMS versions support the same hardware.Submitted by:	dumbbellReviewed by:	emaste, manuSponsored by:	AsiaBSDConDifferential Revision:	https://reviews.freebsd.org/D5614

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 03:01:18 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@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-12.1/sys/modules/drm/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-12.1/sys/modules/drm/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>031a27e3 - The radeon DRI module doesn&apos;t really work correctly on powerpc, so don&apos;t build</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#031a27e3</link>
        <description>The radeon DRI module doesn&apos;t really work correctly on powerpc, so don&apos;t buildit.  Hopefully we&apos;ll get radeonkms eventually.Discussed with:	nwhitehornMFC after:	2 weeks

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Sat, 03 Jan 2015 22:36:18 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df3394b3 - Remove dependence on source tree options. Move all kernel module</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#df3394b3</link>
        <description>Remove dependence on source tree options. Move all kernel moduleoptions into kern.opts.mk and change all the places where we usesrc.opts.mk to pull in the options. Conditionally define SYSDIR anduse SYSDIR/conf/kern.opts.mk instead of a CURDIR path. Replace allinstances of CURDIR/../../etc with STSDIR, but only in the affectedfiles.As a special compatibility hack, include bsd.owm.mk at the top ofkern.opts.mk to allow the bare build of sys/modules to work on oldersystems. If the defaults ever change between 9.x, 10.x and current forthese options, however, you&apos;ll wind up with the host OS&apos; defaultsrather than the -current defaults. This hack will be removed whenwe no longer need to support this build scenario.Reviewed by: jhbDifferential Revision: https://phabric.freebsd.org/D529

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Mon, 11 Aug 2014 14:50:49 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a47892c - Add MK_SOURCELESS build option. Setting MK_SOURCELESS to &quot;no&quot; will disable</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#4a47892c</link>
        <description>Add MK_SOURCELESS build option. Setting MK_SOURCELESS to &quot;no&quot; will disablekernel modules that include binary-only code.More fine-grained control is provided via MK_SOURCELESS_HOST (for native codethat runs on host CPU) and MK_SOURCELESS_UCODE (for microcode).Reviewed by:	julian, delphij, freebsd-archApproved by:	kib (mentor)MFC after:	2 weeks

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Sat, 04 Feb 2012 00:54:43 +0000</pubDate>
        <dc:creator>Robert Millan &lt;rmh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1ba33ff - Welcome drm support for VIA unichrome chips.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#b1ba33ff</link>
        <description>Welcome drm support for VIA unichrome chips.MFC after:	2 weeks

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Sun, 31 Jan 2010 14:30:39 +0000</pubDate>
        <dc:creator>Robert Noland &lt;rnoland@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69b9fffc - Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#69b9fffc</link>
        <description>Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,and a new r300 PCI ID.

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Sat, 03 Dec 2005 01:23:50 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;anholt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9fb07673 - Update DRM to CVS snapshot as of 2005-11-28.  Notable changes:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#9fb07673</link>
        <description>Update DRM to CVS snapshot as of 2005-11-28.  Notable changes:- S3 Savage driver ported.- Added support for ATI_fragment_shader registers for r200.- Improved r300 support, needed for latest r300 DRI driver.- (possibly) r300 PCIE support, needs X.Org server from CVS.- Added support for PCI Matrox cards.- Software fallbacks fixed for Rage 128, which used to render badly or hang.- Some issues reported by WITNESS are fixed.- i915 module Makefile added, as the driver may now be working, but is untested.- Added scripts for copying and preprocessing DRM CVS for inclusion in the  kernel.  Thanks to Daniel Stone for getting me started on that.

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Mon, 28 Nov 2005 23:13:57 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;anholt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8aa843c - Update to DRM CVS as of 2005-04-12, bringing many changes:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#b8aa843c</link>
        <description>Update to DRM CVS as of 2005-04-12, bringing many changes:- Split core DRM routines back into their own module, rather than using the  nasty templated system like before.- Development-class R300 support in radeon driver (requires userland pieces, of  course).- Mach64 driver (haven&apos;t tested in a while -- my mach64s no longer fit in the  testbox).  Covers Rage Pros, Rage Mobility P/M, Rage XL, and some others.- i915 driver files, which just need to get drm_drv.c fixed to allow attachment  to the drmsub device.  Covers i830 through i915 integrated graphics.- savage driver files, which should require minimal changes to work.  Covers the  Savage3D, Savage IX/MX, Savage 4, ProSavage.- Support for color and texture tiling and HyperZ features of Radeon.Thanks to:	scottl (much p4 handholding)		Jung-uk Kim (helpful prodding)PR:		[1] kern/76879, [2] kern/72548Submitted by:	[1] Alex, lesha at intercaf dot ru		[2] Shaun Jurrens, shaun at shamz dot net

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 03:44:47 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;anholt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1810e15 - Hook the SiS DRM up to the build</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#a1810e15</link>
        <description>Hook the SiS DRM up to the buildSponsored by:	LinuxFund

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Tue, 09 Sep 2003 00:29:02 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;anholt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43e2d1e3 - Update the DRM to latest from DRI CVS.  This is approximately the version</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#43e2d1e3</link>
        <description>Update the DRM to latest from DRI CVS.  This is approximately the versionincluded in XFree86 4.3, but includes some fixes.  Notable changes includeRadeon 8500-9100 support, PCI Radeon/Rage 128 support, transform &amp; lightingsupport for Radeons, and vblank syncing support for r128, radeon, and mga.The gamma driver was removed due to lack of any users.

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Sun, 09 Mar 2003 02:08:30 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;anholt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24d44c5d - Add makefiles for DRM modules</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/drm/Makefile#24d44c5d</link>
        <description>Add makefiles for DRM modulesApproved by:	des

            List of files:
            /freebsd-12.1/sys/modules/drm/Makefile</description>
        <pubDate>Sat, 27 Apr 2002 20:55:03 +0000</pubDate>
        <dc:creator>Eric Anholt &lt;anholt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
