Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/11/2005 11:34:32
Module Name:	src
Committed By:	bouyer
Date:		Fri Mar 11 11:34:32 UTC 2005

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

Log Message:
Properly track connected/disconnected state, and set IFF_RUNNING only when
in connected state. Avoid a panic when the interface is configured
before being in connected state (e.g. when configured automatically by xend
when a domain is created).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/xen/xen/xennetback.c

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