Deleted Added
full compact
ste.4 (141846) ste.4 (148145)
1.\" Copyright (c) 1997, 1998, 1999
2.\" Bill Paul <wpaul@ctr.columbia.edu>. 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) 1997, 1998, 1999
2.\" Bill Paul <wpaul@ctr.columbia.edu>. 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/ste.4 141846 2005-02-13 22:25:33Z ru $
31.\" $FreeBSD: head/share/man/man4/ste.4 148145 2005-07-19 00:26:30Z trhodes $
32.\"
32.\"
33.Dd November 24, 2004
33.Dd July 16, 2005
34.Dt STE 4
35.Os
36.Sh NAME
37.Nm ste
38.Nd "Sundance Technologies ST201 Fast Ethernet device driver"
39.Sh SYNOPSIS
34.Dt STE 4
35.Os
36.Sh NAME
37.Nm ste
38.Nd "Sundance Technologies ST201 Fast Ethernet device driver"
39.Sh SYNOPSIS
40To compile support for the
41.Nm
42driver into your kernel, place the following lines in your kernel configuration file:
43.Bd -ragged -offset indent
40.Cd "device miibus"
41.Cd "device ste"
44.Cd "device miibus"
45.Cd "device ste"
46.Ed
47.Pp
48Alternatively, to load the
49.Nm
50driver at boot time, place the following line in
51.Xr loader.conf 5 :
52.Bd -literal -offset indent
53if_ste_load="YES"
54.Ed
42.Sh DESCRIPTION
43The
44.Nm
45driver provides support for PCI Ethernet adapters and embedded
46controllers based on the Sundance Technologies ST201 PCI Fast
47Ethernet controller chip.
48.Pp
49The Sundance ST201 uses bus master DMA and is designed to be a

--- 126 unchanged lines hidden ---
55.Sh DESCRIPTION
56The
57.Nm
58driver provides support for PCI Ethernet adapters and embedded
59controllers based on the Sundance Technologies ST201 PCI Fast
60Ethernet controller chip.
61.Pp
62The Sundance ST201 uses bus master DMA and is designed to be a

--- 126 unchanged lines hidden ---