The busdma manpage has been committed, remove it from the list. Also

remove the item regarding instability.  Some of the reports have been
tracked down to faulty hardware or drivers, while others have become
harder to reproduce.  It can be re-added to 5.2 is needed.
This commit is contained in:
Scott Long 2003-05-31 07:09:00 +00:00
parent 8f78f56749
commit aab8765b60
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17142

View file

@ -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.1R/todo.sgml,v 1.56 2003/05/29 03:17:48 rwatson Exp $"> <!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.57 2003/05/30 17:26:11 scottl Exp $">
<!ENTITY title "FreeBSD 5.1 Open Issues"> <!ENTITY title "FreeBSD 5.1 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;
@ -39,19 +39,6 @@
fixed in order to get a successful package build.</td> fixed in order to get a successful package build.</td>
</tr> </tr>
<tr>
<td>data corruption reports</td>
<td>In progress</td>
<td>&a.peter;, &a.bmilekic;</td>
<td>There have been reports of memory/data corruption on some systems;
one working hypothesis is that this corresponds to an undocumented
bug in a particular line of Intel and AMD processors, but it's
unclear whether current work-arounds are correcting or masking the
problem. Patches are being circulated to test this hypothesis,
but developers are encouraged to be on the lookout for possible
data corruption bugs.</td>
</tr>
</table> </table>
<h3>Desired Features for 5.1-RELEASE</h3> <h3>Desired Features for 5.1-RELEASE</h3>
@ -83,16 +70,6 @@
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th> <tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr> </tr>
<tr>
<td>busdma man page</td>
<td>In progress</td>
<td>&a.hmp;</td>
<td>As BUSDMA is now the required driver API for DMA access in
hardware device drivers as of 5.1-RELEASE, we need to make sure
it's properly documented. A man page is in progress and needs
to be appropriately reviewed and committed prior to the release.</td>
</tr>
</table> </table>
<h3>Areas requiring immediate testing</h3> <h3>Areas requiring immediate testing</h3>