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: 08/02/1995 21:10:06
cgd
Wed Aug 2 21:00:19 EDT 1995
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv4979
Modified Files:
locore.s
Log Message:
kill alpha_mb(); it's now inlined. make copy functions' frame sizes
more easily adjustable.
cgd
Wed Aug 2 21:01:32 EDT 1995
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv5127
Modified Files:
mainbus.c
Log Message:
kill MD #ifdefs, pull primary bus name from global
cgd
Wed Aug 2 21:04:08 EDT 1995
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv5213
Modified Files:
machdep.c
Log Message:
simplify various configuration code by setting function pointers and
calling the functions they point to. do real console initialization.
always include ecoff code (it's the "native" format, for now).
simplify kernel argument gathering.