From owner-cvs-src@FreeBSD.ORG Tue Oct 12 21:51:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCFE316A4CF; Tue, 12 Oct 2004 21:51:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCEB43D41; Tue, 12 Oct 2004 21:51:20 +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 i9CLpK5a045720; Tue, 12 Oct 2004 21:51:20 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLpKpD045719; Tue, 12 Oct 2004 21:51:20 GMT (envelope-from jmg) Message-Id: <200410122151.i9CLpKpD045719@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 12 Oct 2004 21:51:20 +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/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/pci if_rlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:51:21 -0000 jmg 2004-10-12 21:51:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 re.4 sys/dev/re if_re.c sys/pci if_rlreg.h Log: MFC: if_re.c v1.35, if_rlreg.h v1.48: > fix jumbo frames as much as they can be fixed for re. We now cap the MTU > to 7422 since it appears that the 8169S can't transmit anything larger.. > The 8169S can receive full jumbo frames, but we don't have an mru to let > the upper layers know this... > > add fixup so that this driver should work on alignment constrained > platforms > (!i386 && !amd64) re.4 v1.9 & v1.10: > document the limit on jumbo frame size.. and bump document date Approved by: re (scottl) Revision Changes Path 1.6.2.3 +2 -1 src/share/man/man4/re.4 1.28.2.5 +54 -16 src/sys/dev/re/if_re.c 1.44.2.3 +18 -1 src/sys/pci/if_rlreg.h