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.Dd December 26, 2020 26.Dt MY 4 27.Os 28.Sh NAME 29.Nm my 30.Nd "Myson Technology Ethernet PCI driver" 31.Sh SYNOPSIS 32To compile this driver into the kernel, 33place the following line in your 34kernel configuration file: 35.Bd -ragged -offset indent 36.Cd "device my" 37.Ed 38.Pp 39Alternatively, to load the driver as a 40module at boot time, place the following line in 41.Xr loader.conf 5 : 42.Bd -literal -offset indent 43if_my_load="YES" 44.Ed 45.Sh DESCRIPTION 46The 47.Nm 48driver provides support for various NICs based on the Myson chipset. 49The Myson chipset is a variant of the DEC Tulip NIC chipset. 50.Pp 51The driver will work with almost any MII-compliant PHY, thus failure to 52positively identify the chip is not a fatal error. 53.Sh HARDWARE 54The 55.Nm 56driver provides support for various NICs based on the Myson chipset. 57Supported models include: 58.Pp 59.Bl -bullet -compact 60.It 61Myson MTD800 PCI Fast Ethernet chip 62.It 63Myson MTD803 PCI Fast Ethernet chip 64.It 65Myson MTD89X PCI Gigabit Ethernet chip 66.El 67.Sh SEE ALSO 68.Xr altq 4 , 69.Xr netintro 4 , 70.Xr pci 4 , 71.Xr ifconfig 8 72.Sh HISTORY 73The 74.Nm 75driver first appeared in 76.Fx 4.6 . 77.Sh AUTHORS 78The 79.Nm 80driver was written by Myson Technology Inc. 81.Pp 82This manual page was written by 83.An Hiten M. Pandya Aq Mt hmp@FreeBSD.org . 84.Sh BUGS 85The 86.Nm 87driver does not support Power Management Events (PME). 88