From owner-cvs-all Sun Oct 25 03:26:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02396 for cvs-all-outgoing; Sun, 25 Oct 1998 03:26:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02375; Sun, 25 Oct 1998 03:26:03 -0800 (PST) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA01997; Sun, 25 Oct 1998 03:25:59 -0800 (PST) Date: Sun, 25 Oct 1998 03:25:59 -0800 (PST) Message-Id: <199810251125.DAA01997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ed.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1998/10/25 03:25:59 PST Modified files: (Branch: RELENG_2_2) sys/i386/isa if_ed.c Log: Fix two problems which can occur with poor cabling: 1) the routine to compute length for non-std packets (too short or too long) was off by 256 in almost all cases. 2) fixing the above triggered a bug in the bridging code causing ed_ring_copy to be called with a negative length -> panic. It is unlikely that you see the problem unless you use promisc mode, bridging and poor cabling. Revision Changes Path 1.107.2.10 +9 -2 src/sys/i386/isa/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message