Date: Tue, 15 Jul 2003 03:37:09 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_atm.h if_atmsubr.c Message-ID: <200307151037.h6FAb9ck061538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2003/07/15 03:37:09 PDT FreeBSD src repository Modified files: sys/net if_atm.h if_atmsubr.c Log: Implement an utility function that can be used by device drivers to implement the ATMIOCGVCCS ioctls. This routine handles changing VCC tables (which can occure because we cannot hold the driver mutex while allocating memory) with a loop and a re-allocation, should the table not fit in the allocated memory. Revision Changes Path 1.15 +2 -0 src/sys/net/if_atm.h 1.31 +57 -0 src/sys/net/if_atmsubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307151037.h6FAb9ck061538>