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: 03/24/1998 00:40:02
jonathan
Tue Mar 24 00:31:34 PST 1998
Update of /cvsroot/src/sys/arch/pmax/pmax
In directory nb00:/tmp/cvs-serv27976/pmax

Removed Files:
	cpu_cons.c 
Log Message:
Move pmax PROM-console I/O callbacks out of pmax/pmax/cpu_cons.c
into pmax/dev/promio.c, with decls in promiovar.h.

Remove obsolete cpu_cons.c and old pmax console-probe code.


jonathan
Tue Mar 24 00:31:34 PST 1998
Update of /cvsroot/src/sys/arch/pmax/dev
In directory nb00:/tmp/cvs-serv27976/dev

Modified Files:
	promio.c 
Added Files:
	promiovar.h 
Log Message:
Move pmax PROM-console I/O callbacks out of pmax/pmax/cpu_cons.c
into pmax/dev/promio.c, with decls in promiovar.h.

Remove obsolete cpu_cons.c and old pmax console-probe code.


jonathan
Tue Mar 24 00:39:02 PST 1998
Update of /cvsroot/src/sys/arch/pmax/pmax
In directory nb00:/tmp/cvs-serv28248/pmax

Modified Files:
	machdep.c autoconf.c 
Log Message:
Rewrite pmax console-probing code from scratch
 as pmax/dev/findcons.c:
 *  Follow the same logic: look for the device the PROM is using.
 *  If it's a framebuffer and we don't have a driver for it, try other
 *  framebuffers in PROM search order.
 *  If no match found, warn user and fall over to serial console.
 *  if no serial console found, go back to PROM.
 
Rework tc/scc.c attach routine to give cleaner initialization semantics.
Prune out old 'braindamage' code.



jonathan
Tue Mar 24 00:39:02 PST 1998
Update of /cvsroot/src/sys/arch/pmax/dev
In directory nb00:/tmp/cvs-serv28248/dev

Added Files:
	findcons.c 
Log Message:
Rewrite pmax console-probing code from scratch
 as pmax/dev/findcons.c:
 *  Follow the same logic: look for the device the PROM is using.
 *  If it's a framebuffer and we don't have a driver for it, try other
 *  framebuffers in PROM search order.
 *  If no match found, warn user and fall over to serial console.
 *  if no serial console found, go back to PROM.
 
Rework tc/scc.c attach routine to give cleaner initialization semantics.
Prune out old 'braindamage' code.



jonathan
Tue Mar 24 00:39:02 PST 1998
Update of /cvsroot/src/sys/arch/pmax/tc
In directory nb00:/tmp/cvs-serv28248/tc

Modified Files:
	scc.c 
Log Message:
Rewrite pmax console-probing code from scratch
 as pmax/dev/findcons.c:
 *  Follow the same logic: look for the device the PROM is using.
 *  If it's a framebuffer and we don't have a driver for it, try other
 *  framebuffers in PROM search order.
 *  If no match found, warn user and fall over to serial console.
 *  if no serial console found, go back to PROM.
 
Rework tc/scc.c attach routine to give cleaner initialization semantics.
Prune out old 'braindamage' code.