From owner-cvs-all Thu May 2 0:27:34 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 E353137B404; Thu, 2 May 2002 00:27:29 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g427RTm11525; Thu, 2 May 2002 00:27:29 -0700 (PDT) (envelope-from arr) Message-Id: <200205020727.g427RTm11525@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Thu, 2 May 2002 00:27:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_cm.c atm_cm.h atm_subr.c 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/05/02 00:27:29 PDT Modified files: sys/netatm atm_cm.c atm_cm.h atm_subr.c Log: - Replaced the Atm_connection storage pool with an uma_zone of Atm_connection items. - Replaced the Atm_connvc storage pool with an uma_zone of Atm_connvc items. - Created void atm_cm_init(void *) and added it to the netatm init code. I'm thinking that there will definetly be more ``subsystem'' init functions to be added so I'll probably change these calls to be a for loop through init routines (or something). Revision Changes Path 1.17 +27 -29 src/sys/netatm/atm_cm.c 1.5 +3 -0 src/sys/netatm/atm_cm.h 1.27 +1 -0 src/sys/netatm/atm_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message