xref: /dragonfly/share/man/man4/my.4 (revision d4ef6694)
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: src/share/man/man4/my.4,v 1.7 2005/10/07 02:32:15 trhodes Exp $
26.\"
27.Dd July 16, 2005
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 lines 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 de 4 ,
71.Xr ifmedia 4 ,
72.Xr netintro 4 ,
73.Xr pci 4 ,
74.Xr ifconfig 8
75.Sh HISTORY
76The
77.Nm
78driver first appeared in
79.Fx 4.6 .
80.Sh AUTHORS
81The
82.Nm
83driver was written by Myson Technology Inc.
84.Pp
85This manual page was written by
86.An Hiten M. Pandya Aq Mt hmp@FreeBSD.org .
87.Sh BUGS
88The
89.Nm
90driver does not support Power Management Events (PME).
91