Date: Mon, 11 Mar 2002 01:26:08 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c if.h if_faith.c if_gif.c if_gif.h if_loop.c if_stf.c if_vlan.c if_vlan_var.h Message-ID: <200203110926.g2B9Q8G23476@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2002/03/11 01:26:08 PST Modified files: sys/net if.c if.h if_faith.c if_gif.c if_gif.h if_loop.c if_stf.c if_vlan.c if_vlan_var.h Log: Simplify the interface cloning framework by handling unit unit allocation with a bitmap in the generic layer. This allows us to get rid of the duplicated rman code in every clonable interface. Reviewed by: brooks Approved by: phk Revision Changes Path 1.133 +59 -4 src/sys/net/if.c 1.70 +7 -3 src/sys/net/if.h 1.13 +5 -49 src/sys/net/if_faith.c 1.21 +5 -46 src/sys/net/if_gif.c 1.9 +1 -2 src/sys/net/if_gif.h 1.69 +9 -55 src/sys/net/if_loop.c 1.19 +5 -47 src/sys/net/if_stf.c 1.39 +5 -46 src/sys/net/if_vlan.c 1.11 +1 -2 src/sys/net/if_vlan_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203110926.g2B9Q8G23476>