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.Dd May 16, 2003 27.Dt MY 4 28.Os 29.Sh NAME 30.Nm my 31.Nd Myson Technology Ethernet PCI Driver 32.Sh SYNOPSIS 33.Cd "device miibus" 34.Cd "device my" 35.Sh DESCRIPTION 36The 37.Nm 38driver provides support for various NICs based on the Myson chipset. 39The Myson chipset is a variant of the DEC Tulip NIC chipset. 40.Pp 41Supported models include: 42.Bl -bullet -compact 43.It 44Myson MTD800 PCI Fast Ethernet chip 45.It 46Myson MTD803 PCI Fast Ethernet chip 47.El 48.Pp 49The driver will work with almost any MII-compliant PHY, thus failure to 50positively identify the chip is not a fatal error. 51.Sh SEE ALSO 52.Xr de 4 , 53.Xr miibus 4 , 54.Xr netintro 4 , 55.Xr pci 4 , 56.Xr ifconfig 8 57.Sh HISTORY 58The 59.Nm 60driver first appeared in 61.Fx 4.6 . 62.Sh AUTHORS 63The 64.Nm 65driver was written by Myson Technology Inc. 66.Pp 67This manual page is written by 68.An Hiten M. Pandya Aq hmp@FreeBSD.ORG . 69.Sh BUGS 70The 71.Nm 72driver does not support Power Management Events (PME). 73