diff options
Diffstat (limited to 'usr/src/man/man4d/mxfe.4d')
| -rw-r--r-- | usr/src/man/man4d/mxfe.4d | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/usr/src/man/man4d/mxfe.4d b/usr/src/man/man4d/mxfe.4d new file mode 100644 index 0000000000..ffa54686d7 --- /dev/null +++ b/usr/src/man/man4d/mxfe.4d @@ -0,0 +1,62 @@ +.\" Copyright 2014 Garrett D'Amore <garrett@damore.org> +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +.\" COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +.\" ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE +.\" +.Dd "Aug 7, 2014" +.Dt MXFE 4D +.Os +.Sh NAME +.Nm mxfe +.Nd Macronix Fast Ethernet device driver +.Sh SYNOPSIS +.Pa /dev/mxfe +.Sh DESCRIPTION +The +.Nm +driver provides support for the +Macronix 98715 family (including the Lite-On PNIC-II) of Fast Ethernet +PCI controllers. +.Lp +These devices generally support the standard Fast Ethernet features, including +10BASE-T and 100BASE-TX, both full and half duplex operation, IEEE 802.3 +autonegotiation, etc. +They also support full size MTUs (1500 bytes), even when used with VLANs. +. +.Lp +The device driver supports the +.Xr ieee802.3 7 +properties, which can be configured with +.Xr dladm 8 . +.Sh FILES +.Bl -tag -width /dev/mxfe +.It Pa /dev/mxfe +Special character device. +.El +.Sh SEE ALSO +.Xr dlpi 4P , +.Xr pci 5 , +.Xr ieee802.3 7 , +.Xr dladm 8 , +.Xr ifconfig 8 +.Rs +.%T IEEE 802.3: Ethernet +.%Q IEEE Standards Association +.Re |
