Re: shutdown node VS disconnect all hooks
From: Gleb Smirnoff (glebius_at_cell.sick.ru)
Date: 05/28/04
- Previous message: Roman Kurakin: "Re: shutdown node VS disconnect all hooks"
- In reply to: Roman Kurakin: "Re: shutdown node VS disconnect all hooks"
- Next in thread: Roman Kurakin: "Re: shutdown node VS disconnect all hooks"
- Reply: Roman Kurakin: "Re: shutdown node VS disconnect all hooks"
- Reply: Julian Elischer: "Re: shutdown node VS disconnect all hooks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 May 2004 18:56:03 +0400 To: Roman Kurakin <rik@cronyx.ru>
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?
R> dev/ar/if_ar.c:static struct ng_type typestruct = {
R> dev/musycc/musycc.c:static struct ng_type ngtypestruct = {
R> dev/sr/if_sr.c:static struct ng_type typestruct = {
R> dev/usb/udbp.c:Static struct ng_type ng_udbp_typestruct = {
R> i4b/driver/i4b_ing.c:static struct ng_type typestruct = {
R> pci/if_mn.c:static struct ng_type mntypestruct = {
here are the patches
-- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- text/plain attachment: if_ar.c.diff
- text/plain attachment: musycc.c.diff
- text/plain attachment: if_sr.c.diff
- text/plain attachment: udbp.c.diff
- text/plain attachment: i4b_ing.c.diff
- text/plain attachment: if_mn.c.diff
- Previous message: Roman Kurakin: "Re: shutdown node VS disconnect all hooks"
- In reply to: Roman Kurakin: "Re: shutdown node VS disconnect all hooks"
- Next in thread: Roman Kurakin: "Re: shutdown node VS disconnect all hooks"
- Reply: Roman Kurakin: "Re: shutdown node VS disconnect all hooks"
- Reply: Julian Elischer: "Re: shutdown node VS disconnect all hooks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|