From owner-cvs-all@FreeBSD.ORG Sat Dec 25 09:53:11 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 4ACAD16A4CE; Sat, 25 Dec 2004 09:53:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2371243D2D; Sat, 25 Dec 2004 09:53:11 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBP9rAML020927; Sat, 25 Dec 2004 09:53:11 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBP9rAt6020926; Sat, 25 Dec 2004 09:53:10 GMT (envelope-from bz) Message-Id: <200412250953.iBP9rAt6020926@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 25 Dec 2004 09:53:09 +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_sk.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: Sat, 25 Dec 2004 09:53:11 -0000 bz 2004-12-25 09:53:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci if_sk.c Log: MFC rev 1.93 Enable jumbo frames on Yukon variants of sk(4). In contrast to OpenBSD we enable jumbo frame support depending on MTU setting (like done for xmac). Obtained from: OpenBSD if_sk.c r1.52 (YU_SMR_MFL_JUMBO flag) Approved by: pjd (mentor) Revision Changes Path 1.83.2.5 +9 -2 src/sys/pci/if_sk.c