<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/cpufreq, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-02-26T18:30:47Z</updated>
<entry>
<title>Add a quirk to disable this driver for certain older laptops with an ICH2</title>
<updated>2013-02-26T18:30:47Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2013-02-26T18:30:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ad65edee343f79be93a1ec098d38a7881609e02'/>
<id>urn:sha1:7ad65edee343f79be93a1ec098d38a7881609e02</id>
<content type='text'>
southbridge and an Intel 82815_MC host bridge where the host bridge's
revision is less than 5.

Tested by:	mi
MFC after:	1 week
</content>
</entry>
<entry>
<title>Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays</title>
<updated>2013-01-30T18:01:20Z</updated>
<author>
<name>Sofian Brabez</name>
<email>sbz@FreeBSD.org</email>
</author>
<published>2013-01-30T18:01:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=61bfd867626dad25026bafcbc5fbc595d9e85417'/>
<id>urn:sha1:61bfd867626dad25026bafcbc5fbc595d9e85417</id>
<content type='text'>
Reviewed by:	cognet
Approved by:	cognet
</content>
</entry>
<entry>
<title>Attach the cpufreq child devices with specific orders to enforce relative</title>
<updated>2008-08-13T16:09:40Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-08-13T16:09:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bc136b187d98c5e736530cd9b9b0e7658b305d8b'/>
<id>urn:sha1:bc136b187d98c5e736530cd9b9b0e7658b305d8b</id>
<content type='text'>
priority of some of the drivers that manage the same state (e.g. ichss0
vs est0).  Specifically, powernow, est, and p4tcc are added at order 10,
ichss at order 20, and smist at order 30.  Previously, some laptops were
seeing both ichss0 and est0 attaching and stomping on each other.

XXX: This isn't quite ideal, but works with the existing hacks, I think
what we really want instead is a single "speedstep0" device for CPUs
that the ichss, est, and smist drivers probe (but with differing
priorities).

MFC after:	1 week
</content>
</entry>
<entry>
<title>Probe CPUs after the PCI hierarchy on i386, amd64, and ia64.  This allows</title>
<updated>2008-03-10T22:18:07Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-03-10T22:18:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=463e0f91cb2b4baf565f29fd8c472dcba24c0940'/>
<id>urn:sha1:463e0f91cb2b4baf565f29fd8c472dcba24c0940</id>
<content type='text'>
the cpufreq drivers to reliably use properties of PCI devices for quirks,
etc.
- For the legacy drivers, add CPU devices via an identify routine in the
  CPU driver itself rather than in the legacy driver's attach routine.
- Add CPU devices after Host-PCI bridges in the acpi bus driver.
- Change the ichss(4) driver to use pci_find_bsf() to locate the ICH and
  check its device ID rather than having a bogus PCI attachment that only
  checked for the ID in probe and always failed.  As a side effect, you
  can now kldload ichss after boot.
- Fix the ichss(4) driver to use the correct device_t for the ICH (and not
  for ichss0) when doing PCI config space operations to enable SpeedStep.

MFC after:	2 weeks
Reviewed by:	njl, Andriy Gapon  avg of icyb.net.ua
</content>
</entry>
<entry>
<title>Since DELAY() was moved,  most &lt;machine/clock.h&gt; #includes have been</title>
<updated>2006-05-16T14:37:58Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2006-05-16T14:37:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c40da00ca320a38816049edd21966bd4045b2303'/>
<id>urn:sha1:c40da00ca320a38816049edd21966bd4045b2303</id>
<content type='text'>
unnecessary.
</content>
</entry>
<entry>
<title>Only activate ICH speedstep if we're going to use it.  No bugs were observed</title>
<updated>2005-03-20T01:25:21Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-03-20T01:25:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=823d404a6d929d473ee81056b61f675c74082aea'/>
<id>urn:sha1:823d404a6d929d473ee81056b61f675c74082aea</id>
<content type='text'>
due to this but it's cleaner this way.
</content>
</entry>
<entry>
<title>Make a pass through all drivers checking specs for desired behavior on</title>
<updated>2005-02-27T02:43:02Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-02-27T02:43:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97d31723e73ab6e80b3d0d586fc9a9998c2e1b6e'/>
<id>urn:sha1:97d31723e73ab6e80b3d0d586fc9a9998c2e1b6e</id>
<content type='text'>
SMP systems.  It appears all drivers except ichss should attach to each
CPU and that settings should be performed on each CPU.  Add comments about
this.  Also, add a guard for p4tcc's identify method being called more than
once.
</content>
</entry>
<entry>
<title>Support disabling individual cpufreq drivers with hints, e.g.,</title>
<updated>2005-02-22T06:31:45Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-02-22T06:31:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0dc1b976eb96fc6fa7fd78ce27e312385e4b9340'/>
<id>urn:sha1:0dc1b976eb96fc6fa7fd78ce27e312385e4b9340</id>
<content type='text'>
hint.ichss.0.disabled="1"
</content>
</entry>
<entry>
<title>Don't attach ichss if est is present.  On systems that seem to support both,</title>
<updated>2005-02-20T23:41:20Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-02-20T23:41:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a47331bb737cae17b7c1db59088a165411853ab6'/>
<id>urn:sha1:a47331bb737cae17b7c1db59088a165411853ab6</id>
<content type='text'>
the multi-setting EST is preferable.
</content>
</entry>
<entry>
<title>Introduce a new method, cpufreq_drv_type(), that returns the type of the</title>
<updated>2005-02-18T00:23:36Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-02-18T00:23:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e94a0c1a18e6974bd6467d32a0f0fec8bffe5307'/>
<id>urn:sha1:e94a0c1a18e6974bd6467d32a0f0fec8bffe5307</id>
<content type='text'>
driver.  This used to be handled by cpufreq_drv_settings() but it's
useful to get the type/flags separately from getting the settings.
(For example, you don't have to pass an array of cf_setting just to find
the driver type.)

Use this new method in our in-tree drivers to detect reliably if acpi_perf
is present and owns the hardware.  This simplifies logic in drivers as well
as fixing a bug introduced in my last commit where too many drivers attached.
</content>
</entry>
</feed>
