diff options
author | jdp <jdp@FreeBSD.org> | 2001-11-27 18:51:08 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2001-11-27 18:51:08 +0000 |
commit | 977889cb9d61ebcb8563ff464fb1cac03613d54f (patch) | |
tree | ac48c41b0180d73533dc30e5c8ba0c76c6e517dc | |
parent | 0696a32b7bbace12fce1b3dbe9186f1e579dd591 (diff) | |
download | FreeBSD-src-977889cb9d61ebcb8563ff464fb1cac03613d54f.zip FreeBSD-src-977889cb9d61ebcb8563ff464fb1cac03613d54f.tar.gz |
The fxp driver depends on device miibus now.
-rw-r--r-- | share/man/man4/fxp.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index 23a2746..4dae90c 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -32,6 +32,7 @@ .Nm fxp .Nd Intel EtherExpress Pro/100B ethernet device driver .Sh SYNOPSIS +.Cd "device miibus" .Cd "device fxp" .Sh DESCRIPTION The |