Commit graph

20 commits

Author SHA1 Message Date
reed
e04a298909 Also mention PowerNow in the COMMENT. But because of length removed "enabled". 2008-12-20 19:04:23 +00:00
adam
ff380de5a2 Changes 0.6:
* added support for ultra-low frequency idle-mode on CPUs that support
  On Demand Clock Modulation
* added an option to delay lowering the frequency
* added an option to count time spent on nice processes as idle
2008-09-11 09:51:54 +00:00
taca
1fa7acac66 Set RCD_SCRIPT_SRC.estd explicitly to fix install problem.
What's was changed?
2007-08-25 10:00:53 +00:00
tron
1063f75103 Properly substitute "@ECHO@" in startup script. Bump package revision
because of this fix.
2007-04-30 09:54:15 +00:00
abs
d48ffda076 Update estd to -r5nb3
- Ensure rc.d script starts with #!/bin/sh
2007-01-02 23:20:06 +00:00
joerg
5430595a63 DESTDIR support. 2006-11-03 19:14:25 +00:00
rillig
b6a67dc0ac Made the package work for unprivileged builds.
Fixed the file mode of the example rc.d script. (PR 34564)

This also fixes PR 32835, which had already suggested all the changes I
made, but I've seen it too late. :)
2006-09-20 07:19:59 +00:00
ghen
1c7f4f6ad4 x86_64 PowerNow support was added just a few days before branching netbsd-4.
NetBSD 3.x releases are not supported.
2006-08-11 16:10:44 +00:00
rjs
00ddfbd5d4 MACHINE_ARCH on amd64 is x86_64. 2006-08-09 12:17:44 +00:00
xtraeme
4dd14a5ba2 Add NetBSD-[3-9]*-amd64 into ONLY_FOR_PLATFORM. 2006-08-08 22:23:39 +00:00
xtraeme
0b802aba9a Fix -f on NetBSD/amd64 4.0 and powernow. Patch from Robert Swindells.
Quoting Robert:

With this change I get:

# estd -f
Supported frequencies (PowerNow Mode):
800 MHz
1600 MHz

Bump PKGREVISION.
2006-08-08 22:07:48 +00:00
joerg
1094e250ee Also mention that it works on DragonFly to be fair :-) 2006-08-06 01:11:14 +00:00
xtraeme
396df0151a estd also supports PowerNow! drivers of NetBSD 4.0, mention that. 2006-08-05 22:00:44 +00:00
adam
ba8c7f99ca Changes 0.5:
* Added support for DragonFly BSD
* Daemon can now be controlled via signals
* Bugfixes
2006-07-24 08:11:38 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
dillo
b80a89ab75 Fix bug in comparison function used to sort frequencies.
Install rc.d script.
Bump PKGREVISION.
Take maintainership.
2005-12-27 09:58:56 +00:00
adam
84a57872d8 Changes 0.4:
* Support for PowerNow
2005-10-07 08:52:14 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
agc
a4c741f41d Add rudimentary support for PowerNow processors from Rumi Szabolcs. 2005-01-24 10:56:03 +00:00
agc
de3f1dd6fe Initial import of estd-0.3 into the packages collection. From an
nudge from Rumi Szabolcs on port-i386.

The estd daemon dynamically sets the CPU-frequency on
SpeedStep-enabled CPUs depending on current cpu-utilization.  It is
written for systems running NetBSD.

Examples:

Maximize battery lifetime by limiting CPU-frequency to 1000 MHz and
switching to lower speeds fast:

	estd -d -b -M 1000

Maximize performance by running at least at 1400MHz and switching to
higher speeds real fast:

	estd -d -a -m 1400
2005-01-24 10:50:53 +00:00