Subject: CVS commit: [netbsd-1-6] syssrc/sys/arch/sparc64/dev
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/21/2002 09:26:55
Module Name:	syssrc
Committed By:	lukem
Date:		Fri Jun 21 06:26:55 UTC 2002

Modified Files:
	syssrc/sys/arch/sparc64/dev [netbsd-1-6]: sbusvar.h

Log Message:
Pull up revision 1.10 (requested by eeh in ticket #337):
Overhaul streaming buffer handling:
	sysio streaming buffer flushes write a single 8-byte aligned 8-byte
	value.
	psycho streaming buffer flushes write a 64-byte aligned 64-byte block.
So separate out the streaming buffers into their own structure and pass those
in to all iommu operations.  This also means we only flush the correct
streaming buffer for psycho rather than needing to flush both just in case.
[Gets E220R working]


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.6.1 syssrc/sys/arch/sparc64/dev/sbusvar.h

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