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: 04/23/1998 03:40:01
jonathan
Thu Apr 23 03:31:03 PDT 1998
Update of /cvsroot/src/sys/arch/mips/include
In directory nb00:/tmp/cvs-serv23824

Modified Files:
	locore.h 
Log Message:
Commit change missed during Decsystem 5100 chagnes:

prototype declearation for method to override wbflush() callback
vector with model-specific code. Used on DEC r2000a machines with
writebuffers which indicate writebuffer drain via cp0 usability bit.


jonathan
Thu Apr 23 03:32:08 PDT 1998
Update of /cvsroot/src/sys/arch/mips/include
In directory nb00:/tmp/cvs-serv23874

Modified Files:
	cpuregs.h 
Log Message:
define mips3 COUNT and COMPARE cp0 registers (onchip cycle counter)


mycroft
Thu Apr 23 03:33:30 PDT 1998
Update of /cvsroot/pkgsrc/misc/kdeutils/patches
In directory nb00:/tmp/cvs-serv23902

Added Files:
	patch-ab 
Log Message:
Switch the long double support on sqrtl() rather than fabsl(), since egcs has
fabsl() built in.

bouyer
Thu Apr 23 03:37:01 PDT 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv23920

Modified Files:
	wdcreg.h 
Log Message:
Correct defifintion of the WDCE_MCR and WDCE_ABRT bits: they have been
inverted since the begining.
This doesn't change anything, as these bits are not used in the driver.