Subject: CVS commit: src/sys/dev
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/13/2003 02:32:27
Module Name:	src
Committed By:	thorpej
Date:		Fri Jun 13 02:32:27 UTC 2003

Modified Files:
	src/sys/dev: ld.c

Log Message:
* Don't wait for commands to drain when adjusting the queue length.
  Instead, wait when it's really needed, when detaching.  Project
  draining from spruious wakeups.
* Don't flush the controller's cache when detaching; we can't do it
  reliably, as the controller probably things the array drive no
  longer exists.  The cache is already flushed in ldclose() so this
  should be no problem.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/dev/ld.c

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