Add 'fix ACPI kernel module' to the TODO list.
This commit is contained in:
parent
026d0f9d1b
commit
215e283cb6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18886
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.51 2003/11/17 04:29:38 scottl Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.52 2003/11/17 04:33:25 scottl Exp $">
|
||||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
@ -50,6 +50,14 @@
|
||||||
<td>&status.new</td>
|
<td>&status.new</td>
|
||||||
<td>&a.jhb;</td>
|
<td>&a.jhb;</td>
|
||||||
<td><code>panic: Assertion td->td_turnstile != NULL failed at ../../../kern/subr_turnstile.c:427</code> has been affecting several users on multiple platforms.</td>
|
<td><code>panic: Assertion td->td_turnstile != NULL failed at ../../../kern/subr_turnstile.c:427</code> has been affecting several users on multiple platforms.</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>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue