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.Dd October 31, 2017 27.Dt DTSEC 4 28.Os 29.Sh NAME 30.Nm dtsec 31.Nd "Freescale Datapath Acceleration Architecture-based Three-Speed Ethernet Controller device driver" 32.Sh SYNOPSIS 33To compile this driver into the kernel, place the following lines in your 34kernel configuration file: 35.Bd -ragged -offset indent 36.Cd "include ""dpaa/config.dpaa"" 37.Cd "device dpaa" 38.Cd "device miibus" 39.Ed 40.Sh DESCRIPTION 41The 42.Nm 43driver provides support for the DPAA-based gigabit Ethernet controller 44integrated in some of the Freescale system-on-chip devices. 45.Pp 46The 47.Nm 48driver supports the following media types: 49.Bl -tag -width xxxxxxxxxxxxxxxxxxxx 50.It autoselect 51Enable autoselection of the media type and options 52.It 10baseT/UTP 53Set 10Mbps operation 54.It 100baseTX 55Set 100Mbps operation 56.It 1000baseT 57Set 1000baseT operation 58.El 59.Pp 60The 61.Nm 62driver supports the following media options: 63.Bl -tag -width xxxxxxxxxxxxxxxxxxxx 64.It full-duplex 65Set full duplex operation 66.El 67.Pp 68The 69.Nm 70driver supports two operating modes: 71.Bl -tag -width xxxxxxxxxxxxxxxxxxxx 72.It Regular 73Normal mode, utilizing the full datapath acceleration, Buffer Manager, and Queue 74Manager. 75.It Independent 76Runs disconnected from the Buffer Manager and Queue Manager. 77.El 78.Sh HARDWARE 79Gigabit Ethernet controllers built into the following Freescale 80system-on-chip devices are known to work with the 81.Nm 82driver: 83.Pp 84.Bl -bullet -compact 85.It 86P2041, P3041 87.It 88P5010, P5020 89.El 90.Pp 91Additionally, the following devices are expected to work, but are untested: 92.Bl -bullet -compact 93.It 94P4080, P4040 95.It 96P5040 97.El 98.Sh SEE ALSO 99.Xr altq 4 , 100.Xr arp 4 , 101.Xr miibus 4 , 102.Xr netintro 4 , 103.Xr ng_ether 4 , 104.Xr ifconfig 8 105.Sh HISTORY 106The 107.Nm 108device driver first appeared in 109.Fx 11.0 . 110.Sh AUTHORS 111.An -nosplit 112The base version of 113.Nm 114device driver was written by 115.An Semihalf . 116This manual page was written by 117.An Justin Hibbits . 118