Deleted Added
full compact
utopia.9 (117553) utopia.9 (130843)
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/man9/utopia.9 117553 2003-07-14 15:08:11Z harti $
28.\" $FreeBSD: head/share/man/man9/utopia.9 130843 2004-06-21 14:11:45Z mpp $
29.Dd May 8, 2003
30.Dt UTOPIA 9
31.Os FreeBSD
32.Sh NAME
33.Nm utopia
34.Nd Driver module for ATM PHY chips
35.Sh SYNOPSIS
36.In dev/utopia/utopia.h

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

142.It
143In the
144.Nm
145kernel thread the mutex is locked and the
146.Fn utopia_carrier_update
147function is called with this mutex locked.
148This will result in the driver's
149.Fn readregs
29.Dd May 8, 2003
30.Dt UTOPIA 9
31.Os FreeBSD
32.Sh NAME
33.Nm utopia
34.Nd Driver module for ATM PHY chips
35.Sh SYNOPSIS
36.In dev/utopia/utopia.h

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

142.It
143In the
144.Nm
145kernel thread the mutex is locked and the
146.Fn utopia_carrier_update
147function is called with this mutex locked.
148This will result in the driver's
149.Fn readregs
150function beeing called with the mutex locked.
150function being called with the mutex locked.
151.It
152In the sysctl handlers the mutex will be locked before calling into the driver's
153.Fn readreg
154or
155.Fn writereg
156functions.
157.El
158.It Va flags

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

215Parallel diagnostic loopback.
216.It Dv UTP_LOOP_TWIST
217Twisted pair diagnostic loopback.
218.It Dv UTP_LOOP_PATH
219Diagnostic path loopback.
220.El
221.It Va chip
222This points the a function vector for chip specific functions. Two fields
151.It
152In the sysctl handlers the mutex will be locked before calling into the driver's
153.Fn readreg
154or
155.Fn writereg
156functions.
157.El
158.It Va flags

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

215Parallel diagnostic loopback.
216.It Dv UTP_LOOP_TWIST
217Twisted pair diagnostic loopback.
218.It Dv UTP_LOOP_PATH
219Diagnostic path loopback.
220.El
221.It Va chip
222This points the a function vector for chip specific functions. Two fields
223in this vector a publically available:
223in this vector are publicly available:
224.Bl -tag -width XXX
225.It Va type
226This is the type of the detected PHY chip.
227One of:
228.Bl -tag -width XXX
229.It Dv UTP_TYPE_UNKNOWN (0)
230.It Dv UTP_TYPE_SUNI_LITE (1)
231.It Dv UTP_TYPE_SUNI_ULTRA (2)

--- 79 unchanged lines hidden ---
224.Bl -tag -width XXX
225.It Va type
226This is the type of the detected PHY chip.
227One of:
228.Bl -tag -width XXX
229.It Dv UTP_TYPE_UNKNOWN (0)
230.It Dv UTP_TYPE_SUNI_LITE (1)
231.It Dv UTP_TYPE_SUNI_ULTRA (2)

--- 79 unchanged lines hidden ---