summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_subr.c
diff options
context:
space:
mode:
authorarr <arr@FreeBSD.org>2002-05-02 07:27:29 +0000
committerarr <arr@FreeBSD.org>2002-05-02 07:27:29 +0000
commitde0c0b47fee1edb13c152bca6704b78b08682383 (patch)
tree5d333b83d9a97872390d56c2e7dbe39370def59e /sys/netatm/atm_subr.c
parentf7f01600de16995a3b8291a1e6f854e750acf936 (diff)
downloadFreeBSD-src-de0c0b47fee1edb13c152bca6704b78b08682383.zip
FreeBSD-src-de0c0b47fee1edb13c152bca6704b78b08682383.tar.gz
- 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).
Diffstat (limited to 'sys/netatm/atm_subr.c')
-rw-r--r--sys/netatm/atm_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netatm/atm_subr.c b/sys/netatm/atm_subr.c
index edc2b8e..84a74d0 100644
--- a/sys/netatm/atm_subr.c
+++ b/sys/netatm/atm_subr.c
@@ -141,6 +141,7 @@ atm_initialize()
/*
* Initialize subsystems
*/
+ atm_cm_init(NULL);
atm_aal5_init();
/*
OpenPOWER on IntegriCloud