making custom kernel module with ndiscvt

Ben Kaduk minimarmot at gmail.com
Thu Sep 15 15:29:38 PDT 2005


On 9/15/05, Jayton Garnett <jay at codegurus.org> wrote:
> 
> 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
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
> 

Have you looked at ndisgen(8)?

Ben Kaduk


More information about the freebsd-current mailing list