From owner-cvs-all Fri Feb 8 17:26:23 2002 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 120C837B400; Fri, 8 Feb 2002 17:26:19 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g191QJd06551; Fri, 8 Feb 2002 17:26:19 -0800 (PST) (envelope-from luigi) Message-Id: <200202090126.g191QJd06551@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 8 Feb 2002 17:26:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sisreg.h 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 luigi 2002/02/08 17:26:18 PST Modified files: (Branch: RELENG_4) sys/pci if_sisreg.h Log: MFC: compute the correct payload length on received packets, excluding CRC. This apparently gave problems when bridging large packets, because the code would attempt to send frames exceeding the maximum ether size. Revision Changes Path 1.1.4.8 +1 -1 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message