Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.





Home | Main Index | Thread Index | Old Index