Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/14/2000 19:45:50
Module Name:	syssrc
Committed By:	tsutsui
Date:		Sat Oct 14 16:45:50 UTC 2000

Modified Files:
	syssrc/sys/arch/news68k/dev: zs.c

Log Message:
- Initialize zs chip in zscninit() so that kernel can use
  serial console even if the PROM uses bitmap console.
- Remove zs_hwflags since news68k does not have keyboard nor mouse at zs;
  check zschan address set in zscninit() to detect console device.
- Use BPS_TO_TCONST() to set baudrate in zs_init_reg[].
- Remove zs_get_chan_addr(), which is not needed anymore.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/news68k/dev/zs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.