From owner-cvs-all Fri Jun 14 10: 1:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F09237B404; Fri, 14 Jun 2002 10:00:55 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5EGxdh13715; Fri, 14 Jun 2002 09:59:39 -0700 (PDT) (envelope-from arr) Message-Id: <200206141659.g5EGxdh13715@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Fri, 14 Jun 2002 09:59:39 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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