Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 05/29/2001 01:54:10
Module Name:	syssrc
Committed By:	bjh21
Date:		Mon May 28 22:54:10 UTC 2001

Modified Files:
	syssrc/sys/dev/podulebus: hcsc.c

Log Message:
Use the pseudo-DMA facilities of the HCCS SCSI podule.  Code largely derived
from the pc532 "ncr" driver.

This gets me up to 300 KB/s from /dev/rsd0a on my A310.  I think
bus_space_{read,write}_multi_1 and copy{in,out} are the bottlenecks now.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/podulebus/hcsc.c

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