<?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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/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/cpufreq/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>c09808d0 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#c09808d0</link>
        <description>MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is thesource code location of the machine, the latter the binary output.  Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe&apos;re tesitng for a specific target.  The isn&apos;t even moot fori386/amd64 where there&apos;s momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 06:13:29 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32580301 - Introduce the new kernel sub-tree x86 which should contain all the code</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#32580301</link>
        <description>Introduce the new kernel sub-tree x86 which should contain all the codeshared and generalized between our current amd64, i386 and pc98.This is just an initial step that should lead to a more complete effort.For the moment, a very simple porting of cpufreq modules, BIOS calls andthe whole MD specific ISA bus part is added to the sub-tree but ideallya lot of code might be added and more shared support should grow.Sponsored by:	Sandvine IncorporatedReviewed by:	emaste, kib, jhb, impDiscussed on:	archMFC:		3 weeks

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Thu, 25 Feb 2010 14:13:39 +0000</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>129d3046 - Import ACPICA 20090521.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#129d3046</link>
        <description>Import ACPICA 20090521.

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Fri, 05 Jun 2009 18:44:36 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aaac7452 - Chase ACPICA API changes (for kernel and boot loader).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#aaac7452</link>
        <description>Chase ACPICA API changes (for kernel and boot loader).

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Tue, 02 Jun 2009 22:31:57 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9eb9db93 - Introduce support for cpufreq on PowerPC with the dynamic frequency</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#9eb9db93</link>
        <description>Introduce support for cpufreq on PowerPC with the dynamic frequencyswitching capabilities of the MPC7447A and MPC7448.

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Sun, 31 May 2009 09:01:23 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24cd3710 - Add support for Phenom (Family 10h) to cpufreq.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#24cd3710</link>
        <description>Add support for Phenom (Family 10h) to cpufreq.Its a newer version provided by the author than in the PR.PR:		kern/128575Submitted by:	Gen Otsuji annona2 [at] gmail.com

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Sat, 28 Mar 2009 08:54:47 +0000</pubDate>
        <dc:creator>Michael Reifenberger &lt;mr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad3cf350 - Dike out WARNS from kernel module makefiles.  Kernels and modules</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#ad3cf350</link>
        <description>Dike out WARNS from kernel module makefiles.  Kernels and modulesuse a different mechanism for setting warning flags, and usingWARNS here only has null or negative effects.Submitted by:	bde (I think it means &quot;submitted&quot;)

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Tue, 30 May 2006 09:38:54 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8420b58 - Add a driver for SMI-based SpeedStep.  The hardware supports two frequency</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#f8420b58</link>
        <description>Add a driver for SMI-based SpeedStep.  The hardware supports two frequencysettings and is an older version of the same design used for ICH SpeedStep.It is only known to be available on PIIX4 chipsets.Many thanks to Bruno Ducrot for writing the driver and Jon Noack fortesting.Submitted by:	Bruno Ducrot

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Tue, 19 Apr 2005 16:38:24 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15785fbe - Add support for _PDC/_OSC by advertising that we support direct access to</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#15785fbe</link>
        <description>Add support for _PDC/_OSC by advertising that we support direct access tothe PERF_CTL/STS MSRs via the new acpi_get_features() method.  This shouldallow newer systems to use SpeedStep.

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Mon, 04 Apr 2005 15:51:13 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b755d65 - Additions to .PATH are cumulative so referencing $.PATH is not helpful.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#0b755d65</link>
        <description>Additions to .PATH are cumulative so referencing $.PATH is not helpful.Informed by:	ru

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Thu, 31 Mar 2005 18:51:06 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be7df056 - Fix module build on amd64.  There may be a cleaner way to do the .PATH</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#be7df056</link>
        <description>Fix module build on amd64.  There may be a cleaner way to do the .PATH

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Mon, 28 Mar 2005 00:24:11 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bee2b359 - Hook powernow up to the build for i386 and amd64.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#bee2b359</link>
        <description>Hook powernow up to the build for i386 and amd64.

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Sun, 27 Mar 2005 21:47:12 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1b98c74 - Hook p4tcc up to the module build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#e1b98c74</link>
        <description>Hook p4tcc up to the module build.

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Wed, 23 Feb 2005 16:44:06 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5a3ee30 - Hook EST up to the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#f5a3ee30</link>
        <description>Hook EST up to the build.

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Sun, 20 Feb 2005 20:29:04 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>335e4ff3 - Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/cpufreq/Makefile#335e4ff3</link>
        <description>Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.

            List of files:
            /freebsd-12.1/sys/modules/cpufreq/Makefile</description>
        <pubDate>Fri, 04 Feb 2005 05:49:36 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
