Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 07/21/2004 07:36:18
Module Name:	src
Committed By:	scw
Date:		Wed Jul 21 07:36:18 UTC 2004

Modified Files:
	src/sys/dev/pci: esa.c

Log Message:
 - Don't hardcode buffer size and block size in esa_round_buffersize() and
   esa_round_blocksize().
 - Fix esa_trigger_output() and esa_trigger_input() to initialise the
   channel's buffer/block size using the supplied parameters.
 - While here, simplify esa_intr().

This gets kphone working on my esa(4)-equipped laptop.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/dev/pci/esa.c

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