Deleted Added
full compact
cs.4 (302408) cs.4 (347962)
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: stable/11/share/man/man4/man4.i386/cs.4 208027 2010-05-13 12:07:55Z uqs $
26.\" $FreeBSD: stable/11/share/man/man4/man4.i386/cs.4 347962 2019-05-18 20:43:13Z brooks $
27.\"
27.\"
28.Dd July 16, 2005
28.Dd October 24 2018
29.Dt CS 4 i386
30.Os
31.Sh NAME
32.Nm cs
33.Nd "Ethernet device driver"
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following line in your

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

47.Ed
48.Pp
49In
50.Pa /boot/device.hints :
51.Cd hint.cs.0.at="isa"
52.Cd hint.cs.0.port="0x300"
53.Cd hint.cs.0.irq="10"
54.Cd hint.cs.0.maddr="0xd000"
29.Dt CS 4 i386
30.Os
31.Sh NAME
32.Nm cs
33.Nd "Ethernet device driver"
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following line in your

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

47.Ed
48.Pp
49In
50.Pa /boot/device.hints :
51.Cd hint.cs.0.at="isa"
52.Cd hint.cs.0.port="0x300"
53.Cd hint.cs.0.irq="10"
54.Cd hint.cs.0.maddr="0xd000"
55.Sh DEPRECATION NOTICE
56The
57.Nm
58driver is not present in
59.Fx 13.0
60and later.
61See https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
62information.
55.Sh DESCRIPTION
56The
57.Nm
58driver provides support for ISA Ethernet adapters based on the
59.Tn Crystal Semiconductor CS8900
60and
61.Tn CS8920
62NICs.

--- 90 unchanged lines hidden ---
63.Sh DESCRIPTION
64The
65.Nm
66driver provides support for ISA Ethernet adapters based on the
67.Tn Crystal Semiconductor CS8900
68and
69.Tn CS8920
70NICs.

--- 90 unchanged lines hidden ---