128 lines
3.1 KiB
Text
128 lines
3.1 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD$">
|
|
<!ENTITY title "FreeBSD ACPI project">
|
|
<!ENTITY email 'marks'>
|
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
|
|
|
<!-- Status levels -->
|
|
<!ENTITY status.na "<font color=green>N/A</font>">
|
|
<!ENTITY status.done "<font color=green>Done</font>">
|
|
<!ENTITY status.wip "<font color=blue>In progress</font>">
|
|
<!ENTITY status.untested "<font color=yellow>Needs testing</font>">
|
|
<!ENTITY status.new "<font color=red>Not done</font>">
|
|
<!ENTITY status.unknown "<font color=red>Unknown</font>">
|
|
|
|
<!-- The list of contributors was moved to a separate file so that it can
|
|
be used by other documents in the FreeBSD web site. -->
|
|
|
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
|
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h2>Contents</h2>
|
|
<ul>
|
|
<li><a href="#description">Description</a></li>
|
|
<li><a href="#todo-list">TODO List</a></li>
|
|
<li><a href="#platform-status">Platform Support Status</a></li>
|
|
<li><a href="#references">References</a></li>
|
|
</ul>
|
|
|
|
<a name="description"></a>
|
|
<h2>Description</h2>
|
|
|
|
<p>The acpi driver provides support for the Intel/Microsoft/Compaq/Toshiba
|
|
ACPI standard. This support includes platform hardware discovery (super-
|
|
seding the PnP and PCI BIOS), as well as power management (superseding
|
|
APM) and other features. ACPI core support is provided by the ACPI CA
|
|
reference implementation from Intel.</p>
|
|
|
|
|
|
<a name="todo-list"></a>
|
|
<h2>TODO List</h2>
|
|
|
|
<table border=3>
|
|
<tr>
|
|
<th> Task </th>
|
|
<th> Description </th>
|
|
<th> Responsible </th>
|
|
<th> Last updated </th>
|
|
<th> Priority </th>
|
|
<th> Status </th>
|
|
<th> Notes </th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> Giant-free locking </td>
|
|
<td> Remove dependency on Giant </td>
|
|
<td> &a.njl; </td>
|
|
<td> April 14, 2004 </td>
|
|
<td> High </td>
|
|
<td> &status.wip; </td>
|
|
<td> code halfway done, battery subsys needs reworking before locking. </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> newbus attachments for cpu </td>
|
|
<td> Get cpu devices under newbus so drivers like cpufreq can probe/attach </td>
|
|
<td> &a.njl; </td>
|
|
<td> April 14, 2004 </td>
|
|
<td> High </td>
|
|
<td> &status.wip; </td>
|
|
<td> Deal with unexpected conflicts on non-x86 platforms </td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<a name="platform-status"></a>
|
|
<h2>Platform Support Status</h2>
|
|
|
|
<table border=3>
|
|
<tr>
|
|
<th> Task </th>
|
|
<th> Responsible </th>
|
|
<th> Last updated </th>
|
|
<th> Status </th>
|
|
<th> Details </th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> amd64 </td>
|
|
<td> freebsd-acpi@ </td>
|
|
<td> April 14, 2004 </td>
|
|
<td> &status.wip; </td>
|
|
<td> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> i386 </td>
|
|
<td> freebsd-acpi@ </td>
|
|
<td> April 14, 2004 </td>
|
|
<td> &status.wip; </td>
|
|
<td> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> ia64 </td>
|
|
<td> freebsd-acpi@ </td>
|
|
<td> April 14, 2004 </td>
|
|
<td> &status.wip; </td>
|
|
<td> </td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<a name="references"></a>
|
|
<h2>References</h2>
|
|
|
|
<ul>
|
|
<li><a href="http://acpi.info/spec.htm">Advanced
|
|
Configuration and Power Interface Specification</a></li>
|
|
</ul>
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|