From owner-freebsd-current@FreeBSD.ORG  Thu Jan  2 15:55:25 2014
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Delivered-To: freebsd-current@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 1E6F3D1F;
 Thu,  2 Jan 2014 15:55:25 +0000 (UTC)
Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63])
 (using TLSv1 with cipher RC4-SHA (128/128 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 946F615CE;
 Thu,  2 Jan 2014 15:55:23 +0000 (UTC)
X-IronPort-AV: E=Sophos;i="4.95,591,1384300800"; d="scan'208";a="87074512"
Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net)
 ([10.9.154.239])
 by FTLPIPO02.CITRIX.COM with ESMTP; 02 Jan 2014 15:55:21 +0000
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
 (10.13.107.78) with Microsoft SMTP Server id 14.2.342.4;
 Thu, 2 Jan 2014 10:55:21 -0500
Received: from gateway-cbg.eng.citrite.net ([10.80.16.17]
 helo=localhost.localdomain)	by ukmail1.uk.xensource.com with esmtp (Exim
 4.69)	(envelope-from <roger.pau@citrix.com>)	id 1VykRK-00043n-HW; Thu, 02 Jan
 2014 15:44:06 +0000
From: Roger Pau Monne <roger.pau@citrix.com>
To: <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: [PATCH v9 19/19] isa: allow ISA bus to attach to xenpv device
Date: Thu, 2 Jan 2014 16:43:53 +0100
Message-ID: <1388677433-49525-20-git-send-email-roger.pau@citrix.com>
X-Mailer: git-send-email 1.7.7.5 (Apple Git-26)
In-Reply-To: <1388677433-49525-1-git-send-email-roger.pau@citrix.com>
References: <1388677433-49525-1-git-send-email-roger.pau@citrix.com>
MIME-Version: 1.0
Content-Type: text/plain
X-DLP: MIA2
Cc: Roger Pau Monne <roger.pau@citrix.com>
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
 <freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
 <mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 02 Jan 2014 15:55:25 -0000

---
 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
-- 
1.7.7.5 (Apple Git-26)