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/17/1996 18:10:08
cgd
Wed Apr 17 18:01:28 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv11573/alpha

Modified Files:
	clock.c clockvar.h 
Added Files:
	mcclock.c mcclockvar.h 
Removed Files:
	clock_mc.c 
Log Message:
clean up clock handling: clock drivers are now seperate from the
chip-independent clock code.  'clock' has been renamed 'mcclock'  'clock'
has been renamed 'mcclock' (since it's a driver for that particular
clock, and since eventually there may be another clock chip driver),
and now attaches via seperate match/attach functions to both TC and ISA.
This removes a whole lot of #ifdefs...


cgd
Wed Apr 17 18:01:52 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv11573/conf

Modified Files:
	ALPHA BUNNY DILLY GENERIC GENERIC_NFS JURA NONAME NOSY TOMMY 
	files.alpha 
Log Message:
clean up clock handling: clock drivers are now seperate from the
chip-independent clock code.  'clock' has been renamed 'mcclock'  'clock'
has been renamed 'mcclock' (since it's a driver for that particular
clock, and since eventually there may be another clock chip driver),
and now attaches via seperate match/attach functions to both TC and ISA.
This removes a whole lot of #ifdefs...


cgd
Wed Apr 17 18:01:56 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv11573/isa

Added Files:
	mcclock_isa.c 
Log Message:
clean up clock handling: clock drivers are now seperate from the
chip-independent clock code.  'clock' has been renamed 'mcclock'  'clock'
has been renamed 'mcclock' (since it's a driver for that particular
clock, and since eventually there may be another clock chip driver),
and now attaches via seperate match/attach functions to both TC and ISA.
This removes a whole lot of #ifdefs...


cgd
Wed Apr 17 18:02:03 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv11573/tc

Added Files:
	mcclock_ioasic.c 
Log Message:
clean up clock handling: clock drivers are now seperate from the
chip-independent clock code.  'clock' has been renamed 'mcclock'  'clock'
has been renamed 'mcclock' (since it's a driver for that particular
clock, and since eventually there may be another clock chip driver),
and now attaches via seperate match/attach functions to both TC and ISA.
This removes a whole lot of #ifdefs...


cgd
Wed Apr 17 18:08:33 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv12087

Modified Files:
	files.alpha 
Log Message:
ioasic doesn't need a flag, and correctly conditionalize inclusion of
machines' tc configuration files.