Subject: CVS commit: src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/21/2005 22:20:28
Module Name: src
Committed By: bouyer
Date: Sun Aug 21 22:20:28 UTC 2005
Modified Files:
src/sys/arch/xen/conf: files.xen
src/sys/arch/xen/xen: hypervisor.c if_xennet.c xbd.c
Log Message:
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.28 -r1.29 src/sys/arch/xen/conf/files.xen
cvs rdiff -r1.15 -r1.16 src/sys/arch/xen/xen/hypervisor.c
cvs rdiff -r1.30 -r1.31 src/sys/arch/xen/xen/if_xennet.c
cvs rdiff -r1.21 -r1.22 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.