Deleted Added
full compact
cs.4 (155181) cs.4 (208027)
1.\"
2.\" Copyright (c) 1998 Michael Smith
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1998 Michael Smith
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/man4.i386/cs.4 155181 2006-02-01 14:33:14Z joel $
26.\" $FreeBSD: head/share/man/man4/man4.i386/cs.4 208027 2010-05-13 12:07:55Z uqs $
27.\"
28.Dd July 16, 2005
29.Dt CS 4 i386
30.Os
31.Sh NAME
32.Nm cs
33.Nd "Ethernet device driver"
34.Sh SYNOPSIS

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

124The PnP probe code found a recognised adapter, but the adapter is disabled.
125.It "failed to read pnp parms"
126A PnP adapter was found, but configuration parameters for it could not be read.
127.It "failed to pnp card parameters"
128The parameters obtained via PnP were not accepted by the driver.
129The adapter
130may not function.
131.El
27.\"
28.Dd July 16, 2005
29.Dt CS 4 i386
30.Os
31.Sh NAME
32.Nm cs
33.Nd "Ethernet device driver"
34.Sh SYNOPSIS

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

124The PnP probe code found a recognised adapter, but the adapter is disabled.
125.It "failed to read pnp parms"
126A PnP adapter was found, but configuration parameters for it could not be read.
127.It "failed to pnp card parameters"
128The parameters obtained via PnP were not accepted by the driver.
129The adapter
130may not function.
131.El
132.Sh CAVEATS
133The CS89x0 family of adapters have a very small RAM buffer (4K).
134This may
135cause problems with extremely high network loads or bursty network traffic.
136In particular, NFS operations should be limited to 1k read/write transactions
137in order to avoid overruns.
138.Sh SEE ALSO
139.Xr arp 4 ,
140.Xr netintro 4 ,
141.Xr ng_ether 4 ,
142.Xr ifconfig 8
143.Sh AUTHORS
144.An -nosplit
145The
146.Nm
147device driver was written by
148.An Maxim Bolotin
149and
150.An Oleg Sharoiko .
151This manpage was written by
152.An Michael Smith .
132.Sh SEE ALSO
133.Xr arp 4 ,
134.Xr netintro 4 ,
135.Xr ng_ether 4 ,
136.Xr ifconfig 8
137.Sh AUTHORS
138.An -nosplit
139The
140.Nm
141device driver was written by
142.An Maxim Bolotin
143and
144.An Oleg Sharoiko .
145This manpage was written by
146.An Michael Smith .
147.Sh CAVEATS
148The CS89x0 family of adapters have a very small RAM buffer (4K).
149This may
150cause problems with extremely high network loads or bursty network traffic.
151In particular, NFS operations should be limited to 1k read/write transactions
152in order to avoid overruns.