Add a busdma man page documentation task; since BUSDMA is now our
required API for accessing DMA in device drivers as of 5.1-RELEASE, it needs to be properly documented.
This commit is contained in:
parent
1f7de9b340
commit
b26513aeea
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16806
1 changed files with 12 additions and 1 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/5.1R/todo.sgml,v 1.30 2003/05/04 16:29:00 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.31 2003/05/05 16:15:47 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.1 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -221,6 +221,17 @@
|
|||
<td>The hardware notes for ia64 needs some large infusions of text.
|
||||
They probably haven't been synched with reality for awhile.</td>
|
||||
</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>
|
||||
|
||||
<h3>Areas requiring immediate testing</h3>
|
||||
|
|
Loading…
Reference in a new issue