Subject: Re: CVS commit: src/sys/net
To: Jun-ichiro itojun Hagino <itojun@netbsd.org>
From: enami tsugutomo <enami@but-b.or.jp>
List: source-changes
Date: 10/07/2004 05:16:19
> Module Name:	src
> Committed By:	itojun
> Date:		Wed Oct  6 02:44:32 UTC 2004
> 
> Modified Files:
> 	src/sys/net: if.c
> 
> Log Message:
> call dom_ifattach[] at consistent state.  before this commit, dom_ifattach[]
> was called after interface attach is completely done for non-cloning interface,
> and from within if_attach() for cloning interface (which was wrong).
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.144 -r1.145 src/sys/net/if.c

I guess this breaks removable network interface (like xx at cardbus
etc) since they don't exist when main() calls if_attachdomain().

enami.