From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 11 05:15:11 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95084106566B for ; Thu, 11 Feb 2010 05:15:11 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 439AF8FC08 for ; Thu, 11 Feb 2010 05:15:11 +0000 (UTC) Received: from smtp3.mail.yandex.net (smtp3.mail.yandex.net [77.88.46.103]) by forward14.mail.yandex.net (Yandex) with ESMTP id 3139F26819F8; Thu, 11 Feb 2010 08:04:06 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1265864646; bh=fqevP1+NUxG9jgWh0QSe/Ji7NuN7K8VWZSwgHwSUB5k=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=w1VGMUoAkw28vwQuBdmHBLAiw59zoeSyTdNfAVB0CjsDn2wjiIT3U9kDsLSB9SjY8 QRxxhE3yTW2nBOkM5q8zg9EgbvYzp0nL6SnwCV3ODmwb1KzNc20wkeVG09skXpI1SM OqaiN+P86XfGpw4K1I86VEjPyrmGfWmauE3qgwbc= Received: from [127.0.0.1] (ns.kirov.so-ups.ru [77.72.136.145]) by smtp3.mail.yandex.net (Yandex) with ESMTPSA id D29A18B8155; Thu, 11 Feb 2010 08:04:05 +0300 (MSK) Message-ID: <4B738FC5.7020807@yandex.ru> Date: Thu, 11 Feb 2010 08:04:05 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: james toy References: <11dbd75e1002101825u78d90ef0ufe6015045ecf788a@mail.gmail.com> In-Reply-To: <11dbd75e1002101825u78d90ef0ufe6015045ecf788a@mail.gmail.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Yandex-TimeMark: 1265864646 X-Yandex-Spam: 1 X-Yandex-Front: smtp3.mail.yandex.net Cc: freebsd-hackers , David Hemmendinger Subject: Re: KLD hello.ko: depends on kernel - not available or version mismatch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 05:15:11 -0000 On 11.02.2010 5:25, james toy wrote: > any information pointing me to being able to load this driver would be > greatly appreciated. Probably you have source code with different __FreeBSD_version. Check output of these commands: > grep __FreeBSD_version /usr/src/sys/param.h > sysctl kern.osreldate -- WBR, Andrey V. Elsukov