Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 03/23/2001 15:15:28
Module Name:	syssrc
Committed By:	is
Date:		Fri Mar 23 13:15:28 UTC 2001

Modified Files:
	syssrc/sys/dev/isa: if_iy.c

Log Message:
Move tx chain result handling into iystart(). This way, ww normally only
need an interupt when the hardware hits tx chain end. We switch on one
int per packet sent when we fill up and go into OACTIVE mode.
Measured total interupt savings on large NFS writes: 20%.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/dev/isa/if_iy.c

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