Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/06/1997 22:30:01
pk
Sun Jul  6 15:21:12 PDT 1997
Update of /cvsroot/src/sys/arch/sparc/include
In directory netbsd1:/var/slash-tmp/cvs-serv7583

Modified Files:
	ctlreg.h 
Log Message:
Define the turbosparc's processor configuration register.


is
Sun Jul  6 15:22:02 PDT 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv6994

Added Files:
	ds.h 
Log Message:
* Command code definitions for the Dallas Semiconductor series of chips which
connect to their 1-wire bus like the DS2404 "EconoRAM Time Chip"
- and -
* Interface function definitions for this kind of chips. Currently only
low-level byte_read and _write, implenented as inline functions.
This functions take a struct ds_handle * (also defined here), which contains
pointers to bit-read/write and reset functions.
Eventually, prototypes for memory-access functions should go here, and the 
1-wire bus should be made a BSD auto-configuration bus.


pk
Sun Jul  6 15:23:39 PDT 1997
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv7648

Modified Files:
	cpu.c cache.c 
Log Message:
Turn off microsparc II compatibility bit in Fujitsu turbosparc processors.


is
Sun Jul  6 15:27:21 PDT 1997
Update of /cvsroot/src/sys/arch/amiga/dev
In directory netbsd1:/var/slash-tmp/cvs-serv7730

Modified Files:
	clock.c 
Log Message:
A first hack at DraCo real-time clock support; only reads clock, currently.
Also only whole seconds are used (while the hardware provides 1/256 seconds).