From owner-freebsd-current@FreeBSD.ORG Tue May 29 19:15:43 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41B7F1065673 for ; Tue, 29 May 2012 19:15:43 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 02CAF8FC0A for ; Tue, 29 May 2012 19:15:42 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 7737A7300A; Tue, 29 May 2012 21:36:09 +0200 (CEST) Date: Tue, 29 May 2012 21:36:09 +0200 From: Luigi Rizzo To: current@freebsd.org Message-ID: <20120529193609.GA19789@onelab2.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: compiled-in virtio / vtnet driver ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 29 May 2012 19:15:43 -0000 hi, i would like to build a kernel with a builtin vtnet driver, but it seems that it is only supported as a module. Any reason for that ? Any tricks i can use to build vtnet in a static kernel ? cheers luigi