Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jan 2014 01:22:08 +0100
From:      Julian Elischer <julian@freebsd.org>
To:        Roger Pau Monne <roger.pau@citrix.com>, freebsd-xen@freebsd.org, freebsd-current@freebsd.org, xen-devel@lists.xen.org, gibbs@freebsd.org, jhb@freebsd.org, kib@freebsd.org, julien.grall@citrix.com
Subject:   Re: [PATCH v9 19/19] isa: allow ISA bus to attach to xenpv device
Message-ID:  <52C602B0.7060904@freebsd.org>
In-Reply-To: <1388677433-49525-20-git-send-email-roger.pau@citrix.com>
References:  <1388677433-49525-1-git-send-email-roger.pau@citrix.com> <1388677433-49525-20-git-send-email-roger.pau@citrix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1/2/14, 4:43 PM, Roger Pau Monne wrote:
> ---
>   sys/x86/isa/isa.c |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/sys/x86/isa/isa.c b/sys/x86/isa/isa.c
> index 1a57137..9287ff2 100644
> --- a/sys/x86/isa/isa.c
> +++ b/sys/x86/isa/isa.c
> @@ -241,3 +241,6 @@ isa_release_resource(device_t bus, device_t child, int type, int rid,
>    * On this platform, isa can also attach to the legacy bus.
>    */
>   DRIVER_MODULE(isa, legacy, isa_driver, isa_devclass, 0, 0);
> +#ifdef XENHVM
> +DRIVER_MODULE(isa, xenpv, isa_driver, isa_devclass, 0, 0);
> +#endif
read all 19 patches. I'm glad you split them up.. makes it 
understandable.. even by me :-)
no real negative comments except a question as to whether there is any 
noticable performance impact on real hardware?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52C602B0.7060904>