Add one more todo item.

This commit is contained in:
Ken Smith 2004-08-20 04:15:13 +00:00
parent f3212a5726
commit 3898ea8fdf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22021

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.3R/todo.sgml,v 1.39 2004/08/06 19:02:47 blackend Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.40 2004/08/20 04:02:38 rwatson Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -181,6 +181,14 @@
ATA bug fixes for other problems.</td>
</tr>
<tr>
<td>DMA problems on sparc64</td>
<td>&status.new;</td>
<td>&a.scottl;</td>
<td>Recent modifications to the ATA driver expect data alignment issues
to be handled by busdma. Support for that is missing in sparc64.</td>
</tr>
<tr>
<td>Synaptics touchpad problems</td>
<td>&status.wip;</td>