Add a todo item for completing our support for APIC PCI routing.
No current owner and status; may be assigned to jhb once I hear back from him. Submitted by: Cagle, John (ISS-Houston) <john.cagle@hp.com>
This commit is contained in:
parent
d1f6f8e0d5
commit
bdcb50548c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16940
1 changed files with 12 additions and 1 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.17 2003/05/15 21:29:59 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.18 2003/05/17 00:00:31 bmah Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -187,6 +187,17 @@
|
|||
following the 5.1 release cycle.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Complete the APIC PCI interrupt routing support</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>Existing interrupt routing code is not able to correctly determine
|
||||
the interrupt routing of PCI devices that are behind PCI-to-PCI
|
||||
bridges when using APIC Full Table routing (with non-legacy interrupts
|
||||
above 15).</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired Features for 5.2-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue