Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 11/28/1998 16:28:30
Module Name:	src
Committed By:	jonathan
Date:		Sun Nov 29 00:28:29 UTC 1998

Modified Files:
	src/sys/arch/pmax/dev: dc.c
Log Message:
* Use dc_tty_init() to set serial-console line state both for boot-time
console setup and driver attach-time.
* Dont wire potential console lines as CLOCAL; use softcar.
* #ifdef tests on #ifdef NRASTERCONSOLE, not HAVE_RCONS.