From owner-freebsd-emulation@freebsd.org Tue Mar 1 22:42:23 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 799FCAC06FE; Tue, 1 Mar 2016 22:42:23 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 406F0153D; Tue, 1 Mar 2016 22:42:22 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=G69PXd1qYvhc+W7u/W+IMXGnWTh+Eh4djDt2FVKjW5o=; b=kJAZC72IjCKJoBCNaCJiEuoWnsyD08WavU9oBNKiv4BUzPgO9zT2c/3ltBMvby/XQtbqSELgI1tWQSFMA+XPtWuGJfEaibnsE6LZSxhbKCcye30mds+JGa9psU8hoZVnXI72hq4TR7pLW9V8iH4bHxIAKcgnJcnkgSAFRmMTkmQ=; Received: from [37.229.193.176] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1aaszW-000NhP-Hh ; Wed, 02 Mar 2016 00:42:06 +0200 Date: Wed, 2 Mar 2016 00:42:05 +0200 From: Ivan Klymenko To: Michael Butler Cc: freebsd-current , "freebsd-emulation@freebsd.org" Subject: Re: SVN r296272 breaks virtualbox Message-ID: <20160302004206.5bc6e0b3@nonamehost.local> In-Reply-To: <56D617D1.5040209@protected-networks.net> References: <56D617D1.5040209@protected-networks.net> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=37.229.193.176; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2016 22:42:23 -0000 On Tue, 1 Mar 2016 17:29:37 -0500 Michael Butler wrote: > The removal of "taskqueue_enqueue_fast" breaks the virtualbox kmods: > > Mar 1 16:54:36 toshi kernel: vboxdrv: fAsync=0 offMin=0x914 > offMax=0x151c Mar 1 16:54:36 toshi kernel: link_elf_obj: symbol > taskqueue_enqueue_fast undefined > Mar 1 16:54:36 toshi kernel: linker_load_file: Unsupported file type > Mar 1 16:54:36 toshi kernel: link_elf_obj: symbol > taskqueue_enqueue_fast undefined > Mar 1 16:54:36 toshi kernel: linker_load_file: Unsupported file type > Mar 1 16:54:36 toshi kernel: KLD vboxnetadp.ko: depends on > vboxnetflt - not available or version mismatch > Mar 1 16:54:36 toshi kernel: linker_load_file: Unsupported file type > > Michael > +1