From owner-cvs-all Tue Apr 30 0:42: 2 2002 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 BE36D37B41D; Tue, 30 Apr 2002 00:41:59 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3U7fxR38455; Tue, 30 Apr 2002 00:41:59 -0700 (PDT) (envelope-from arr) Message-Id: <200204300741.g3U7fxR38455@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Tue, 30 Apr 2002 00:41:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_cm.c atm_subr.c atm_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/04/30 00:41:59 PDT Modified files: sys/netatm atm_cm.c atm_subr.c atm_var.h Log: - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc. - Remove atm_uma_ctor() as the M_ZERO will zero out the memory for us. Revision Changes Path 1.16 +1 -1 src/sys/netatm/atm_cm.c 1.26 +3 -13 src/sys/netatm/atm_subr.c 1.14 +0 -1 src/sys/netatm/atm_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message