Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 02/07/2001 13:38:34
Module Name:	syssrc
Committed By:	wdk
Date:		Wed Feb  7 11:38:34 UTC 2001

Modified Files:
	syssrc/sys/arch/mipsco/obio: zs.c

Log Message:
Fully implement bus_space(9) access to the z8530 SCC registers.
This adds the missing wbflush() calls after writing register data.

At same time tidy up several comments and make several KNF changes.

XXX: The z8530 MI driver doesn't support bus_space access to the registers
     (lacks a hook for storing a bus space tag, and stores register
     addresses directly)
     Until other ports catch up (this is the first) we have overlayed
     the missing data in the MD structures


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/mipsco/obio/zs.c

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