Date: Mon, 26 Mar 2007 04:50:06 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_edsc.c Message-ID: <200703260450.l2Q4o6vs047638@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2007-03-26 04:50:06 UTC FreeBSD src repository Added files: sys/net if_edsc.c Log: Introduce a new toy interface, edsc(4). It's a discard interface imitating an Ethernet device, so vlan(4) and if_bridge(4) can be attached to it for testing and benchmarking purposes. Its source can be an introduction to the anatomy of a network interface driver due to its simplicity as well as to a bunch of comments in it. (The rest of needed changes were in my previous commit, which got interrupted in the middle. Alas, CVS commits are not atomic.) Revision Changes Path 1.1 +349 -0 src/sys/net/if_edsc.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703260450.l2Q4o6vs047638>