Move the acpi module item to the testing list. Thanks to John, Nate, and
Jeff for all of their work here.
This commit is contained in:
parent
4e9c230444
commit
d7dca152b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19045
1 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.65 2003/11/25 20:16:25 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.66 2003/11/29 20:51:37 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -49,15 +49,6 @@
|
|||
to include a full stack trace so that it's clear if a second
|
||||
panic is also present.</td>
|
||||
|
||||
<tr>
|
||||
<td>ACPI kernel module</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>The new i386 interrupt code requires that ACPI be compiled into the
|
||||
kernel if it to be used. Work is underway to restore the ability to
|
||||
load it as a module.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Reported NFS failures</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -448,6 +439,15 @@
|
|||
configurations.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ACPI kernel module</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>The new i386 inpterrupt code should work whether the acpi driver is
|
||||
compiled into the kernel or loaded as a module. The loader should
|
||||
automatically load the module if it's not already compiled in.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue