freebsd-skq/sys/netatm
arr ddf3317bec - Turn the hea and hfa HARP storage pools into UMA zones and insert
the necesary uma_zcreate() and uma_zdestroy calls into module loading
  handler and the device attach handling.
- Change the related HARP netatm code to use UMA zone functions when
  dealing with the zones that were formerly the ATM interface (hea, hfa)
  storage pools.
- Have atm_physif_freenifs() now get passed an uma_zone_t so that we can
  properly free the allocated NIF's back to their zone.

This should be the last commit to remove any code that makes use of the
netatm storage pool api.  I will be removing the api code within the near
future.

Reviewed by:	mdodd
2002-06-14 16:59:38 +00:00
..
ipatm Pacify gcc by preinitializing a variable. 2002-05-24 06:17:42 +00:00
sigpvc - Turn a couple of storage pools into UMA zones and their associated calls 2002-05-24 00:38:25 +00:00
spans Fix a few warnings by adding a missing prototype 2002-05-24 06:17:17 +00:00
uni - Finish the uni part of the storage pool cleanup. There should now only 2002-06-13 14:32:51 +00:00
atm_aal5.c Back out my lats commit of locking down a socket, it conflicts with hsu's work. 2002-05-31 11:52:35 +00:00
atm_cm.c - Change the atm_cm_init function to take no argument. 2002-05-07 20:12:29 +00:00
atm_cm.h - Change the atm_cm_init function to take no argument. 2002-05-07 20:12:29 +00:00
atm_device.c - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
atm_if.c - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
atm_if.h - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
atm_ioctl.h Use a larger data type to prevent counters wrapping so quickly. 2002-06-07 05:29:13 +00:00
atm_pcb.h More HARP polishina: 2000-10-12 07:42:34 +00:00
atm_proto.c - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
atm_sap.h
atm_sigmgr.h Remove __P. 2002-03-20 02:39:27 +00:00
atm_signal.c - Change KM_ macro calls to the appropriate function call. 2002-04-19 17:45:22 +00:00
atm_socket.c Back out my lats commit of locking down a socket, it conflicts with hsu's work. 2002-05-31 11:52:35 +00:00
atm_stack.h Remove __P. 2002-03-20 02:39:27 +00:00
atm_subr.c - Remove the init routine for loop -- it broke something and I don't have 2002-05-07 20:50:10 +00:00
atm_sys.h - Change KM_ macro calls to the appropriate function call. 2002-04-19 17:45:22 +00:00
atm_usrreq.c - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
atm_var.h - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
atm_vc.h More HARP polishina: 2000-10-12 07:42:34 +00:00
atm.h - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
port.h - Nuke some more not needed #ifdef cruft. 2002-04-21 01:41:05 +00:00
queue.h