|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
193d9e76 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0 |
|
| #
c09808d0 |
| 23-Aug-2010 |
Warner Losh <[email protected]> |
MFtbemd:
Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the source code location of the machine, the latter the binary output. In general, we want to use MACHINE_CPUARCH instead
MFtbemd:
Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the source code location of the machine, the latter the binary output. In general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless we're tesitng for a specific target. The isn't even moot for i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86, although a specific cleanup for that likely would be needed...
show more ...
|
|
Revision tags: release/8.1.0, release/7.3.0 |
|
| #
32580301 |
| 25-Feb-2010 |
Attilio Rao <[email protected]> |
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 ...
|
|
Revision tags: release/8.0.0 |
|
| #
129d3046 |
| 05-Jun-2009 |
Jung-uk Kim <[email protected]> |
Import ACPICA 20090521.
|
| #
aaac7452 |
| 02-Jun-2009 |
Jung-uk Kim <[email protected]> |
Chase ACPICA API changes (for kernel and boot loader).
|
| #
9eb9db93 |
| 31-May-2009 |
Nathan Whitehorn <[email protected]> |
Introduce support for cpufreq on PowerPC with the dynamic frequency switching capabilities of the MPC7447A and MPC7448.
|
|
Revision tags: release/7.2.0 |
|
| #
24cd3710 |
| 28-Mar-2009 |
Michael Reifenberger <[email protected]> |
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, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0 |
|
| #
ad3cf350 |
| 30-May-2006 |
Ruslan Ermilov <[email protected]> |
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, release/6.1.0, release/6.0.0, release/5.4.0 |
|
| #
f8420b58 |
| 19-Apr-2005 |
Nate Lawson <[email protected]> |
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 <[email protected]> |
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 <[email protected]> |
Additions to .PATH are cumulative so referencing $.PATH is not helpful.
Informed by: ru
|
| #
be7df056 |
| 28-Mar-2005 |
Nate Lawson <[email protected]> |
Fix module build on amd64. There may be a cleaner way to do the .PATH
|
| #
bee2b359 |
| 27-Mar-2005 |
Nate Lawson <[email protected]> |
Hook powernow up to the build for i386 and amd64.
|
| #
e1b98c74 |
| 23-Feb-2005 |
Nate Lawson <[email protected]> |
Hook p4tcc up to the module build.
|
| #
f5a3ee30 |
| 20-Feb-2005 |
Nate Lawson <[email protected]> |
Hook EST up to the build.
|
| #
335e4ff3 |
| 04-Feb-2005 |
Nate Lawson <[email protected]> |
Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.
|