Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/04/1995 15:40:10
cgd
Thu May  4 15:31:27 EDT 1995
Update of /a/cvsroot/src/sys/dev/ic
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6714

Added Files:
	mc146818.h 
Log Message:
machine-independent definitions for the Motorola MC146818A Real Time Clock
and compatible chips, including the  Dallas Semicontuctor DS1287A.
This chip is used in PC's, DECstations, and Alphas, at least...


cgd
Thu May  4 15:35:28 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6998

Modified Files:
	pccons.c 
Log Message:
two cases to quiet the compiler.  perhaps should be fixed differently.


cgd
Thu May  4 15:39:30 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7087/i386

Modified Files:
	locore.s machdep.c 
Log Message:
use the machine-independent definitions for the mc146818.
wrap the various uses of the chip (including the uses of the NVRAM on it)
around the new defintions, structures, and functions specified in the header.


cgd
Thu May  4 15:39:55 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7087/isa

Modified Files:
	clock.c fd.c isa_machdep.h nvram.h 
Removed Files:
	clock.h clockreg.h rtc.h 
Log Message:
use the machine-independent definitions for the mc146818.
wrap the various uses of the chip (including the uses of the NVRAM on it)
around the new defintions, structures, and functions specified in the header.