Date: Fri, 1 Oct 2004 02:33:58 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c Message-ID: <200410010233.i912Xwko075552@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 2004-10-01 02:33:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci if_rlreg.h sys/dev/re if_re.c Log: 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) Revision Changes Path 1.28.2.4 +25 -31 src/sys/dev/re/if_re.c 1.44.2.2 +8 -3 src/sys/pci/if_rlreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410010233.i912Xwko075552>