Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 09:59:39 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hea eni.c eni.h eni_globals.c eni_var.h hea_freebsd.c src/sys/dev/hfa fore_globals.c fore_include.h fore_load.c fore_var.h hfa_freebsd.c src/sys/netatm atm_device.c atm_if.c atm_if.h atm_var.h
Message-ID:  <200206141659.g5EGxdh13715@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

arr         2002/06/14 09:59:39 PDT

  Modified files:
    sys/dev/hea          eni.c eni.h eni_globals.c eni_var.h 
                         hea_freebsd.c 
    sys/dev/hfa          fore_globals.c fore_include.h fore_load.c 
                         fore_var.h hfa_freebsd.c 
    sys/netatm           atm_device.c atm_if.c atm_if.h atm_var.h 
  Log:
  - 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
  
  Revision  Changes    Path
  1.22      +2 -2      src/sys/dev/hea/eni.c
  1.6       +2 -2      src/sys/dev/hea/eni.h
  1.9       +6 -16     src/sys/dev/hea/eni_globals.c
  1.4       +2 -2      src/sys/dev/hea/eni_var.h
  1.4       +17 -2     src/sys/dev/hea/hea_freebsd.c
  1.10      +6 -16     src/sys/dev/hfa/fore_globals.c
  1.6       +2 -2      src/sys/dev/hfa/fore_include.h
  1.26      +2 -2      src/sys/dev/hfa/fore_load.c
  1.6       +3 -3      src/sys/dev/hfa/fore_var.h
  1.3       +18 -2     src/sys/dev/hfa/hfa_freebsd.c
  1.15      +5 -4      src/sys/netatm/atm_device.c
  1.14      +11 -12    src/sys/netatm/atm_if.c
  1.12      +5 -2      src/sys/netatm/atm_if.h
  1.17      +1 -1      src/sys/netatm/atm_var.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206141659.g5EGxdh13715>