freebsd-dev/sys/dev/hea
Andrew R. Reiter b6037a7953 - 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
..
eni_buffer.c Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) 2002-06-03 09:16:52 +00:00
eni_globals.c - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
eni_if.c
eni_init.c
eni_intr.c
eni_receive.c
eni_stats.h
eni_suni.h
eni_transmit.c - Remove KM_ macro calls and replace with the real function we're calling. 2002-04-19 17:43:11 +00:00
eni_var.h - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
eni_vcm.c - Remove KM_ macro calls and replace with the real function we're calling. 2002-04-19 17:43:11 +00:00
eni.c - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
eni.h - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
hea_freebsd.c - Turn the hea and hfa HARP storage pools into UMA zones and insert 2002-06-14 16:59:38 +00:00
hea_freebsd.h Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) 2002-06-03 09:16:52 +00:00
hea_pci.c Recognize Adaptec ANA-5910/30/40[A] boards. 2002-06-07 05:23:01 +00:00