Link to busdma project page.

Add items for the twe and ciss drivers to the "desirable" list.
This commit is contained in:
Murray Stokely 2003-08-19 06:14:45 +00:00
parent c3f7dc220e
commit f77915f47c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17919

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$">
<!ENTITY date "$FreeBSD: www/en/releases/4.9R/todo.sgml,v 1.1 2003/08/18 19:43:46 murray Exp $">
<!ENTITY local.rel "4.9">
<!ENTITY title "FreeBSD &local.rel; Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -17,6 +17,11 @@
&local.rel;. If you have any updates for this list, please e-mail
re@FreeBSD.org.</p>
<p>As many of these open issues involve merging bus_dma driver changes
from -CURRENT, the <a
href="&base;/projects/busdma/index.html">busdma</a> project page is
also useful.</p>
<h3>Must Resolve Issues for &local.rel;-RELEASE</h3>
<table border=1 width="100%">
@ -73,6 +78,20 @@
<td>USB does not currently work with PAE enabled.</td>
</tr>
<tr>
<td><tt>twe</tt> updated for bus_dma/PAE</td>
<td>--</td>
<td>ps</td>
<td>The 3ware <tt>twe</tt> driver needs to be updated for use with PAE in 4.X.</td>
</tr>
<tr>
<td><tt>ciss</tt> updated for bus_dma/PAE</td>
<td>--</td>
<td>ps</td>
<td>The <tt>ciss</tt> driver needs to be updated for use with PAE in 4.X.</td>
</tr>
</table>
<h3>Documentation items that must be resolved for &local.rel;</h3>