Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 10:45:10 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Roger Pau Monne <roger.pau@citrix.com>
Cc:        xen-devel@lists.xen.org, julien.grall@citrix.com, freebsd-xen@freebsd.org, freebsd-current@freebsd.org, kib@freebsd.org, gibbs@freebsd.org
Subject:   Re: [PATCH v7 19/19] isa: allow ISA bus to attach to the nexus
Message-ID:  <201312241045.10382.jhb@freebsd.org>
In-Reply-To: <1387479296-33389-20-git-send-email-roger.pau@citrix.com>
References:  <1387479296-33389-1-git-send-email-roger.pau@citrix.com> <1387479296-33389-20-git-send-email-roger.pau@citrix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, December 19, 2013 1:54:56 pm Roger Pau Monne wrote:
> ---
>  sys/x86/isa/isa.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

If you go the xenpv route, you would replace 'nexus' with 'xenpv' here.

> diff --git a/sys/x86/isa/isa.c b/sys/x86/isa/isa.c
> index 1a57137..09d1ab7 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, nexus, isa_driver, isa_devclass, 0, 0);
> +#endif
> -- 
> 1.7.7.5 (Apple Git-26)
> 
> 

-- 
John Baldwin



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