Deleted Added
full compact
utopia.4 (131797) utopia.4 (164524)
1.\" Copyright (c) 2003
2.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
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

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

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.\" Author: Hartmut Brandt <harti@FreeBSD.org>
27.\"
1.\" Copyright (c) 2003
2.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
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

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

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.\" Author: Hartmut Brandt <harti@FreeBSD.org>
27.\"
28.\" $FreeBSD: head/share/man/man4/utopia.4 131797 2004-07-08 10:31:12Z ru $
28.\" $FreeBSD: head/share/man/man4/utopia.4 164524 2006-11-22 21:30:02Z brueffer $
29.\"
29.\"
30.Dd May 8, 2003
30.Dd November 22, 2006
31.Dt UTOPIA 4
32.Os
33.Sh NAME
34.Nm utopia
35.Nd "driver module for ATM PHY chips"
36.Sh SYNOPSIS
31.Dt UTOPIA 4
32.Os
33.Sh NAME
34.Nm utopia
35.Nd "driver module for ATM PHY chips"
36.Sh SYNOPSIS
37.Cd device utopia
37To compile this driver into the kernel,
38place the following line in your
39kernel configuration file:
40.Bd -ragged -offset indent
41.Cd "device utopia"
42.Ed
43.Pp
44Alternatively, to load the driver as a
45module at boot time, place the following line in
46.Xr loader.conf 5 :
47.Bd -literal -offset indent
48utopia_load="YES"
49.Ed
38.Sh DESCRIPTION
39This module is used by all ATM drivers for cards that use
40PMC-Sierra S/Uni and IDT77105/IDT77155
41chips to provide uniform functionality.
42The module implements status monitoring
43in either interrupt or polling mode, media option handling and application
44access to chip registers.
45.Pp

--- 139 unchanged lines hidden ---
50.Sh DESCRIPTION
51This module is used by all ATM drivers for cards that use
52PMC-Sierra S/Uni and IDT77105/IDT77155
53chips to provide uniform functionality.
54The module implements status monitoring
55in either interrupt or polling mode, media option handling and application
56access to chip registers.
57.Pp

--- 139 unchanged lines hidden ---