Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 08/12/2000 00:31:23
Module Name:	syssrc
Committed By:	tls
Date:		Fri Aug 11 21:31:21 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: adv.c aic7xxx.c isp.c isp_netbsd.h

Log Message:
Make our policy WRT tagged queueing consistent and sane: ordered tags for sync writes, simple tags for all else.  Should make ahc and adv a bit more reliable (metadata writes won't get reordered incorrectly...) and isp a bit more performant (it was using ordered tags all the time).


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/ic/adv.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/dev/ic/aic7xxx.c
cvs rdiff -r1.58 -r1.59 syssrc/sys/dev/ic/isp.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/ic/isp_netbsd.h

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