Subject: CVS commit: syssrc/sys/arch/evbsh5/dev
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/29/2002 21:11:08
Module Name:	syssrc
Committed By:	scw
Date:		Thu Aug 29 18:11:08 UTC 2002

Modified Files:
	syssrc/sys/arch/evbsh5/dev: superio.c

Log Message:
Fix a typo which resulted in a bus_space_write_stream_4() where it
should have been bus_space_write_stream_2().

The sm(4) driver gets a bit further now.

While I'm here, g/c a debug printf accidentally commited last time around.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/evbsh5/dev/superio.c

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