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: 06/21/1996 02:20:03
scottr
Fri Jun 21 02:11:00 EDT 1996
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv437/dev

Modified Files:
	adbsys.c 
Log Message:
Test for serial console in adb_init() early, and abort if we're using it.
Initiialize ROM vectors regardless of this so that the PRAM RTC read and
write work regardless of whether a serial console is in use.


scottr
Fri Jun 21 02:11:04 EDT 1996
Update of /a/cvsroot/src/sys/arch/mac68k/mac68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv437/mac68k

Modified Files:
	machdep.c 
Log Message:
Test for serial console in adb_init() early, and abort if we're using it.
Initiialize ROM vectors regardless of this so that the PRAM RTC read and
write work regardless of whether a serial console is in use.


scottr
Fri Jun 21 02:12:47 EDT 1996
Update of /a/cvsroot/src/sys/arch/mac68k/mac68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2313/mac68k

Modified Files:
	via.c 
Log Message:
Minor style cleanup (avoid goto); no functional change.