Subject: CVS commit: src/sys/dev
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/07/2003 23:37:26
Module Name:	src
Committed By:	thorpej
Date:		Sat Jun  7 23:37:25 UTC 2003

Modified Files:
	src/sys/dev: ld.c
	src/sys/dev/ata: ld_ataraid.c
	src/sys/dev/ic: ld_icp.c

Log Message:
Always queue transfers in the ld driver to prevent transient resource
shortages in the back-ends from aborting transfers.

Reviewed by ad@.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/dev/ld.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/ata/ld_ataraid.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/ld_icp.c

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