Deleted Added
full compact
ndiscvt.8 (123775) ndiscvt.8 (124060)
1.\" Copyright (c) 2003
2.\" Bill Paul <wpaul@windriver.com> All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 2003
2.\" Bill Paul <wpaul@windriver.com> All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/usr.sbin/ndiscvt/ndiscvt.8 123775 2003-12-23 18:09:59Z wpaul $
31.\" $FreeBSD: head/usr.sbin/ndiscvt/ndiscvt.8 124060 2004-01-02 04:31:06Z wpaul $
32.\"
33.Dd December 10, 2003
34.Dt NDISCVT 8
35.Os
36.Sh NAME
37.Nm ndiscvt
38.Nd Convert Windows(r) NDIS drivers for use with FreeBSD
39.Sh SYNOPSIS
40.Nm
41.Op Fl i Ar <inffile>
42.Fl s Ar <sysfile>
32.\"
33.Dd December 10, 2003
34.Dt NDISCVT 8
35.Os
36.Sh NAME
37.Nm ndiscvt
38.Nd Convert Windows(r) NDIS drivers for use with FreeBSD
39.Sh SYNOPSIS
40.Nm
41.Op Fl i Ar <inffile>
42.Fl s Ar <sysfile>
43.Op Fl n Ar devname
43.Op Fl o Ar <outfile>
44.Sh DESCRIPTION
45The
46.Nm
47utility transforms a Windows(r) NDIS driver into a data file which
48is used to build an
49.Xr ndis 4
50compatibility driver module. Windows(r) drivers consist of two main

--- 37 unchanged lines hidden (view full) ---

88will emit a dummy configuration structure only.
89.It Fl s Ar <sysfile>
90Open and parse the specified .SYS file. This file must contain
91a Windows(r) driver image. The
92.Nm
93utility will perform some manipulation of the sections within the
94executable file to make runtime linking within the kernel a little
95easier and then convert the image into a data array.
44.Op Fl o Ar <outfile>
45.Sh DESCRIPTION
46The
47.Nm
48utility transforms a Windows(r) NDIS driver into a data file which
49is used to build an
50.Xr ndis 4
51compatibility driver module. Windows(r) drivers consist of two main

--- 37 unchanged lines hidden (view full) ---

89will emit a dummy configuration structure only.
90.It Fl s Ar <sysfile>
91Open and parse the specified .SYS file. This file must contain
92a Windows(r) driver image. The
93.Nm
94utility will perform some manipulation of the sections within the
95executable file to make runtime linking within the kernel a little
96easier and then convert the image into a data array.
97.It Op Fl n Ar devname
98Specify an alternate name for the network device/interface which will
99be created when the driver is instantiated. If you need to load more
100than one NDIS driver into your system (i.e. if you have two different
101network cards in your system which require NDIS driver support), each
102module you create must have a unique name. Device can not be larger
103than IFNAMSIZ. If no name is specified, the driver will use the
104default a default name (``ndis'').
96.It Op Fl o Ar <outfile>
97Specify the output file in which to place the resulting data. This
98can be any file pathname. If
99.Ar <outfile>
100is a single dash, the data will be written to the standard output.
101The
102.Pa if_ndis.c
103module expects to find the driver data in a file called

--- 22 unchanged lines hidden ---
105.It Op Fl o Ar <outfile>
106Specify the output file in which to place the resulting data. This
107can be any file pathname. If
108.Ar <outfile>
109is a single dash, the data will be written to the standard output.
110The
111.Pa if_ndis.c
112module expects to find the driver data in a file called

--- 22 unchanged lines hidden ---