- 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).
Description
Description
Details
Details
- Provenance
arr Authored on - Parents
- rS95923: malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the
- Branches
- Unknown
- Tags