From owner-cvs-all@FreeBSD.ORG Fri Oct 1 02:33:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9743216A4CF; Fri, 1 Oct 2004 02:33:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A8FC43D49; Fri, 1 Oct 2004 02:33:58 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i912XwFW075553; Fri, 1 Oct 2004 02:33:58 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i912Xwko075552; Fri, 1 Oct 2004 02:33:58 GMT (envelope-from jmg) Message-Id: <200410010233.i912Xwko075552@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 1 Oct 2004 02:33:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 02:33:58 -0000 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