Stick a date in the aic item.

Spell "Not Started" as "Not Done" -- carry over from the SMP page that
I modeled this on.
This commit is contained in:
Robert Watson 2002-12-09 22:46:02 +00:00
parent e4ad7a0aa7
commit 81ff8ca5c9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15259

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.7 2002/12/09 22:37:01 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.8 2002/12/09 22:40:35 rwatson Exp $">
<!ENTITY title "FreeBSD busdma driver conversion project">
<!ENTITY email 'mux'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -8,8 +8,7 @@
<!-- Status levels -->
<!ENTITY status.done "<font color=green>Done</font>">
<!ENTITY status.wip "<font color=blue>In progress</font>">
<!ENTITY status.stalled "<font color=purple>Stalled</font>">
<!ENTITY status.new "<font color=red>Not Started</font>">
<!ENTITY status.new "<font color=red>Not done</font>">
<!ENTITY status.resolved "<font color=green>Resolved</font>">
<!ENTITY status.unresolved "<font color=red>Unresolved</font>">
@ -402,7 +401,7 @@
<tr>
<td> aic </td>
<td> &a.scottl; </td>
<td> </td>
<td> December 9, 2002</td>
<td> &status.done; </td>
<td> Relies on CAM for v/p conversion.</td>
</tr>