From owner-freebsd-current@FreeBSD.ORG Thu Sep 15 20:40:14 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 A555016A41F for ; Thu, 15 Sep 2005 20:40:14 +0000 (GMT) (envelope-from jay@codegurus.org) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E8C43D46 for ; Thu, 15 Sep 2005 20:40:14 +0000 (GMT) (envelope-from jay@codegurus.org) Received: from [84.92.156.191] (helo=[192.168.0.3]) by ptb-relay01.plus.net with esmtp (Exim) id 1EG0Wh-0001nv-5M for freebsd-current@freebsd.org; Thu, 15 Sep 2005 21:40:11 +0100 Message-ID: <4329DC37.4090305@codegurus.org> Date: Thu, 15 Sep 2005 21:40:23 +0100 From: Jayton Garnett User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: making custom kernel module with ndiscvt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 20:40:14 -0000 Hello, 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. 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. How would I go about creating the .ko file from the .h file? Cheers, Jayton