Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 11/15/1998 03:21:54
Module Name: src
Committed By: jonathan
Date: Sun Nov 15 11:21:53 UTC 1998
Modified Files:
src/sys/arch/pmax/dev: findcons.c sccreg.h
src/sys/arch/pmax/tc: scc.c sccvar.h
Log Message:
* make scc_tty_init() callable when very cold: call scc_coldparam() directly.
Use scc_tty_init() in scc_consinit(). Declare scc_consinit() in sccvar.h.
* Remove last vestige of special-case console handling in sccparam() code.
* Call scc_consinit() from findcons scc_serial() console-setup.
Dont PROM for scc serial console at all.