Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/12/2000 09:22:40
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri May 12 16:22:40 UTC 2000

Modified Files:
	syssrc/sys/net: if_ethersubr.c

Log Message:
- Fix a bug in the double-loop version of ether_crc32_le() -- we're not't
  supposed to bubble carry through.
- Disable the double-loop version of ether_crc32_le() and add a
  table-driven version of ether_crc32_le() -- the table-driven
  version is faster.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 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.