]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/man4.powerpc/dtsec.4
MFV r338797:
[FreeBSD/FreeBSD.git] / share / man / man4 / man4.powerpc / dtsec.4
1 .\"
2 .\" Copyright (c) 2016 Justin Hibbits
3 .\"
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD$
27 .\"
28 .Dd October 31, 2017
29 .Dt DTSEC 4
30 .Os
31 .Sh NAME
32 .Nm dtsec
33 .Nd "Freescale Datapath Acceleration Architecture-based Three-Speed Ethernet Controller device driver"
34 .Sh SYNOPSIS
35 To compile this driver into the kernel, place the following lines in your
36 kernel configuration file:
37 .Bd -ragged -offset indent
38 .Cd "include ""dpaa/config.dpaa""
39 .Cd "device dpaa"
40 .Cd "device miibus"
41 .Ed
42 .Sh DESCRIPTION
43 The
44 .Nm
45 driver provides support for the DPAA-based gigabit Ethernet controller
46 integrated in some of the Freescale system-on-chip devices.
47 .Pp
48 The
49 .Nm
50 driver supports the following media types:
51 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
52 .It autoselect
53 Enable autoselection of the media type and options
54 .It 10baseT/UTP
55 Set 10Mbps operation
56 .It 100baseTX
57 Set 100Mbps operation
58 .It 1000baseT
59 Set 1000baseT operation
60 .El
61 .Pp
62 The
63 .Nm
64 driver supports the following media options:
65 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
66 .It full-duplex
67 Set full duplex operation
68 .El
69 .Pp
70 The
71 .Nm
72 driver supports two operating modes:
73 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
74 .It Regular
75 Normal mode, utilizing the full datapath acceleration, Buffer Manager, and Queue
76 Manager.
77 .It Independent
78 Runs disconnected from the Buffer Manager and Queue Manager.
79 .El
80 .Sh HARDWARE
81 Gigabit Ethernet controllers built into the following Freescale
82 system-on-chip devices are known to work with the
83 .Nm
84 driver:
85 .Pp
86 .Bl -bullet -compact
87 .It
88 P2041, P3041
89 .It
90 P5010, P5020
91 .El
92 .Pp
93 Additionally, the following devices are expected to work, but are untested:
94 .Bl -bullet -compact
95 .It
96 P4080, P4040
97 .It
98 P5040
99 .El
100 .Sh SEE ALSO
101 .Xr altq 4 ,
102 .Xr arp 4 ,
103 .Xr miibus 4 ,
104 .Xr netintro 4 ,
105 .Xr ng_ether 4 ,
106 .Xr ifconfig 8
107 .Sh HISTORY
108 The
109 .Nm
110 device driver first appeared in
111 .Fx 11.0 .
112 .Sh AUTHORS
113 .An -nosplit
114 The base version of
115 .Nm
116 device driver was written by
117 .An Semihalf .
118 This manual page was written by
119 .An Justin Hibbits .