xref: /titanic_52/usr/src/man/man7d/afe.7d (revision 86635a91ceb503bad0052c7a964ec3fd28d548dc)
1*86635a91SGarrett D'Amore.\" Copyright 2014 Garrett D'Amore <garrett@damore.org>
2*86635a91SGarrett D'Amore.\" Redistribution and use in source and binary forms, with or without
3*86635a91SGarrett D'Amore.\" modification, are permitted provided that the following conditions
4*86635a91SGarrett D'Amore.\" are met:
5*86635a91SGarrett D'Amore.\" 1. Redistributions of source code must retain the above copyright
6*86635a91SGarrett D'Amore.\"    notice, this list of conditions and the following disclaimer.
7*86635a91SGarrett D'Amore.\" 2. Redistributions in binary form must reproduce the above copyright
8*86635a91SGarrett D'Amore.\"    notice, this list of conditions and the following disclaimer in the
9*86635a91SGarrett D'Amore.\"    documentation and/or other materials provided with the distribution.
10*86635a91SGarrett D'Amore.\"
11*86635a91SGarrett D'Amore.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
12*86635a91SGarrett D'Amore.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
13*86635a91SGarrett D'Amore.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14*86635a91SGarrett D'Amore.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
15*86635a91SGarrett D'Amore.\" COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
16*86635a91SGarrett D'Amore.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
17*86635a91SGarrett D'Amore.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
18*86635a91SGarrett D'Amore.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
19*86635a91SGarrett D'Amore.\" ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20*86635a91SGarrett D'Amore.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
21*86635a91SGarrett D'Amore.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
22*86635a91SGarrett D'Amore.\"
23*86635a91SGarrett D'Amore.Dd "Aug 3, 2014"
24*86635a91SGarrett D'Amore.Dt AFE 7D
25*86635a91SGarrett D'Amore.Os
26*86635a91SGarrett D'Amore.Sh NAME
27*86635a91SGarrett D'Amore.Nm afe
28*86635a91SGarrett D'Amore.Nd ADMtek Fast Ethernet device driver
29*86635a91SGarrett D'Amore.Sh SYNOPSIS
30*86635a91SGarrett D'Amore.Pa /dev/afe
31*86635a91SGarrett D'Amore.Sh DESCRIPTION
32*86635a91SGarrett D'AmoreThe
33*86635a91SGarrett D'Amore.Nm
34*86635a91SGarrett D'Amoredriver provides support for the Centaur and Comet families of Fast Ethernet
35*86635a91SGarrett D'AmorePCI controllers originally produced by ADMtek and Infineon.
36*86635a91SGarrett D'Amore.Lp
37*86635a91SGarrett D'AmoreThese devices generally support the standard Fast Ethernet features, including
38*86635a91SGarrett D'Amore10BASE-T and 100BASE-TX, both full and half duplex operation, IEEE 802.3
39*86635a91SGarrett D'Amoreautonegotiation, etc.  They also support full size MTUs (1500 bytes),
40*86635a91SGarrett D'Amoreeven when used with VLANs.  Most of them also support flow control.
41*86635a91SGarrett D'Amore.
42*86635a91SGarrett D'Amore.Lp
43*86635a91SGarrett D'AmoreThe device driver supports the
44*86635a91SGarrett D'Amore.Xr ieee802.3 5
45*86635a91SGarrett D'Amoreproperties, which can be configured with
46*86635a91SGarrett D'Amore.Xr dladm 1M .
47*86635a91SGarrett D'Amore.
48*86635a91SGarrett D'Amore.\" The driver also has a "forcefiber" driver.conf setting, but this is for
49*86635a91SGarrett D'Amore.\" very very obscure hardware, and we are not documenting this option
50*86635a91SGarrett D'Amore.\" for now.
51*86635a91SGarrett D'Amore.
52*86635a91SGarrett D'Amore.Sh FILES
53*86635a91SGarrett D'Amore.Bl -tag -width /dev/afe
54*86635a91SGarrett D'Amore.It Pa /dev/afe
55c10c16deSRichard LoweSpecial character device.
56*86635a91SGarrett D'Amore.El
57*86635a91SGarrett D'Amore.Sh SEE ALSO
58*86635a91SGarrett D'Amore.Xr dladm 1M ,
59*86635a91SGarrett D'Amore.Xr ifconfig 1M ,
60*86635a91SGarrett D'Amore.Xr pci 4 ,
61*86635a91SGarrett D'Amore.Xr ieee802.3 5 ,
62*86635a91SGarrett D'Amore.Xr dlpi 7P
63*86635a91SGarrett D'Amore.Rs
64*86635a91SGarrett D'Amore.%T IEEE 802.3: Ethernet
65*86635a91SGarrett D'Amore.%Q IEEE Standards Association
66*86635a91SGarrett D'Amore.Re
67