Deleted Added
full compact
my.4 (166346) my.4 (167453)
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.

--- 8 unchanged lines hidden (view full) ---

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.\"
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.

--- 8 unchanged lines hidden (view full) ---

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: head/share/man/man4/my.4 166346 2007-01-30 08:40:04Z brueffer $
25.\" $FreeBSD: head/share/man/man4/my.4 167453 2007-03-11 15:20:04Z brueffer $
26.\"
26.\"
27.Dd July 16, 2005
27.Dd March 11, 2007
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,
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
35place the following line in your
36kernel configuration file:
37.Bd -ragged -offset indent
36kernel configuration file:
37.Bd -ragged -offset indent
38.Cd "device miibus"
39.Cd "device my"
40.Ed
41.Pp
42Alternatively, to load the driver as a
43module at boot time, place the following line in
44.Xr loader.conf 5 :
45.Bd -literal -offset indent
46if_my_load="YES"

--- 18 unchanged lines hidden (view full) ---

65.It
66Myson MTD803 PCI Fast Ethernet chip
67.It
68Myson MTD89X PCI Gigabit Ethernet chip
69.El
70.Sh SEE ALSO
71.Xr altq 4 ,
72.Xr de 4 ,
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"

--- 18 unchanged lines hidden (view full) ---

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 de 4 ,
73.Xr miibus 4 ,
74.Xr netintro 4 ,
75.Xr pci 4 ,
76.Xr ifconfig 8
77.Sh HISTORY
78The
79.Nm
80driver first appeared in
81.Fx 4.6 .
82.Sh AUTHORS
83The
84.Nm
85driver was written by Myson Technology Inc.
86.Pp
87This manual page was written by
88.An Hiten M. Pandya Aq hmp@FreeBSD.org .
89.Sh BUGS
90The
91.Nm
92driver does not support Power Management Events (PME).
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 hmp@FreeBSD.org .
87.Sh BUGS
88The
89.Nm
90driver does not support Power Management Events (PME).