From owner-cvs-all Thu Feb 8 14:55:22 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 99DD437BDF4; Thu, 8 Feb 2001 14:55:03 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f18Mt3A33506; Thu, 8 Feb 2001 14:55:03 -0800 (PST) (envelope-from luigi) Message-Id: <200102082255.f18Mt3A33506@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 8 Feb 2001 14:55:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/02/08 14:55:03 PST Modified files: sys/dev/ed if_ed.c Log: Whoops... forgotten a few pieces in previous patch: * a ">" is really ">=" ; * do not try to fetch zero-sized blocks from the card; * make sure that bpf gets the packets it wants even with bridging active; Revision Changes Path 1.199 +10 -6 src/sys/dev/ed/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message