cvs commit: src/sys/net ethernet.h if_ethersubr.c
    Christian Weisgerber 
    naddy at FreeBSD.org
       
    Wed Jun  2 14:34:15 PDT 2004
    
    
  
naddy       2004/06/02 14:34:14 PDT
  FreeBSD src repository (ports committer)
  Modified files:
    sys/net              ethernet.h if_ethersubr.c 
  Log:
  Add helper functions to calculate the standard ethernet CRC in
  little/big endian fashion, so that network drivers can just reference
  the standard implementation and don't have to bring their own.
  
  As discussed on arch at .
  
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.23      +2 -0      src/sys/net/ethernet.h
  1.171     +73 -0     src/sys/net/if_ethersubr.c
    
    
More information about the cvs-all
mailing list