From owner-cvs-all Tue Oct 2 15:37:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B36A37B406; Tue, 2 Oct 2001 15:37:38 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Mbc441077; Tue, 2 Oct 2001 15:37:38 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110022237.f92Mbc441077@freefall.freebsd.org> From: Matt Jacob Date: Tue, 2 Oct 2001 15:37:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/02 15:37:38 PDT Modified files: (Branch: RELENG_4) sys/pci if_wx.c Log: MFC: Let's not kid ourselves- we don't *really* support jumbframes yet. We only support the size of frame we are currently allocating, which is MCLBYTES - sizeof (struct ether_header) usable, so don't set an MTU that would go over this. Revision Changes Path 1.5.2.10 +8 -1 src/sys/pci/if_wx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message