Subject: CVS commit: [netbsd-2-0] src/sys/dev
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 04/21/2004 03:18:41
Module Name:	src
Committed By:	jmc
Date:		Wed Apr 21 03:18:41 UTC 2004

Modified Files:
	src/sys/dev [netbsd-2-0]: dksubr.c

Log Message:
Pullup rev 1.12 (requested by elric in ticket #163)

Redo dk_start(). If di->di_diskstart() runs synchronous its biodone() will
call dk_start() via dk_iodone() before the buffer gets removed from queue.
PR#25240


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.2.1 src/sys/dev/dksubr.c

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