summaryrefslogtreecommitdiffstats
path: root/share/man/man4/dc.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/dc.4')
-rw-r--r--share/man/man4/dc.416
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4
index 55358ae..142f368 100644
--- a/share/man/man4/dc.4
+++ b/share/man/man4/dc.4
@@ -30,15 +30,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2005
.Dt DC 4
.Os
.Sh NAME
.Nm dc
.Nd "DEC/Intel 21143 and clone 10/100 Ethernet driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following lines in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device miibus"
.Cd "device dc"
+.Ed
+.Pp
+Alternatively, to load the
+.Nm
+driver at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_dc_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud