From owner-cvs-src@FreeBSD.ORG Wed Nov 5 03:15:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17FCA16A4CE; Wed, 5 Nov 2003 03:15:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8DB43FE0; Wed, 5 Nov 2003 03:15:48 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA5BFmXJ055205; Wed, 5 Nov 2003 03:15:48 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA5BFmA3055204; Wed, 5 Nov 2003 03:15:48 -0800 (PST) (envelope-from harti) Message-Id: <200311051115.hA5BFmA3055204@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 5 Nov 2003 03:15:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hatm if_hatm_intr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 11:15:49 -0000 harti 2003/11/05 03:15:48 PST FreeBSD src repository Modified files: sys/dev/hatm if_hatm_intr.c Log: Initialize the USED flag in new external receive buffers to 0, not to 1. We put them directly onto the free list instead of calling the external mbuf free routine (that routine would have cleaned the flag). This fixes a bug which manifests itself in falsely reporting a lot of used buffers when configuring the interface down. Revision Changes Path 1.15 +2 -2 src/sys/dev/hatm/if_hatm_intr.c