cvs commit: src/sys/net if_edsc.c

Yar Tikhiy yar at FreeBSD.org
Mon Mar 26 04:50:07 UTC 2007


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)


More information about the cvs-src mailing list