From owner-freebsd-net@FreeBSD.ORG Fri May 28 08:16:48 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B6816A4CE for ; Fri, 28 May 2004 08:16:48 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C192A43D31 for ; Fri, 28 May 2004 08:16:47 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i4SFE2Dr049502 for freebsd-net@freebsd.org.checked; (8.12.8/vak/2.1) Fri, 28 May 2004 19:14:02 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i4SFDhhK049473; (8.12.8/vak/2.1) Fri, 28 May 2004 19:13:43 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40B75765.7010307@cronyx.ru> Date: Fri, 28 May 2004 19:14:45 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <20040528100914.GA43187@cell.sick.ru> <40B7439D.9030904@cronyx.ru> <20040528135516.GA44564@cell.sick.ru> <40B74D36.7040600@cronyx.ru> <20040528145603.GB45038@cell.sick.ru> In-Reply-To: <20040528145603.GB45038@cell.sick.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org cc: Harti Brandt cc: Julian Elischer Subject: Re: shutdown node VS disconnect all hooks X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 15:16:48 -0000 Gleb Smirnoff wrote: >On Fri, May 28, 2004 at 06:31:18PM +0400, Roman Kurakin wrote: >R> >On Fri, May 28, 2004 at 05:50:21PM +0400, Roman Kurakin wrote: >R> >R> >Here is the first one - convert all ng_type initializers to C99 sparse >R> >R> >type. >R> >R> > >R> >R> Hey guys, it seems all of you forgot about device nodes :-) >R> > >R> >Which ones? Just point me and I'll send diffs. My fingers can already >R> >convert >R> >ng_type initializers to c99 without interaction with brain :) >R> > >R> /cronyx/CVSUP/FreeBSD-5x/src/sys > grep -R "\bng_type\b" * | grep -v >R> "^netgraph" >R> | grep -v "ctau" | grep -v "cp" | grep -v "cx" > >Thanks. Why did you skip your own nodes? > > Just cause they mine and it looks bad to ask to fix own drivers :-) But I don't mind if someone will fix them before I get to do it. If I get first, I'll fix others :-) I wrote about device drivers not because of this change, it is quite simple and I was able to do it by myself, but I just wanted to remind that device drivers should be taken into account while designing new shutdown interface. rik