Add if_ti: not busdma.
Add twe: does use busdma. Add Notes column to storage and misc device categories. Submitted by: jake
This commit is contained in:
parent
9200d41f24
commit
b966bc8505
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15251
1 changed files with 19 additions and 1 deletions
|
@ -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.1 2002/12/09 17:30:54 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.2 2002/12/09 17:44:20 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD busdma driver conversion project">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -233,6 +233,14 @@
|
|||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> if_ti </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> &status.new; </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> if_txp </td>
|
||||
<td> </td>
|
||||
|
@ -260,6 +268,15 @@
|
|||
<th> Responsible </th>
|
||||
<th> Last updated </th>
|
||||
<th> Status </th>
|
||||
<th> Notes </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> twe </td>
|
||||
<td> </td>
|
||||
<td> December 9, 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
@ -272,6 +289,7 @@
|
|||
<th> Responsible </th>
|
||||
<th> Last updated </th>
|
||||
<th> Status </th>
|
||||
<th> Notes </th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue