Deleted Added
full compact
miibus.4 (206631) miibus.4 (216580)
1.\" Written by Tom Rhodes for the FreeBSD Project.
2.\" Please see the /usr/src/COPYRIGHT file for copyright information.
3.\"
4.\" This document takes information from the IEEE 802.3 Standard
5.\" along with various comments from Peter Wemm, Robert Watson, and Bill Paul.
6.\" Originally this file looked much like the NetBSD mii(4) manual page, but
7.\" I doubt you would ever notice due to large differences.
8.\"
1.\" Written by Tom Rhodes for the FreeBSD Project.
2.\" Please see the /usr/src/COPYRIGHT file for copyright information.
3.\"
4.\" This document takes information from the IEEE 802.3 Standard
5.\" along with various comments from Peter Wemm, Robert Watson, and Bill Paul.
6.\" Originally this file looked much like the NetBSD mii(4) manual page, but
7.\" I doubt you would ever notice due to large differences.
8.\"
9.\" $FreeBSD: head/share/man/man4/miibus.4 206631 2010-04-14 21:27:48Z yongari $
9.\" $FreeBSD: head/share/man/man4/miibus.4 216580 2010-12-20 00:23:47Z yongari $
10.\"
10.\"
11.Dd April 14, 2010
11.Dd December 19, 2010
12.Dt MIIBUS 4
13.Os
14.Sh NAME
15.Nm miibus
16.Nd IEEE 802.3 Media Independent Interface network bus
17.Sh SYNOPSIS
18For most network interface cards (NIC):
19.Cd "device miibus"

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

4010/100 PHYs implement the same general register set along with
41their vendor specific register set.
42.Pp
43The following network device drivers use the
44.Nm
45interface:
46.Pp
47.Bl -tag -compact -width ".Xr fxp 4"
12.Dt MIIBUS 4
13.Os
14.Sh NAME
15.Nm miibus
16.Nd IEEE 802.3 Media Independent Interface network bus
17.Sh SYNOPSIS
18For most network interface cards (NIC):
19.Cd "device miibus"

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

4010/100 PHYs implement the same general register set along with
41their vendor specific register set.
42.Pp
43The following network device drivers use the
44.Nm
45interface:
46.Pp
47.Bl -tag -compact -width ".Xr fxp 4"
48.It Xr ae 4
49Attansic/Atheros L2 Fast Ethernet
48.It Xr age 4
49Attansic/Atheros L1 Gigabit Ethernet
50.It Xr alc 4
51Atheros AR8131/AR8132 PCIe Ethernet
52.It Xr ale 4
53Atheros AR8121/AR8113/AR8114 PCIe Ethernet
54.It Xr aue 4
55ADMtek USB Ethernet

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

127.Nm
128was originally intended to have similar API interfaces
129to
130.Bsx 3.0
131and
132.Nx ,
133but as a result are not well behaved newbus device drivers.
134.Sh SEE ALSO
50.It Xr age 4
51Attansic/Atheros L1 Gigabit Ethernet
52.It Xr alc 4
53Atheros AR8131/AR8132 PCIe Ethernet
54.It Xr ale 4
55Atheros AR8121/AR8113/AR8114 PCIe Ethernet
56.It Xr aue 4
57ADMtek USB Ethernet

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

129.Nm
130was originally intended to have similar API interfaces
131to
132.Bsx 3.0
133and
134.Nx ,
135but as a result are not well behaved newbus device drivers.
136.Sh SEE ALSO
137.Xr ae 4 ,
135.Xr age 4 ,
136.Xr alc 4 ,
137.Xr ale 4 ,
138.Xr arp 4 ,
139.Xr aue 4 ,
140.Xr axe 4 ,
141.Xr bce 4 ,
142.Xr bfe 4 ,

--- 42 unchanged lines hidden ---
138.Xr age 4 ,
139.Xr alc 4 ,
140.Xr ale 4 ,
141.Xr arp 4 ,
142.Xr aue 4 ,
143.Xr axe 4 ,
144.Xr bce 4 ,
145.Xr bfe 4 ,

--- 42 unchanged lines hidden ---