Remove passive cooling entry. ume@ already implemented this.

Submited by:	njl
This commit is contained in:
Murray Stokely 2006-04-17 22:58:50 +00:00
parent 70089b1042
commit 4794fcd39b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27575

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.37 2006/04/17 15:09:40 brooks Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.38 2006/04/17 22:52:12 murray Exp $">
<!ENTITY title "FreeBSD Summer Projects">
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -227,17 +227,6 @@ href="&base;/projects/ideas/index.html">here</a>.</p>
code, and have a good understanding of how to do a clean room
implementation of GPLed code (no copy & paste!).</li>
<li><strong>Implement passive cooling in ACPI thermal</strong>: The
cpufreq interface should be used to cool the processor, based on
the various _PSV settings. Also, we need to implement variable
polling intervals for thermal zones based on both the passive
settings and polling explicitly specified in the ASL. This
project requires good knowledge of C, an understanding of the
hardware/software interface, a laptop that works with ACPI, and
kernel awareness. <a href="mailto:njl@FreeBSD.org">&a.njl;</a>
and <a href="mailto:bruno@FreeBSD.og">&a.bruno;</a> are
coordinating.</li>
<li><strong>Suspend to disk</strong>: Implement a suspend/resume
from disk mechanism. Possibly use the dump functions to dump
pages to disk, then use ACPI to put the system in S4 or power-off.