Subject: CVS commit: src/sys/arch/ews4800mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/03/2006 03:04:53
Module Name:	src
Committed By:	tsutsui
Date:		Fri Nov  3 03:04:53 UTC 2006

Modified Files:
	src/sys/arch/ews4800mips/dev: zs.c
	src/sys/arch/ews4800mips/include: z8530var.h
	src/sys/arch/ews4800mips/sbd: zs_sbdio.c

Log Message:
- no need to scan zsc units in zshard(), just use passed one
- call zsc_intr_soft() directly on softintr and remove zssoft()
  (no need spltty() since it should be done in each MD handler)


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/ews4800mips/dev/zs.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/ews4800mips/include/z8530var.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/ews4800mips/sbd/zs_sbdio.c

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