Subject: Re: CVS commit: src/sys/arch/xen
To: None <dogcow@netbsd.org, yamt@netbsd.org>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: source-changes
Date: 03/06/2007 16:55:34
dogcow@NetBSD.org said:
> The recent cpu_attach changes broke the xen build; while this
> compiles, I'm far from positive it's the correct fix. 

Yes, sorry. I just extrapolated from the changes on i386
and amd64, and missed that the same attach args are used for
"vcpu"s too.

yamt@NetBSD.org said:
> fix vcpu after recent cpubus changes. 

Thanks, looks good, or as good as before... I want to get
rid of that overloading of attach args so that we have
a 1:1 relation of interface attributes and interpretation
of attach args. Would be needed to use proplists in parts
of the autoconf system which would help for on-demand loading
of drivers for hotplugged hardware, clean HAL support etc.

best regards
Matthias