From owner-freebsd-current@FreeBSD.ORG Thu Oct 10 18:41:12 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 62E18AC7 for ; Thu, 10 Oct 2013 18:41:12 +0000 (UTC) (envelope-from schmiedgen@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD85F231F for ; Thu, 10 Oct 2013 18:41:11 +0000 (UTC) Received: from pepe.smoke.local ([88.74.248.219]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MSMKx-1VNNHP2TKl-00TSoY for ; Thu, 10 Oct 2013 20:41:04 +0200 Message-ID: <5256F4BA.80209@gmx.net> Date: Thu, 10 Oct 2013 20:40:58 +0200 From: Michael Schmiedgen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: undefined reference to xenpci_alloc_space Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:awTGScDSfWobphpdriGyLzjj+DvBwRJZXrPO5mswDVG2qEj6Dpq uXHwpjIgrIWSV/Lk75UlV56vkwsgikIul0QnFWDOZ1ukH+A+3Wpy/W3xDScgCil5O18gXx4 +JMMYAk2Gs88SGE9ou5+skopokN8XcGwIAY1xoP7s+NK4a8Lu9t8FDgs3xX+h+QnRBAKUXH hEqUcLZGXuhrN8GKgxTAg== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 18:41:12 -0000 Hi List, is it intended that kernel does not build if device xenpci is omitted in the kernel config? I get the following error: linking kernel gnttab.o: In function `gnttab_resume': /usr/src/sys/xen/gnttab.c:(.text+0xe47): undefined reference to `xenpci_alloc_space' Thanks, Michael