Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/net



> 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.



Home | Main Index | Thread Index | Old Index