Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 02/02/1999 06:04:54
Module Name:	src
Committed By:	dbj
Date:		Tue Feb  2 14:04:54 UTC 1999

Modified Files:
	src/sys/arch/next68k/dev: esp.c
Log Message:
make dma flushing more efficient and avoid stray interrupts when not using polled io.
remove check for normal chaining interrupts and add check for combined chaining interrupts
only when used with a tail chain.  This allows scsi to work for short unaligned buffers
and large aligned buffers.