Subject: CVS commit: [netbsd-3] src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 01/05/2006 05:28:11
Module Name:	src
Committed By:	riz
Date:		Thu Jan  5 05:28:11 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1083):
	sys/arch/xen/xen/hypervisor.c: revision 1.16
	sys/arch/xen/xen/if_xennet.c: revision 1.31
	sys/arch/xen/conf/files.xen: revision 1.29
	sys/arch/xen/xen/xbd.c: revision 1.22
Define a xendevbus atttibute and add it to hypervisor.  Use it for xen devices
which attach to hypervisor. This allows to use config_found_ia() instead of
config_found(), instead of relying on the order of which device are
written in ioconf.c.
From Quentin Garnier.


To generate a diff of this commit:
cvs rdiff -r1.18.2.6 -r1.18.2.7 src/sys/arch/xen/conf/files.xen
cvs rdiff -r1.12.2.3 -r1.12.2.4 src/sys/arch/xen/xen/hypervisor.c
cvs rdiff -r1.13.2.15 -r1.13.2.16 src/sys/arch/xen/xen/if_xennet.c
cvs rdiff -r1.14.2.5 -r1.14.2.6 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.