Deleted Added
full compact
miibus.4 (184873) miibus.4 (193882)
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 184873 2008-11-12 10:31:06Z yongari $
9.\" $FreeBSD: head/share/man/man4/miibus.4 193882 2009-06-10 02:19:54Z yongari $
10.\"
10.\"
11.Dd November 12, 2008
11.Dd June 10, 2009
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"

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

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 age 4
49Attansic/Atheros L1 Gigabit Ethernet
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"

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

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 age 4
49Attansic/Atheros L1 Gigabit Ethernet
50.It Xr alc 4
51Atheros AR8131/AR8132 PCIe Ethernet
50.It Xr ale 4
51Atheros AR8121/AR8113/AR8114 PCIe Ethernet
52.It Xr aue 4
53ADMtek USB Ethernet
54.It Xr axe 4
55ASIX Electronics AX88172 USB Ethernet
56.It Xr bce 4
57Broadcom NetXtreme II Gigabit Ethernet

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

122was originally intended to have similar API interfaces
123to
124.Bsx 3.0
125and
126.Nx ,
127but as a result are not well behaved newbus device drivers.
128.Sh SEE ALSO
129.Xr age 4 ,
52.It Xr ale 4
53Atheros AR8121/AR8113/AR8114 PCIe Ethernet
54.It Xr aue 4
55ADMtek USB Ethernet
56.It Xr axe 4
57ASIX Electronics AX88172 USB Ethernet
58.It Xr bce 4
59Broadcom NetXtreme II Gigabit Ethernet

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

124was originally intended to have similar API interfaces
125to
126.Bsx 3.0
127and
128.Nx ,
129but as a result are not well behaved newbus device drivers.
130.Sh SEE ALSO
131.Xr age 4 ,
132.Xr alc 4 ,
130.Xr ale 4 ,
131.Xr arp 4 ,
132.Xr aue 4 ,
133.Xr axe 4 ,
134.Xr bce 4 ,
135.Xr bfe 4 ,
136.Xr bge 4 ,
137.Xr dc 4 ,

--- 38 unchanged lines hidden ---
133.Xr ale 4 ,
134.Xr arp 4 ,
135.Xr aue 4 ,
136.Xr axe 4 ,
137.Xr bce 4 ,
138.Xr bfe 4 ,
139.Xr bge 4 ,
140.Xr dc 4 ,

--- 38 unchanged lines hidden ---