From owner-cvs-src@FreeBSD.ORG Thu Aug 7 07:31:01 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 D35B237B405; Thu, 7 Aug 2003 07:31:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF2C43FAF; Thu, 7 Aug 2003 07:31:01 -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 h77EV00U084899; Thu, 7 Aug 2003 07:31:00 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h77EUxde084894; Thu, 7 Aug 2003 07:30:59 -0700 (PDT) Message-Id: <200308071430.h77EUxde084894@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 7 Aug 2003 07:30:59 -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/dev/patm if_patm.c if_patm_ioctl.c if_patmvar.h 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: Thu, 07 Aug 2003 14:31:02 -0000 harti 2003/08/07 07:30:59 PDT FreeBSD src repository Modified files: sys/dev/patm if_patm.c if_patm_ioctl.c if_patmvar.h Log: Make open channels persist across ifconfig down and up. All channels that are not currently closing when the interface is configured down will be brough up as soon as the interface is configured up. Revision Changes Path 1.3 +14 -6 src/sys/dev/patm/if_patm.c 1.5 +22 -15 src/sys/dev/patm/if_patm_ioctl.c 1.3 +4 -0 src/sys/dev/patm/if_patmvar.h