From owner-cvs-src@FreeBSD.ORG Wed Oct 29 06:28:27 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 CB03316A4CE; Wed, 29 Oct 2003 06:28:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 467D643F3F; Wed, 29 Oct 2003 06:28:27 -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 h9TESRXJ021001; Wed, 29 Oct 2003 06:28:27 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9TESQ3I020997; Wed, 29 Oct 2003 06:28:26 -0800 (PST) (envelope-from harti) Message-Id: <200310291428.h9TESQ3I020997@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 29 Oct 2003 06:28:26 -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 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 14:28:28 -0000 harti 2003/10/29 06:28:26 PST FreeBSD src repository Modified files: sys/dev/hatm if_hatm_intr.c if_hatmvar.h Log: Inline a function that was called only in one place directly into that place. Correct a bug when the number of pages for external mbufs was very large. In this case the page number could overflow into the large buffer flag. Make this more unlikley by move that flag further away. Revision Changes Path 1.10 +48 -58 src/sys/dev/hatm/if_hatm_intr.c 1.9 +24 -14 src/sys/dev/hatm/if_hatmvar.h