Deleted Added
sdiff udiff text old ( 139097 ) new ( 148145 )
full compact
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 148145 2005-07-19 00:26:30Z trhodes $
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
35To compile support for the
36.Nm
37driver into your kernel, place the following line in your kernel configuration
38file:
39.Bd -ragged -offset indent
40.Cd "device cs"
41.Ed
42.Pp
43Alternatively, to load the
44.Nm
45driver at boot time, place the following line in
46.Xr loader.conf 5 :
47.Bd -literal -offset indent
48if_cs_load="YES"
49.Ed
50.Pp
51In
52.Pa /boot/device.hints :
53.Cd hint.cs.0.at="isa"
54.Cd hint.cs.0.port="0x300"
55.Cd hint.cs.0.irq="10"
56.Cd hint.cs.0.maddr="0xd000"
57.Sh DESCRIPTION
58The

--- 87 unchanged lines hidden ---