doc/fr_FR.ISO8859-1/htdocs/projects/acpi/index.xml
Hiroki Sato 52f6d56540 - Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
  XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
  stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
2013-11-13 06:10:37 +00:00

138 lines
3.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "Projet FreeBSD ACPI">
<!ENTITY email 'marks'>
<!-- Status levels -->
<!ENTITY status.na "<font color=green>Non prévu</font>">
<!ENTITY status.done "<font color=green>Achevé</font>">
<!ENTITY status.wip "<font color=blue>En cours</font>">
<!ENTITY status.untested "<font color=yellow>Nécessite des tests</font>">
<!ENTITY status.new "<font color=red>Pas encore commencé</font>">
<!ENTITY status.unknown "<font color=red>Inconnu</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. -->
]>
<!--
The FreeBSD French Documentation Project
Original revision: 1.1
Version francaise : Antoine Brodin <antoine.brodin@laposte.net>
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.developers">
<h2>Contenu</h2>
<ul>
<li><a href="#description">Description</a></li>
<li><a href="#todo-list">Liste des choses &agrave; faire</a></li>
<li><a href="#platform-status">Statut du Support des Architectures</a></li>
<li><a href="#references">Références</a></li>
</ul>
<a name="description"></a>
<h2>Description</h2>
<p>Le pilote acpi apporte le support du standard ACPI Intel/Microsoft/Compaq/Toshiba.
Ce support comprend la reconnaissance du matériel (remplaçant
le PnP et le BIOS PCI), ainsi que la gestion de l'énergie (remplaçant
l'APM) et d'autres dispositifs. Le coeur du support de l'ACPI est fourni par
l'implémentation de référence ACPI CA d'Intel.</p>
<a name="todo-list"></a>
<h2>Liste des choses &agrave; faire</h2>
<table class="tblbasic">
<tr>
<th> Tâche </th>
<th> Description </th>
<th> Responsable </th>
<th> Dernière mise &agrave; jour </th>
<th> Priorité </th>
<th> Statut </th>
<th> Notes </th>
</tr>
<tr>
<td> Verrouillage sans le mutex Giant </td>
<td> Ne plus dépendre du mutex Giant </td>
<td> &a.njl; </td>
<td> 14 Avril 2004 </td>
<td> Haute </td>
<td> &status.wip; </td>
<td> codé &agrave; moitié, il faut remanier la partie batterie avant le verrouillage. </td>
</tr>
<tr>
<td> attachements newbus pour les processeurs </td>
<td> Utiliser newbus pour les processeurs pour que des pilotes tels que cpufreq puissent effectuer des opérations de sondage/attachement </td>
<td> &a.njl; </td>
<td> 14 Avril 2004 </td>
<td> Haute </td>
<td> &status.wip; </td>
<td> Gérer les conflits imprévus sur les architectures non x86 </td>
</tr>
</table>
<a name="platform-status"></a>
<h2>Statut du Support des Architectures</h2>
<table class="tblbasic">
<tr>
<th> Tâche </th>
<th> Responsable </th>
<th> Dernière mise &agrave; jour </th>
<th> Statut </th>
<th> Details </th>
</tr>
<tr>
<td> amd64 </td>
<td> freebsd-acpi@ </td>
<td> 14 Avril 2004 </td>
<td> &status.wip; </td>
<td> &nbsp; </td>
</tr>
<tr>
<td> i386 </td>
<td> freebsd-acpi@ </td>
<td> 14 Avril 2004 </td>
<td> &status.wip; </td>
<td> &nbsp; </td>
</tr>
<tr>
<td> ia64 </td>
<td> freebsd-acpi@ </td>
<td> 14 Avril 2004 </td>
<td> &status.wip; </td>
<td> &nbsp; </td>
</tr>
</table>
<a name="references"></a>
<h2>Références</h2>
<ul>
<li><a href="http://acpi.info/spec.htm">Spécification de l'interface de
configuration avancé et de gestion de l'énergie</a></li>
</ul>
</body>
</html>