K 10 svn:author V 3 jmg K 8 svn:date V 27 2004-10-01T02:33:58.000000Z K 7 svn:log V 684 MFC: if_rlreg.h: v1.46 > comment requirement that rx/tx descriptor counts must be equal due to > shared code... > define rx descriptor count in terms of tx > align defines v1.47: > fix misspelling of TX... MFC: if_re.c: v1.32 > pass in pointer to m_head to re_encap because m_defrag could free the > original mbuf causing a free'd mbuf passed to bpf later and panic'ing the > system.. This should only effect jumbo frames. v1.33: > spell RX correctly > don't call re_rxeof a second time when we've already done the work > pull common code out from if and else clauses v1.34: > trim trailing white space.. > call the re mutex by it's name.. Approved by: re (scottl) END