From owner-freebsd-current@FreeBSD.ORG Thu Sep 15 22:29:38 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00DF916A41F for ; Thu, 15 Sep 2005 22:29:38 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F01243D46 for ; Thu, 15 Sep 2005 22:29:37 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by xproxy.gmail.com with SMTP id i27so271419wxd for ; Thu, 15 Sep 2005 15:29:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lc7wTnFFu8GxxDby1h0BTKXFvliF4PrTcqnFULWQFVY716oCSC2dgYOfqkMJy9J4JuQ44Y19KY/HTbuaxTQw92br1grN+SeKL8uAR77SXeLeefPJAh+KcUpALsBJbLR3y5EpWNdtz8E/LjzSnMK4LWdV1BT9pmkimoNBauGwZag= Received: by 10.70.44.4 with SMTP id r4mr6579wxr; Thu, 15 Sep 2005 15:29:36 -0700 (PDT) Received: by 10.70.9.2 with HTTP; Thu, 15 Sep 2005 15:29:36 -0700 (PDT) Message-ID: <47d0403c0509151529177cf5cc@mail.gmail.com> Date: Thu, 15 Sep 2005 22:29:36 +0000 From: Ben Kaduk To: Jayton Garnett In-Reply-To: <4329DC37.4090305@codegurus.org> Mime-Version: 1.0 References: <4329DC37.4090305@codegurus.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: making custom kernel module with ndiscvt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: minimarmot@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 22:29:38 -0000 On 9/15/05, Jayton Garnett wrote: >=20 > Hello, >=20 > A while back I asked about my wireless card and if it will be supported > in 6.0-Release. It wont be :-( . > Anyway, I have now decided to use ndiscvt to create my own customer > kernel module for my wireless card > using the windows drivers. >=20 > I now have a file called cvwl.h and want to convert it to cvwl.ko so I > can either: > a)Compile it into the Kernel > b)load/unload it dynamically. >=20 > How would I go about creating the .ko file from the .h file? >=20 > Cheers, > Jayton > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " >=20 Have you looked at ndisgen(8)? Ben Kaduk