Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/05/1999 10:45:59
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Oct  5 17:45:59 UTC 1999

Modified Files:
	syssrc/sys/dev/pci: ncr.c

Log Message:
Have I mentioned how much I love this driver?  Fix the code in the tagged
queueing support that decreases the number of openings on a device; it
previously assumed that a scsipi_link's `openings' were descreased as
commands were issued, which is not longer the case (`active' is increased).


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 syssrc/sys/dev/pci/ncr.c

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