Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 12/17/2004 12:24:39
Module Name:	src
Committed By:	bouyer
Date:		Fri Dec 17 12:24:39 UTC 2004

Modified Files:
	src/sys/arch/xen/xen [bouyer-xen2]: if_xennet.c

Log Message:
XXX Gross !!
Add a printf() in xennet_ctrlif_rx() to make the *xbd* driver work.
Without this, the kernel hang after printing xennet's MAC address,
and kbd is never probed. I suspect it hangs in the
while (!blkif_control_rsp_valid) {} loop, because xbd_response_handler() is
never called.
This needs to be investigated.


To generate a diff of this commit:
cvs rdiff -r1.11.4.1 -r1.11.4.2 src/sys/arch/xen/xen/if_xennet.c

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