From owner-freebsd-stable@FreeBSD.ORG Thu Jun 11 12:39:28 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D1EF7AD for ; Thu, 11 Jun 2015 12:39:28 +0000 (UTC) (envelope-from unixro@gmail.com) Received: from mail-wi0-x242.google.com (mail-wi0-x242.google.com [IPv6:2a00:1450:400c:c05::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D89A51D94 for ; Thu, 11 Jun 2015 12:39:27 +0000 (UTC) (envelope-from unixro@gmail.com) Received: by wivz2 with SMTP id z2so2225252wiv.0 for ; Thu, 11 Jun 2015 05:39:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=dFdLZVVnmMxfRCrerUBE0XgFWe/hZDFGQ1chUn7yME4=; b=f/hegsRcfuDVi8ALJ55vRho/3naRIZYa7JysMQPXSC194U2lon7/wyIIu6pyOjuMKr g+aNwQLorhYS3SSOYW2nqDWs2aZWYGOH0kFe7GyidA39wPXBecumKnR6aPdzgET7jue2 RwZVBpnv/QSZfCOBV04P/dGiF9AODfbSN4Y35AclJeF/DMfyBhlbOoUe+EQ0Pjzds4Nt DEVCL2/bn9EACwvcPCuzMWKqX74S/KBWGr2bSC7XVSzAGcUgJKnW8LICBgK66BNgQF1l 7Uz03ZKwp8sAUxje690kA48RSwf1joQDDQArvp2nVfiybHKpInn610+SRm06nYKNxSu9 Kz9Q== X-Received: by 10.181.11.137 with SMTP id ei9mr18520161wid.48.1434026363955; Thu, 11 Jun 2015 05:39:23 -0700 (PDT) Received: from [192.168.3.105] ([193.148.0.35]) by mx.google.com with ESMTPSA id l6sm12665424wib.18.2015.06.11.05.39.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Jun 2015 05:39:23 -0700 (PDT) Message-ID: <55798177.4040409@gmail.com> Date: Thu, 11 Jun 2015 15:39:19 +0300 From: Mihai Vintila User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Kernel Source - Noob question References: <55797DAF.2020304@gmail.com> In-Reply-To: <55797DAF.2020304@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 12:39:28 -0000 Seems that it's working with: svnlite checkout https://svn0.eu.freebsd.org/base/releng/10.1 /usr/src Best regards, Vintila Mihai Alexandru On 6/11/2015 3:23 PM, Mihai Vintila wrote: > Hi, > I want to compile only mlx drivers since they don't seem available by > default. But i'm having a hard time finding the source for FreeBSD > 10.1 p10. > Can you guys indicate what is the best way to do it without > recompiling full kernel. > Right now i've taken the src.tgz from > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/10.1-STABLE/ > Compiled the modules but when i try to load them i end up with: > > KLD mlx4.ko: depends on kernel - not available or version mismatch > linker_load_file: Unsupported file type > > Kernel i'm using is FreeBSD nvme 10.1-RELEASE-p10 FreeBSD > 10.1-RELEASE-p10 #0: Wed May 13 06:54:13 UTC 2015 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > >