Date: Thu, 2 May 2002 00:27:29 -0700 (PDT) From: "Andrew R. Reiter" <arr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_cm.c atm_cm.h atm_subr.c Message-ID: <200205020727.g427RTm11525@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205020727.g427RTm11525>
