1.\" Copyright (c) 2003 Hiten M. Pandya 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" notice, this list of conditions and the following disclaimer in the 11.\" documentation and/or other materials provided with the distribution. 12.\" 13.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND ITS AND CONTRIBUTORS 14.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR THE CONTRIBUTORS 17.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 18.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 19.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 20.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 21.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 22.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 23.\" POSSIBILITY OF SUCH DAMAGE. 24.\" 25.\" $FreeBSD$ 26.\" 27.Dd December 26, 2020 28.Dt MY 4 29.Os 30.Sh NAME 31.Nm my 32.Nd "Myson Technology Ethernet PCI driver" 33.Sh SYNOPSIS 34To compile this driver into the kernel, 35place the following line in your 36kernel configuration file: 37.Bd -ragged -offset indent 38.Cd "device my" 39.Ed 40.Pp 41Alternatively, to load the driver as a 42module at boot time, place the following line in 43.Xr loader.conf 5 : 44.Bd -literal -offset indent 45if_my_load="YES" 46.Ed 47.Sh DESCRIPTION 48The 49.Nm 50driver provides support for various NICs based on the Myson chipset. 51The Myson chipset is a variant of the DEC Tulip NIC chipset. 52.Pp 53The driver will work with almost any MII-compliant PHY, thus failure to 54positively identify the chip is not a fatal error. 55.Sh HARDWARE 56The 57.Nm 58driver provides support for various NICs based on the Myson chipset. 59Supported models include: 60.Pp 61.Bl -bullet -compact 62.It 63Myson MTD800 PCI Fast Ethernet chip 64.It 65Myson MTD803 PCI Fast Ethernet chip 66.It 67Myson MTD89X PCI Gigabit Ethernet chip 68.El 69.Sh SEE ALSO 70.Xr altq 4 , 71.Xr netintro 4 , 72.Xr pci 4 , 73.Xr ifconfig 8 74.Sh HISTORY 75The 76.Nm 77driver first appeared in 78.Fx 4.6 . 79.Sh AUTHORS 80The 81.Nm 82driver was written by Myson Technology Inc. 83.Pp 84This manual page was written by 85.An Hiten M. Pandya Aq Mt hmp@FreeBSD.org . 86.Sh BUGS 87The 88.Nm 89driver does not support Power Management Events (PME). 90