63518eccca
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.
9 lines
96 B
Makefile
9 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= if_edsc
|
|
SRCS= if_edsc.c
|
|
|
|
.include <bsd.kmod.mk>
|