From owner-freebsd-virtualization@FreeBSD.ORG Tue Mar 6 21:52:03 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9CFF1065673 for ; Tue, 6 Mar 2012 21:52:03 +0000 (UTC) (envelope-from zec@fer.hr) Received: from munja.zvne.fer.hr (munja.zvne.fer.hr [161.53.66.248]) by mx1.freebsd.org (Postfix) with ESMTP id 32A7A8FC0C for ; Tue, 6 Mar 2012 21:52:02 +0000 (UTC) Received: from sluga.fer.hr ([161.53.66.244]) by munja.zvne.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Tue, 6 Mar 2012 22:52:02 +0100 Received: from localhost ([161.53.19.8]) by sluga.fer.hr with Microsoft SMTPSVC(6.0.3790.4675); Tue, 6 Mar 2012 22:52:01 +0100 From: Marko Zec To: Adrian Chadd Date: Tue, 6 Mar 2012 22:51:39 +0100 User-Agent: KMail/1.9.10 References: <201203062245.41155.zec@fer.hr> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201203062251.39786.zec@fer.hr> X-OriginalArrivalTime: 06 Mar 2012 21:52:01.0935 (UTC) FILETIME=[5CC341F0:01CCFBE3] Cc: freebsd-virtualization@freebsd.org Subject: Re: VIMAGE + kldload wlan + kldload wtap panic X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2012 21:52:03 -0000 On Tuesday 06 March 2012 22:49:56 Adrian Chadd wrote: > Wait a sec. Is it possible that the macro is a no-op when we're > building modules w/ VNET? Yes that's it, the VNET stuff resolves (mostly) to whitespace when options VIMAGE is not on! Marko