Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/29/1998 14:40:01
mycroft
Sun Mar 29 14:34:28 PST 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv20887/ic

Modified Files:
	am7990.c mb86960.c lemac.c 
Log Message:
Use a 4-bit table to speed up the CRC even further, without increasing the
code size too much.

mycroft
Sun Mar 29 14:34:29 PST 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv20887/pci

Modified Files:
	if_de.c 
Log Message:
Use a 4-bit table to speed up the CRC even further, without increasing the
code size too much.

mycroft
Sun Mar 29 14:36:42 PST 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv20953/ic

Modified Files:
	am7990.c mb86960.c lemac.c 
Log Message:
Oops; make the table const.

mycroft
Sun Mar 29 14:36:43 PST 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv20953/pci

Modified Files:
	if_de.c 
Log Message:
Oops; make the table const.