Update the 5.2 TODO list to reflect progress in many areas.

This commit is contained in:
Scott Long 2003-09-01 06:09:17 +00:00
parent 4f1b13ea0f
commit 585acad3e3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18040

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.30 2003/08/25 18:47:53 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.31 2003/08/29 17:47:04 jhb Exp $">
<!ENTITY title "FreeBSD 5.2 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -35,30 +35,24 @@
<td>KSE support for sparc64</td>
<td>In progress</td>
<td>&a.jake;</td>
<td>Unsupported in 5.1-RELEASE; required for 5.2-RELEASE.</td>
<td>Kernel bits are implemented but untested. Userland bits are
not implemented. Required for 5.2-RELEASE.</td>
</tr>
<tr>
<td>KSE support for ia64</td>
<td>Complete.</td>
<td>&a.marcel;</td>
<td>Unsupported in 5.1-RELEASE; required for 5.2-RELEASE.</td>
</tr>
<tr>
<td>KSE support for amd64</td>
<td>In progress.</td>
<td>&a.peter;</td>
<td>Unsupported in 5.1-RELEASE; desired for 5.2-RELEASE if
amd64 is to achieve Tier 1 support.</td>
<td>Kernel and userland bits implemented but unstable. Required for
5.2-RELEASE.</td>
</tr>
<tr>
<td>KSE support for alpha</td>
<td>In progress.</td>
<td>&a.marcel;</td>
<td>Unsupported in 5.1-RELEASE; desired for 5.2-RELEASE if
alpha is to retain Tier 1 support.</td>
<td>Userland bits implemented, kernel bits not implemented. Required for
5.2-RELEASE.</td>
</tr>
<tr>
@ -71,12 +65,12 @@
</tr>
<tr>
<td>ia64 sio support</td>
<td>New serial UART framework</td>
<td>In progress</td>
<td>&a.marcel;, &a.imp;</td>
<td>ia64 serial console support is reported to not be functional
on HP Itanium2 platforms. A reworking of the sio driver to
improve platform independence and bus handling is likely needed.</td>
<td>A reworking of the sio driver is needed to support serial terminal
devices on sparc64 and ia64 platforms, among others. This is also an
enabler for syscons support on sparc64.</td>
</tr>
<tr>
@ -123,16 +117,6 @@
and merged to the FreeBSD tree.</td>
</tr>
<tr>
<td>sparc64 adaptation of syscons</td>
<td>In progress</td>
<td>&a.jake;</td>
<td>Port syscons to sparc64. Add device drivers for sun mice
and keyboards. Allow for more than 3 bits of background
colour in syscons. Creator frame buffer device driver. In
the process, generally improve the MI-ness of syscons.</td>
</tr>
<tr>
<td>ACL_MASK override of umask support in UFS</td>
<td>In progress</td>
@ -158,17 +142,6 @@
contention on Giant.</td>
</tr>
<tr>
<td>ATA driver structural improvements, MPsafety</td>
<td>In progress</td>
<td>&a.sos;</td>
<td>Move ATA commands into requests, so that they can be linked
together, centralize request queue management permitting direct
DMA of ATA commands. These architectural changes will also
facilitate complete MP-safety of the ATA driver suite, and
dramatically improve support for Promise RAID controllers.</td>
</tr>
<tr>
<td>Tier-1 Support for AMD64 Hammer</td>
<td>In progress</td>
@ -215,19 +188,9 @@
work, and should be coordinated with.</td>
</tr>
<tr>
<td>Support for a fully dynamic system</td>
<td>In progress</td>
<td>&a.gordon;</td>
<td>With the introduction of extensive PAM and NSS support in 5.0-RELEASE
and 5.1-RELEASE, support for a fully dynamically linked system
is desired. &a.gordon; has in-progress patches to post for review
following the 5.1 release cycle.</td>
</tr>
<tr>
<td>Complete the APIC PCI interrupt routing support</td>
<td>In progresstd>
<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
@ -366,6 +329,15 @@
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>ATA driver structural improvements, MPsafety</td>
<td>Complete</td>
<td>&a.sos;</td>
<td>New ATA model has arrived. Much testing is needed to ensure no
regressions. ATAPI-CAM seems especially fragile, more testing is
encouraged.</td>
</tr>
</table>
&footer;