From owner-cvs-src@FreeBSD.ORG Tue Jul 15 03:37:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B19C137B401; Tue, 15 Jul 2003 03:37:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD5343F3F; Tue, 15 Jul 2003 03:37:10 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6FAbA0U061539; Tue, 15 Jul 2003 03:37:10 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6FAb9ck061538; Tue, 15 Jul 2003 03:37:09 -0700 (PDT) Message-Id: <200307151037.h6FAb9ck061538@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 15 Jul 2003 03:37:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_atm.h if_atmsubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 10:37:11 -0000 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