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: 09/11/1995 17:40:01
jonathan
Mon Sep 11 17:31:28 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24731/dev

Modified Files:
	pm.c 
Log Message:
Fix argument glitch between pminit() and consinit().


jonathan
Mon Sep 11 17:37:26 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24844

Modified Files:
	cpu_cons.c 
Log Message:
Change pmax rcons and low-level serial drivers to support the
old-style pmax polled input for cn_getc(). Needed because the
input side of rcons is not initialized in time for GENERIC kernels
to use it to read a root/swap devicename from /dev/console.

Fix an argument  glitch between consinit() and pminit().

Change consinit() to use PROM output for remote consoles, because
the serial drivers aren't yet initializable when consinit() is called.