aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2010-12-20 00:23:47 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2010-12-20 00:23:47 +0000
commitf25407fd6b0e35dad5183d0223e13a8b8d19ad67 (patch)
tree1d71bd2f9d187f44b16d4970c559364de73aff27
parent1f253c5de4b0da003df27ef7c9723ee52c946aa6 (diff)
downloadsrc-f25407fd6b0e35dad5183d0223e13a8b8d19ad67.tar.gz
src-f25407fd6b0e35dad5183d0223e13a8b8d19ad67.zip
Add ae(4) to the list of drivers use the miibus interface.
Notes
Notes: svn path=/head/; revision=216580
-rw-r--r--share/man/man4/miibus.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/miibus.4 b/share/man/man4/miibus.4
index 5a3859572317..121316bcea57 100644
--- a/share/man/man4/miibus.4
+++ b/share/man/man4/miibus.4
@@ -8,7 +8,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 14, 2010
+.Dd December 19, 2010
.Dt MIIBUS 4
.Os
.Sh NAME
@@ -45,6 +45,8 @@ The following network device drivers use the
interface:
.Pp
.Bl -tag -compact -width ".Xr fxp 4"
+.It Xr ae 4
+Attansic/Atheros L2 Fast Ethernet
.It Xr age 4
Attansic/Atheros L1 Gigabit Ethernet
.It Xr alc 4
@@ -132,6 +134,7 @@ and
.Nx ,
but as a result are not well behaved newbus device drivers.
.Sh SEE ALSO
+.Xr ae 4 ,
.Xr age 4 ,
.Xr alc 4 ,
.Xr ale 4 ,