Subject: CVS commit: syssrc/sys/dev/ieee1394
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/13/2002 09:47:55
Module Name:	syssrc
Committed By:	jmc
Date:		Fri Dec 13 07:47:55 UTC 2002

Modified Files:
	syssrc/sys/dev/ieee1394: fwohci.c fwohcivar.h ieee1394var.h sbp2.c

Log Message:
Improve performance with disks almost 60x by redoing the callback handler to
accept ranges as well as single addresses. Still need to go through any key
areas and remove the malloc's and replace these with some sort of pooling
instead.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 syssrc/sys/dev/ieee1394/fwohci.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/ieee1394/fwohcivar.h
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ieee1394/ieee1394var.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/ieee1394/sbp2.c

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