.\" Copyright (c) 2005 .\" Bill Paul All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: .\" This product includes software developed by Bill Paul. .\" 4. Neither the name of the author nor the names of any co-contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD$ .\" .Dd April 24, 2005 .Dt NDISGEN 8 .Os .Sh NAME .Nm ndisgen .Nd generate a FreeBSD driver module from a .Tn Windows\[rg] NDIS driver distribution .Sh SYNOPSIS .Nm .Op Ar /path/to/INF /path/to/SYS .Sh DESCRIPTION The .Nm script uses the .Xr ndiscvt 8 utility and other tools to generate a .Fx loadable driver module and a static ELF object module from a .Tn Windows\[rg] NDIS driver, for use with the .Xr ndis 4 compatibility module. .Pp The .Nm 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 .Pa .INF and .Pa .SYS files needed to generate the .Fx driver module. The script will also prompt for any firmware or other external files needed. .Sh SEE ALSO .Xr ld 1 , .Xr objcopy 1 , .Xr ndis 4 , .Xr kldload 8 , .Xr ndiscvt 8 .Sh HISTORY The .Nm utility first appeared in .Fx 6.0 . .Sh AUTHORS The .Nm utility was written by .An Bill Paul Aq Mt wpaul@windriver.com .