Move a couple comments from the task column to the nodes column.

This commit is contained in:
Brooks Davis 2004-12-06 20:50:43 +00:00
parent 3058e8b5c9
commit 91bda648ef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23146

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/dingo/index.sgml,v 1.4 2004/12/04 03:31:12 mlaier Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/dingo/index.sgml,v 1.5 2004/12/04 12:18:01 ceri Exp $">
<!ENTITY title "FreeBSD Network Cleanup and Consolidation Project (dingo)">
<!ENTITY email 'mux'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -219,20 +219,20 @@ RFC1701
<TD></TD>
</TR>
<TR>
<TD>Nuke struct arpcom (partially related to ARP rewrite).</TD>
<TD>Nuke struct arpcom</TD>
<td> </td>
<td> 20041203 </td>
<td> &status.new; </td>
<TD></TD>
<TD>partially related to ARP rewrite</TD>
</TR>
<TR>
<TD>Generic mechanism to attach per-subsystem data to
interfaces (needed to clean up ng_fec and remove ac_netgraph
from struct arpcom).</TD>
interfaces</TD>
<td> </td>
<td> 20041203 </td>
<td> &status.new; </td>
<TD></TD>
<TD>needed to clean up ng_fec and remove ac_netgraph from
struct arpcom.</TD>
</TR>
<TR>
<TD>Remove struct ifnet from softc.</TD>