xref: /freebsd/share/man/man4/my.4 (revision a25ecdff1f43ad562b65042d5e006262b4e60ac8)
1ca15350eSHiten Pandya.\" Copyright (c) 2003 Hiten M. Pandya
2ca15350eSHiten Pandya.\" All rights reserved.
3ca15350eSHiten Pandya.\"
4ca15350eSHiten Pandya.\" Redistribution and use in source and binary forms, with or without
5ca15350eSHiten Pandya.\" modification, are permitted provided that the following conditions
6ca15350eSHiten Pandya.\" are met:
7ca15350eSHiten Pandya.\" 1. Redistributions of source code must retain the above copyright
8ca15350eSHiten Pandya.\"    notice, this list of conditions and the following disclaimer.
9ca15350eSHiten Pandya.\" 2. Redistributions in binary form must reproduce the above copyright
10ca15350eSHiten Pandya.\"    notice, this list of conditions and the following disclaimer in the
11ca15350eSHiten Pandya.\"    documentation and/or other materials provided with the distribution.
12ca15350eSHiten Pandya.\"
13ca15350eSHiten Pandya.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND ITS AND CONTRIBUTORS
14ca15350eSHiten Pandya.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
15ca15350eSHiten Pandya.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16ca15350eSHiten Pandya.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR THE CONTRIBUTORS
17ca15350eSHiten Pandya.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18ca15350eSHiten Pandya.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19ca15350eSHiten Pandya.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
20ca15350eSHiten Pandya.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
21ca15350eSHiten Pandya.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22ca15350eSHiten Pandya.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23ca15350eSHiten Pandya.\" POSSIBILITY OF SUCH DAMAGE.
24ca15350eSHiten Pandya.\"
25ca15350eSHiten Pandya.\" $FreeBSD$
26bc9a9cb4SRuslan Ermilov.\"
2786e3186eSTom Rhodes.Dd July 16, 2005
28ca15350eSHiten Pandya.Dt MY 4
29ca15350eSHiten Pandya.Os
30ca15350eSHiten Pandya.Sh NAME
31ca15350eSHiten Pandya.Nm my
32bc9a9cb4SRuslan Ermilov.Nd "Myson Technology Ethernet PCI driver"
33ca15350eSHiten Pandya.Sh SYNOPSIS
3416d78bb8STom RhodesTo compile this driver into the kernel,
3516d78bb8STom Rhodesplace the following lines in your
3690296834STom Rhodeskernel configuration file:
3786e3186eSTom Rhodes.Bd -ragged -offset indent
38ca15350eSHiten Pandya.Cd "device miibus"
39ca15350eSHiten Pandya.Cd "device my"
4086e3186eSTom Rhodes.Ed
4186e3186eSTom Rhodes.Pp
4216d78bb8STom RhodesAlternatively, to load the driver as a
4316d78bb8STom Rhodesmodule at boot time, place the following line in
4486e3186eSTom Rhodes.Xr loader.conf 5 :
4586e3186eSTom Rhodes.Bd -literal -offset indent
4686e3186eSTom Rhodesif_my_load="YES"
4786e3186eSTom Rhodes.Ed
48ca15350eSHiten Pandya.Sh DESCRIPTION
49ca15350eSHiten PandyaThe
50ca15350eSHiten Pandya.Nm
51ca15350eSHiten Pandyadriver provides support for various NICs based on the Myson chipset.
52ca15350eSHiten PandyaThe Myson chipset is a variant of the DEC Tulip NIC chipset.
537a5183e8SSimon L. B. Nielsen.Pp
547a5183e8SSimon L. B. NielsenThe driver will work with almost any MII-compliant PHY, thus failure to
557a5183e8SSimon L. B. Nielsenpositively identify the chip is not a fatal error.
567a5183e8SSimon L. B. Nielsen.Sh HARDWARE
577a5183e8SSimon L. B. NielsenThe
587a5183e8SSimon L. B. Nielsen.Nm
597a5183e8SSimon L. B. Nielsendriver provides support for various NICs based on the Myson chipset.
60ca15350eSHiten PandyaSupported models include:
61bc9a9cb4SRuslan Ermilov.Pp
62ca15350eSHiten Pandya.Bl -bullet -compact
63ca15350eSHiten Pandya.It
64ca15350eSHiten PandyaMyson MTD800 PCI Fast Ethernet chip
65ca15350eSHiten Pandya.It
66ca15350eSHiten PandyaMyson MTD803 PCI Fast Ethernet chip
6779a97ad9SSimon L. B. Nielsen.It
6879a97ad9SSimon L. B. NielsenMyson MTD89X PCI Gigabit Ethernet chip
69ca15350eSHiten Pandya.El
70ca15350eSHiten Pandya.Sh SEE ALSO
71a25ecdffSChristian Brueffer.Xr altq 4 ,
72ca15350eSHiten Pandya.Xr de 4 ,
73ca15350eSHiten Pandya.Xr miibus 4 ,
74ca15350eSHiten Pandya.Xr netintro 4 ,
75ca15350eSHiten Pandya.Xr pci 4 ,
76ca15350eSHiten Pandya.Xr ifconfig 8
77ca15350eSHiten Pandya.Sh HISTORY
78ca15350eSHiten PandyaThe
79ca15350eSHiten Pandya.Nm
80ca15350eSHiten Pandyadriver first appeared in
81ca15350eSHiten Pandya.Fx 4.6 .
82ca15350eSHiten Pandya.Sh AUTHORS
83ca15350eSHiten PandyaThe
84ca15350eSHiten Pandya.Nm
85ca15350eSHiten Pandyadriver was written by Myson Technology Inc.
86ca15350eSHiten Pandya.Pp
87bc9a9cb4SRuslan ErmilovThis manual page was written by
88bc9a9cb4SRuslan Ermilov.An Hiten M. Pandya Aq hmp@FreeBSD.org .
89ca15350eSHiten Pandya.Sh BUGS
90ca15350eSHiten PandyaThe
91ca15350eSHiten Pandya.Nm
92ca15350eSHiten Pandyadriver does not support Power Management Events (PME).
93