Add one item and fix a typo while here.
This commit is contained in:
parent
2b8b3ab288
commit
ceafb8d592
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25078
1 changed files with 9 additions and 2 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/6.0R/todo.sgml,v 1.13 2005/07/11 07:51:25 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.14 2005/07/11 08:02:43 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -50,7 +50,7 @@
|
|||
<td>fdisk & boot0cfg</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.phk;</td>
|
||||
<td>The boot0cfg and fdisk utilitiesi need to be updated to use the proper
|
||||
<td>The boot0cfg and fdisk utilities need to be updated to use the proper
|
||||
GEOM model for updating the boot sector of a mounted disk.</td>
|
||||
</tr>
|
||||
|
||||
|
@ -98,6 +98,13 @@
|
|||
<td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons138.html">http://www.holm.cc/stress/log/cons138.html</a>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>aac(4) regression</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.scottl;</td>
|
||||
<td>There appears to be a regression in the aac device driver on
|
||||
Dell 2550 machines.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Required features for 6.0-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue