man.bsd.lv manual page server

Manual Page Search Parameters

NDISGEN(8) System Manager's Manual NDISGEN(8)

ndisgengenerate a DragonFly driver module from a Windows® NDIS driver distribution

ndisgen [/path/to/INF /path/to/SYS]

The ndisgen script uses the ndiscvt(8) utility and other tools to generate a DragonFly loadable driver module and a static ELF object module from a Windows® NDIS driver, for use with the ndis(4) compatibility module.

The ndisgen script is interactive and contains its own help section. Unless the paths to both files are supplied on the command line, the script will prompt the user for the .INF and .SYS files needed to generate the DragonFly driver module. The script will also prompt for any firmware or other external files needed.

ld(1), objcopy(1), ndis(4), kldload(8), ndiscvt(8)

The ndisgen utility first appeared in FreeBSD 6.0.

The ndisgen utility was written by Bill Paul <wpaul@windriver.com>.

May 10, 2011 DragonFly-5.6.1