<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/cpufreq, branch release/8.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r204309, r204313 and r204319 by nyan:</title>
<updated>2010-11-09T01:57:56+00:00</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2010-11-09T01:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fa9c28b6117354b2ebda6d13212c89c791c7ba3d'/>
<id>fa9c28b6117354b2ebda6d13212c89c791c7ba3d</id>
<content type='text'>
Introduce the x86 subtree for code shared between amd64, i386 and pc98.

Differently from the HEAD version, the headers are not moved around,
in order to avoid breaking the KPI but it can be eventually done once the
core mechanism of r214629 is MFCed.

MFCing this patch does allow for simpler MFCs handling on i386/amd64
specific code.

Sponsored by:   Sandvine Incorporated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce the x86 subtree for code shared between amd64, i386 and pc98.

Differently from the HEAD version, the headers are not moved around,
in order to avoid breaking the KPI but it can be eventually done once the
core mechanism of r214629 is MFCed.

MFCing this patch does allow for simpler MFCs handling on i386/amd64
specific code.

Sponsored by:   Sandvine Incorporated
</pre>
</div>
</content>
</entry>
<entry>
<title>Import ACPICA 20090521.</title>
<updated>2009-06-05T18:44:36+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2009-06-05T18:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=129d3046ef0427d3b22b78a71f3494854d817fba'/>
<id>129d3046ef0427d3b22b78a71f3494854d817fba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce support for cpufreq on PowerPC with the dynamic frequency</title>
<updated>2009-05-31T09:01:23+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2009-05-31T09:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9eb9db93da05b01b5bce45fa9ed0ee234aece429'/>
<id>9eb9db93da05b01b5bce45fa9ed0ee234aece429</id>
<content type='text'>
switching capabilities of the MPC7447A and MPC7448.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
switching capabilities of the MPC7447A and MPC7448.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Phenom (Family 10h) to cpufreq.</title>
<updated>2009-03-28T08:54:47+00:00</updated>
<author>
<name>Michael Reifenberger</name>
<email>mr@FreeBSD.org</email>
</author>
<published>2009-03-28T08:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24cd37102ccb81a0dba30ccb3650843fea35a89a'/>
<id>24cd37102ccb81a0dba30ccb3650843fea35a89a</id>
<content type='text'>
Its a newer version provided by the author than in the PR.

PR:		kern/128575
Submitted by:	Gen Otsuji annona2 [at] gmail.com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Its a newer version provided by the author than in the PR.

PR:		kern/128575
Submitted by:	Gen Otsuji annona2 [at] gmail.com
</pre>
</div>
</content>
</entry>
<entry>
<title>Dike out WARNS from kernel module makefiles.  Kernels and modules</title>
<updated>2006-05-30T09:38:54+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-05-30T09:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ad3cf350d35f835887ff12cba73badcefc64149e'/>
<id>ad3cf350d35f835887ff12cba73badcefc64149e</id>
<content type='text'>
use a different mechanism for setting warning flags, and using
WARNS here only has null or negative effects.

Submitted by:	bde (I think it means "submitted")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use a different mechanism for setting warning flags, and using
WARNS here only has null or negative effects.

Submitted by:	bde (I think it means "submitted")
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a driver for SMI-based SpeedStep.  The hardware supports two frequency</title>
<updated>2005-04-19T16:38:24+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-04-19T16:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8420b58284ada2e4b49a2c347e780a8b0762717'/>
<id>f8420b58284ada2e4b49a2c347e780a8b0762717</id>
<content type='text'>
settings 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 for
testing.

Submitted by:	Bruno Ducrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
settings 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 for
testing.

Submitted by:	Bruno Ducrot
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for _PDC/_OSC by advertising that we support direct access to</title>
<updated>2005-04-04T15:51:13+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-04-04T15:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=15785fbe8116dc90b221ddb865f9e368ebacc97c'/>
<id>15785fbe8116dc90b221ddb865f9e368ebacc97c</id>
<content type='text'>
the PERF_CTL/STS MSRs via the new acpi_get_features() method.  This should
allow newer systems to use SpeedStep.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the PERF_CTL/STS MSRs via the new acpi_get_features() method.  This should
allow newer systems to use SpeedStep.
</pre>
</div>
</content>
</entry>
<entry>
<title>Additions to .PATH are cumulative so referencing $.PATH is not helpful.</title>
<updated>2005-03-31T18:51:06+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-03-31T18:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0b755d6554aeea2576c277dabb7935bd5aad8b0d'/>
<id>0b755d6554aeea2576c277dabb7935bd5aad8b0d</id>
<content type='text'>
Informed by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Informed by:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix module build on amd64.  There may be a cleaner way to do the .PATH</title>
<updated>2005-03-28T00:24:11+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-03-28T00:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=be7df0563d7148e452a8627f43027f7b31496d55'/>
<id>be7df0563d7148e452a8627f43027f7b31496d55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hook powernow up to the build for i386 and amd64.</title>
<updated>2005-03-27T21:47:12+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-03-27T21:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bee2b3595d762cca775eca4b054e5f06f245f4a1'/>
<id>bee2b3595d762cca775eca4b054e5f06f245f4a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
