Subject: CVS commit: src/sys/lkm/net/ethfoo/ethfoo
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 11/14/2004 20:05:42
Module Name: src
Committed By: cube
Date: Sun Nov 14 20:05:42 UTC 2004
Modified Files:
src/sys/lkm/net/ethfoo/ethfoo: ethfoo_lkm.c
Added Files:
src/sys/lkm/net/ethfoo/ethfoo: TODO
Log Message:
Add tap (as in Linux's tap) functionality to ethfoo. That means you now
have a device interface to the ethfoo devices through a device node.
select, poll, kqueue and SIGIO are possible on that device node. See TODO
for what remains to be done at that level.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/lkm/net/ethfoo/ethfoo/TODO
cvs rdiff -r1.5 -r1.6 src/sys/lkm/net/ethfoo/ethfoo/ethfoo_lkm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.