From owner-freebsd-current@FreeBSD.ORG Sat Mar 13 00:38:12 2010 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 37F06106566B for ; Sat, 13 Mar 2010 00:38:12 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-ew0-f228.google.com (mail-ew0-f228.google.com [209.85.219.228]) by mx1.freebsd.org (Postfix) with ESMTP id B7E4F8FC13 for ; Sat, 13 Mar 2010 00:38:11 +0000 (UTC) Received: by ewy28 with SMTP id 28so286653ewy.13 for ; Fri, 12 Mar 2010 16:38:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=SJcEcaDzKNpCERfdkn9Lp3opGDlc62IoVvaEEZ3zfg8=; b=Oty/Jmu0UUR6SldC430bZ/woofXWVzRD+iMhUfqksemiC7hlL38iWY1Zhpkotr7aIy SySc8ONj8IK2AZkscyjjnfm1I7zpEUm5qBGgpOKd5S7RmvWKgQbrGZSpyDnADL956uKD LzbVGKrF0mu/cJ5OdE8kPJnZmGmOwhRVBb/40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=N3wsUwGiUyogCFSwBacbb//+rLoboK7Z6doV+7zqFeGwgqQTHwrvZL23iTjxnaNpeI 2iT9KIRiuwrG9d9KI8uE9pipZYTG4/Z63nup5Z2SBNHkWjqjP2Jpd+MUbH3aoD0x/ogd svjEOIIruWBvqyjLXy7jJBu2YoXPpcm7xFLwA= Received: by 10.213.24.17 with SMTP id t17mr3401199ebb.19.1268440690567; Fri, 12 Mar 2010 16:38:10 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 15sm1310481ewy.8.2010.03.12.16.38.06 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 16:38:07 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Fri, 12 Mar 2010 16:38:21 -0800 From: Weongyo Jeong Date: Fri, 12 Mar 2010 16:38:21 -0800 To: Azim Message-ID: <20100313003821.GC1295@weongyo> Mail-Followup-To: Azim , current@freebsd.org References: <1267855141.11829.1363396963@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1267855141.11829.1363396963@webmail.messagingengine.com> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: current@freebsd.org Subject: Re: ndisgen on FreeBSD-9.0-CURRENT-201002-i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2010 00:38:12 -0000 On Sat, Mar 06, 2010 at 08:59:01AM +0300, Azim wrote: > I tried ndisgen to convert BCMWL564.SYS using FreeBSD-9.0-CURRENT > FEB-2010(x86). > The files I had were : > It gave an error stating BCM43XX64.CAT(unrequired), > BCM43XX.CAT(unrequired), bcmwl5.inf and BCMWL564.SYS > > I had successfully compiled the 32-bit and 64-bit driver on FreeBSD 8.0 > (the 64-BIT couldn't be used on FreeBSD amd64 though) > > This time on FreeBSD-9.0-CURRENT while trying ndisgen the following > files got created: > bus_if.h > device_if.h > windrv.h > and windrv.o and ndisgen echoed an error > > ============== > Generating Makefile... done > Building kernel module.. "/usr/share/mk/bsd.kmod.mk", line 12: "can't > find kernel source tree" It looks it failed to search kernel source in standard places, for example: ${.CURDIR}/../../kern ${.CURDIR}/../../../kern ${.CURDIR}/../../../../kern ${.CURDIR}/../../../../../kern /sys/kern /usr/src/sys/kern Could you please check that one of above directories exists? regards, Weongyo Jeong