yar 2007-10-27 18:25:53 UTC
FreeBSD src repository
Modified files:
sys/net if_loop.c
Log:
if_loop doesn't need to keep the list of lo(4) interfaces. Today
a private softc list is needed neither for tracking clones in general
nor for destroying all clones before the module unload -- if_clone
takes care of all that. (Note that some other interface drivers do
need a softc list to be able to scan it for their private purposes.)
Revision Changes Path
1.113 +0 -12 src/sys/net/if_loop.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"