From owner-cvs-src@FreeBSD.ORG Wed Oct 29 04:59:45 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 273A616A4CE; Wed, 29 Oct 2003 04:59:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981F043FDF; Wed, 29 Oct 2003 04:59:44 -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 h9TCxiXJ015251; Wed, 29 Oct 2003 04:59:44 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9TCxi1W015250; Wed, 29 Oct 2003 04:59:44 -0800 (PST) (envelope-from harti) Message-Id: <200310291259.h9TCxi1W015250@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 29 Oct 2003 04:59:44 -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.c if_hatm_intr.c if_hatmvar.h 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, 29 Oct 2003 12:59:45 -0000 harti 2003/10/29 04:59:44 PST FreeBSD src repository Modified files: sys/dev/hatm if_hatm.c if_hatm_intr.c if_hatmvar.h Log: Get rid of the mutexes for the exernal buffer free lists. Use atomic instructions instead. Remove the stuff used to track whether an external mbuf travels through the system. This is temporary only and will come back soon. Revision Changes Path 1.12 +0 -11 src/sys/dev/hatm/if_hatm.c 1.7 +49 -34 src/sys/dev/hatm/if_hatm_intr.c 1.6 +2 -7 src/sys/dev/hatm/if_hatmvar.h