From owner-cvs-all@FreeBSD.ORG Tue May 27 09:12:24 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F3811065675 for ; Tue, 27 May 2008 09:12:24 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id A6B5B8FC1A for ; Tue, 27 May 2008 09:12:23 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2782699rvf.43 for ; Tue, 27 May 2008 02:12:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4cCBXe7V6n3uhYEjJL59HXUrXRtt4AOrxy3/ewsDww0=; b=tO5+ELG1kK/dngGoeDFUoqj4OozSDSz/f21lU45UzRYScUqzmJvfGfgIgAk6AWMB2+xzNpkGzO0xl+lq015WYzqHr3vjWlnS0p5e0zppsXACRJsID45FKfL7sk4kDKcX5hUyws0S4DuOJv/ONpC3qASY0XjXVi2fXqWgWu+xJBw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ejL34ms1DKFoD6GseHHI0tROse5frP9jZgb6lYQMSV8f3PhHDt9pxLRtzQzw51DDy4zQvm59wiQpRs1TkGplDbCSsESnLHccAw/HkSmnE6Bm9pQ/B16wDnV4hDlwj6fGeva1JMrtn3t3NlkBxKiNXq0Judge40oNSU73p21S2gw= Received: by 10.141.122.20 with SMTP id z20mr426188rvm.293.1211879543248; Tue, 27 May 2008 02:12:23 -0700 (PDT) Received: by 10.140.128.6 with HTTP; Tue, 27 May 2008 02:12:23 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 11:12:23 +0200 From: "Niclas Zeising" To: "Harti Brandt" In-Reply-To: <20080527104446.K21021@beagle.kn.op.dlr.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527104446.K21021@beagle.kn.op.dlr.de> Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:12:24 -0000 On Tue, May 27, 2008 at 10:45 AM, Harti Brandt wrote: > On Tue, 27 May 2008, Bjoern A. Zeeb wrote: > > BAZ>On Tue, 27 May 2008, Niclas Zeising wrote: > BAZ> > BAZ>> > Remove netatm from HEAD as it is not MPSAFE and relies on the now > BAZ>> > removed > BAZ>> > NET_NEEDS_GIANT. netatm has been disconnected from the build for ten > BAZ>> > months in HEAD/RELENG_7. Specifics: > BAZ>> > > BAZ>> [SNIP more commit details] > BAZ>> > BAZ>> Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be > BAZ>> removed as well? > BAZ>> If that't the case, remove src/tools/build/options/WITHOUT_ATM and > BAZ>> regen src.conf. > BAZ> > BAZ>Oh, I think we only have two more ATM implementations left in the tree > BAZ>(but I could be wrong about the number;-) > > Actually only one. ngatm sits on top of the netnatm drivers... > > harti > Ok, I just thought this knob controlled tis part of the ATM are, but as far as i can tell, both libatm and atmarpd has been removed. Does this knob control any other parts of the software? Regards! //Niclas