summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/sscop_var.h
Commit message (Collapse)AuthorAgeFilesLines
* Constify the arguments to several pdu_print functions.harti2003-07-241-1/+2
|
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-17/+17
| | | | | | | arguments. - Fix a few other places that assumed that sizeof(int) == sizeof(void *). Reviewed by: mdodd
* - Finish the uni part of the storage pool cleanup. There should now onlyarr2002-06-131-1/+4
| | | | | | | | | | be a few bits left to clean from the HARP code in terms of what is using the storage pools; once that's done, the memory management code can be removed entirely. This commit effectively changes the use of dynamic memory routines from atm_allocate, atm_free, atm_release_pool to uma_zcreate, uma_zalloc, uma_zfree, uma_zdestroy.
* Remove __P.alfred2002-03-201-100/+100
|
* More HARP polishina:phk2000-10-121-2/+2
| | | | | 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/+283
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