Move the ACPI-PCI task to the 'test' section. Thanks to John Baldwin for

his tremdous effort on this.
This commit is contained in:
Scott Long 2003-11-04 04:22:16 +00:00
parent 1e4f78d5c8
commit 40b0ebed98
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18699

View file

@ -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.42 2003/11/01 05:39:10 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.43 2003/11/04 04:11:10 scottl Exp $">
<!ENTITY title "FreeBSD 5.2 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -220,15 +220,6 @@
work, and should be coordinated with.</td>
</tr>
<tr>
<td>Complete the APIC PCI interrupt routing support</td>
<td>In progress</td>
<td>&a.jhb</td>
<td>The existing APIC interrupt code does not support PCI interrupt
routing properly. As a result, PCI interrupts cannot be routed either
via ACPI or across PCI-PCI bridges.</td>
</tr>
<tr>
<td>Run-time autoconfiguration of GBDE and related transforms</td>
<td>--</td>
@ -367,6 +358,15 @@
partition scheme used on ia64.</td>
</tr>
<tr>
<td>Complete the APIC PCI interrupt routing support</td>
<td>Complete</td>
<td>&a.jhb</td>
<td>Interrupt routing on ia32 has been completely re-written to support
ACPI hints for PCI interrupt routing, along with ACPI hints for CPU
enumeration.</td>
</tr>
</table>
&footer;