harti 2003/07/22 08:11:08 PDT FreeBSD src repository Modified files: sys/netatm/ipatm ipatm_if.c Log: Allocate network interfaces from malloc() instead of using a zone. Usually one needs only a couple of them so using a zone is waste of memory (esp. on multi-cpu systems). Revision Changes Path 1.16 +6 -6 src/sys/netatm/ipatm/ipatm_if.c