Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
NDISGEN(8)		FreeBSD	System Manager's Manual		    NDISGEN(8)

NAME
     ndisgen --	generate a FreeBSD driver module from a	Windows(R) NDIS	driver
     distribution

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

DESCRIPTION
     The ndisgen script	uses the ndiscvt(8) utility and	other tools to gener-
     ate a FreeBSD loadable driver module and a	static ELF object module from
     a Windows(R) 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 gener-
     ate the FreeBSD driver module.  The script	will also prompt for any
     firmware or other external	files needed.

SEE ALSO
     ld(1), objcopy(1),	ndis(4), kldload(8), ndiscvt(8), ndisapi(9)

HISTORY
     The ndisgen utility first appeared	in FreeBSD 6.0.

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

FreeBSD	6.0			April 24, 2005			   FreeBSD 6.0

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | HISTORY | AUTHORS

Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=ndisgen&sektion=8&manpath=FreeBSD+6.0-RELEASE>

home | help