summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_cm.h
Commit message (Collapse)AuthorAgeFilesLines
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-1/+1
| | | | | | | arguments. - Fix a few other places that assumed that sizeof(int) == sizeof(void *). Reviewed by: mdodd
* - Change the atm_cm_init function to take no argument.arr2002-05-071-1/+1
|
* - Replaced the Atm_connection storage pool with an uma_zone ofarr2002-05-021-0/+3
| | | | | | | | | | 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).
* Remove __P.alfred2002-03-201-15/+15
|
* More HARP polishina:phk2000-10-121-4/+4
| | | | | unifdef -UFORE_SBUS -DFORE_PCI s/ATM_KERNEL/_KERNER/g
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add new files for HARP3phk1998-09-151-0/+348
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
OpenPOWER on IntegriCloud