#
32580301 |
| 25-Feb-2010 |
Attilio Rao <attilio@FreeBSD.org> |
Introduce the new kernel sub-tree x86 which should contain all the code shared and generalized between our current amd64, i386 and pc98.
This is just an initial step that should lead to a more compl
Introduce the new kernel sub-tree x86 which should contain all the code shared 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 and the whole MD specific ISA bus part is added to the sub-tree but ideally a lot of code might be added and more shared support should grow.
Sponsored by: Sandvine Incorporated Reviewed by: emaste, kib, jhb, imp Discussed on: arch MFC: 3 weeks
show more ...
|
#
7e857dd1 |
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
129d3046 |
| 05-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Import ACPICA 20090521.
|
#
aaac7452 |
| 03-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Chase ACPICA API changes (for kernel and boot loader).
|
#
9eb9db93 |
| 31-May-2009 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Introduce support for cpufreq on PowerPC with the dynamic frequency switching capabilities of the MPC7447A and MPC7448.
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
9c797940 |
| 13-Apr-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
24cd3710 |
| 28-Mar-2009 |
Michael Reifenberger <mr@FreeBSD.org> |
Add support for Phenom (Family 10h) to cpufreq. Its a newer version provided by the author than in the PR.
PR: kern/128575 Submitted by: Gen Otsuji annona2 [at] gmail.com
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
ad3cf350 |
| 30-May-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Dike out WARNS from kernel module makefiles. Kernels and modules use a different mechanism for setting warning flags, and using WARNS here only has null or negative effects.
Submitted by: bde (I th
Dike out WARNS from kernel module makefiles. Kernels and modules 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")
show more ...
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
f8420b58 |
| 19-Apr-2005 |
Nate Lawson <njl@FreeBSD.org> |
Add a driver for SMI-based SpeedStep. The hardware supports two frequency settings and is an older version of the same design used for ICH SpeedStep. It is only known to be available on PIIX4 chipse
Add a driver for SMI-based SpeedStep. The hardware supports two frequency 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
show more ...
|
#
15785fbe |
| 04-Apr-2005 |
Nate Lawson <njl@FreeBSD.org> |
Add support for _PDC/_OSC by advertising that we support direct access to the PERF_CTL/STS MSRs via the new acpi_get_features() method. This should allow newer systems to use SpeedStep.
|
#
0b755d65 |
| 31-Mar-2005 |
Nate Lawson <njl@FreeBSD.org> |
Additions to .PATH are cumulative so referencing $.PATH is not helpful.
Informed by: ru
|
#
be7df056 |
| 28-Mar-2005 |
Nate Lawson <njl@FreeBSD.org> |
Fix module build on amd64. There may be a cleaner way to do the .PATH
|
#
bee2b359 |
| 27-Mar-2005 |
Nate Lawson <njl@FreeBSD.org> |
Hook powernow up to the build for i386 and amd64.
|
#
e1b98c74 |
| 23-Feb-2005 |
Nate Lawson <njl@FreeBSD.org> |
Hook p4tcc up to the module build.
|
#
f5a3ee30 |
| 20-Feb-2005 |
Nate Lawson <njl@FreeBSD.org> |
Hook EST up to the build.
|
#
335e4ff3 |
| 04-Feb-2005 |
Nate Lawson <njl@FreeBSD.org> |
Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.
|