Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/06/2000 12:54:42
Module Name: syssrc
Committed By: thorpej
Date: Mon Mar 6 20:54:42 UTC 2000
Modified Files:
syssrc/sys/net: if_ether.h if_ethersubr.c
Log Message:
- Initialize ifp->if_baudrate to a sensible value when the interface is
attached.
- Add ether_crc32_be() and ether_crc_le(), common functions for computing
the Ethernet CRC on arbitrary length buffers. Nothing uses them yet,
and these should be double-checked and probably re-implemented as
table-driven functions.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/net/if_ether.h
cvs rdiff -r1.52 -r1.53 syssrc/sys/net/if_ethersubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.