Subject: CVS commit: [netbsd-3] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/25/2005 13:44:14
Module Name:	src
Committed By:	tron
Date:		Mon Apr 25 13:44:14 UTC 2005

Modified Files:
	src/sys/arch/xen/xen [netbsd-3]: xbd.c

Log Message:
Pull up revision 1.19 (requested by bouyer in ticket #187):
Add a kernel thread to the control interface, to handle deferred callacks
(which may sleep). Fix port-xen/29851 by YAMAMOTO Takashi.
Use config_pending_incr()/config_pending_decr() in if_xennet instead of
busy-looping (which doesn't work any more).
Remove the kernel thread from xbd, which isn't needed any more.


To generate a diff of this commit:
cvs rdiff -r1.14.2.1 -r1.14.2.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.