Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 04/24/2004 16:47:29
Module Name:	src
Committed By:	cl
Date:		Sat Apr 24 16:47:29 UTC 2004

Modified Files:
	src/sys/arch/xen/xen: xbd.c

Log Message:
Catch up with recent src/sys/dev/dksubr.c change (1.11 -> 1.12) which
prevents us from processing multiple bufs during 1 *start call.  We now
rely on dk_start calling us repeatedly as long as there are bufs on the
queue.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/xen/xen/xbd.c

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