Deleted Added
full compact
ndis.4 (131530) ndis.4 (131594)
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/share/man/man4/man4.i386/ndis.4 131530 2004-07-03 18:29:24Z ru $
31.\" $FreeBSD: head/share/man/man4/man4.i386/ndis.4 131594 2004-07-04 20:55:50Z ru $
32.\"
33.Dd December 10, 2003
34.Dt NDIS 4 i386
35.Os
36.Sh NAME
37.Nm ndis
38.Nd NDIS miniport driver wrapper
39.Sh SYNOPSIS

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

114issued, however the device failed to acknowledge the transmission
115before a timeout expired.
116.El
117.Sh SEE ALSO
118.Xr arp 4 ,
119.Xr netintro 4 ,
120.Xr ng_ether 4 ,
121.Xr ifconfig 8 ,
32.\"
33.Dd December 10, 2003
34.Dt NDIS 4 i386
35.Os
36.Sh NAME
37.Nm ndis
38.Nd NDIS miniport driver wrapper
39.Sh SYNOPSIS

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

114issued, however the device failed to acknowledge the transmission
115before a timeout expired.
116.El
117.Sh SEE ALSO
118.Xr arp 4 ,
119.Xr netintro 4 ,
120.Xr ng_ether 4 ,
121.Xr ifconfig 8 ,
122.Xr ndisapi 9 ,
123.Xr ndiscvt 8
122.Xr ndiscvt 8 ,
123.Xr ndisapi 9
124.Rs
125.%T "NDIS 5.1 specification"
126.%O http://www.microsoft.com
127.Re
128.Sh HISTORY
129The
130.Nm
131device driver first appeared in
132.Fx 5.3 .
133.Sh AUTHORS
134The
135.Nm
136driver was written by
137.An Bill Paul Aq wpaul@windriver.com .
124.Rs
125.%T "NDIS 5.1 specification"
126.%O http://www.microsoft.com
127.Re
128.Sh HISTORY
129The
130.Nm
131device driver first appeared in
132.Fx 5.3 .
133.Sh AUTHORS
134The
135.Nm
136driver was written by
137.An Bill Paul Aq wpaul@windriver.com .