summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-07-19 00:26:30 +0000
committertrhodes <trhodes@FreeBSD.org>2005-07-19 00:26:30 +0000
commit17d84e4e129c5a613e4d4250ad3acab7cf6c320a (patch)
treea54fba91d45fff600a915c5a92f4a3164a902476
parent250d9bf656034380cec38246e6da0e08704123f0 (diff)
downloadFreeBSD-src-17d84e4e129c5a613e4d4250ad3acab7cf6c320a.zip
FreeBSD-src-17d84e4e129c5a613e4d4250ad3acab7cf6c320a.tar.gz
Add a "Load module on start up" comment, similar to mac_*.4 pages[1].
Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer
-rw-r--r--share/man/man4/an.415
-rw-r--r--share/man/man4/ath.415
-rw-r--r--share/man/man4/aue.415
-rw-r--r--share/man/man4/awi.415
-rw-r--r--share/man/man4/axe.417
-rw-r--r--share/man/man4/bfe.417
-rw-r--r--share/man/man4/bge.416
-rw-r--r--share/man/man4/cdce.418
-rw-r--r--share/man/man4/cm.422
-rw-r--r--share/man/man4/cue.418
-rw-r--r--share/man/man4/dc.416
-rw-r--r--share/man/man4/de.418
-rw-r--r--share/man/man4/ed.418
-rw-r--r--share/man/man4/em.416
-rw-r--r--share/man/man4/en.418
-rw-r--r--share/man/man4/fwe.423
-rw-r--r--share/man/man4/fwip.424
-rw-r--r--share/man/man4/fxp.418
-rw-r--r--share/man/man4/hme.418
-rw-r--r--share/man/man4/ipw.417
-rw-r--r--share/man/man4/iwi.416
-rw-r--r--share/man/man4/kue.418
-rw-r--r--share/man/man4/lge.416
-rw-r--r--share/man/man4/man4.i386/arl.415
-rw-r--r--share/man/man4/man4.i386/cp.418
-rw-r--r--share/man/man4/man4.i386/cs.418
-rw-r--r--share/man/man4/man4.i386/cx.418
-rw-r--r--share/man/man4/man4.i386/el.418
-rw-r--r--share/man/man4/man4.i386/ep.418
-rw-r--r--share/man/man4/man4.i386/ex.416
-rw-r--r--share/man/man4/man4.i386/fe.418
-rw-r--r--share/man/man4/man4.i386/ie.418
-rw-r--r--share/man/man4/man4.i386/lnc.418
-rw-r--r--share/man/man4/man4.i386/ray.417
-rw-r--r--share/man/man4/man4.i386/vx.417
-rw-r--r--share/man/man4/my.416
-rw-r--r--share/man/man4/nge.415
-rw-r--r--share/man/man4/nve.415
-rw-r--r--share/man/man4/pcn.415
-rw-r--r--share/man/man4/ral.415
-rw-r--r--share/man/man4/re.415
-rw-r--r--share/man/man4/rl.417
-rw-r--r--share/man/man4/rue.415
-rw-r--r--share/man/man4/sf.415
-rw-r--r--share/man/man4/sis.415
-rw-r--r--share/man/man4/sk.415
-rw-r--r--share/man/man4/sn.417
-rw-r--r--share/man/man4/ste.415
-rw-r--r--share/man/man4/ti.415
-rw-r--r--share/man/man4/tl.417
-rw-r--r--share/man/man4/tx.415
-rw-r--r--share/man/man4/txp.417
-rw-r--r--share/man/man4/udav.417
-rw-r--r--share/man/man4/ural.415
-rw-r--r--share/man/man4/vge.415
-rw-r--r--share/man/man4/vlan.422
-rw-r--r--share/man/man4/vr.415
-rw-r--r--share/man/man4/wb.417
-rw-r--r--share/man/man4/wi.415
-rw-r--r--share/man/man4/xe.417
-rw-r--r--share/man/man4/xl.415
61 files changed, 918 insertions, 107 deletions
diff --git a/share/man/man4/an.4 b/share/man/man4/an.4
index 9c4fbc3..8a63fb0 100644
--- a/share/man/man4/an.4
+++ b/share/man/man4/an.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 10, 1999
+.Dd July 16, 2005
.Dt AN 4
.Os
.Sh NAME
.Nm an
.Nd "Aironet Communications 4500/4800 wireless network adapter 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 an"
.Cd "device wlan"
+.Ed
+.Pp
+Alternatively, to load the
+.Nm
+driver at boot time, place the following lines in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_an_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4
index 74757f4..10b2622 100644
--- a/share/man/man4/ath.4
+++ b/share/man/man4/ath.4
@@ -31,17 +31,30 @@
.\"
.\" $FreeBSD$
.\"/
-.Dd December 29, 2004
+.Dd July 16, 2005
.Dt ATH 4
.Os
.Sh NAME
.Nm ath
.Nd "Atheros IEEE 802.11 wireless network 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 ath"
.Cd "device ath_hal"
.Cd "device ath_rate_onoe"
.Cd "device wlan"
+.Ed
+.Pp
+Alternatively, to load the
+.Nm
+driver at boot time, place the following lines in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_ath_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4
index 388cbc5..9056d2d 100644
--- a/share/man/man4/aue.4
+++ b/share/man/man4/aue.4
@@ -30,18 +30,31 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 25, 1999
+.Dd July 16, 2005
.Dt AUE 4
.Os
.Sh NAME
.Nm aue
.Nd ADMtek AN986 Pegasus USB 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 uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device miibus"
.Cd "device aue"
+.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_aue_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/awi.4 b/share/man/man4/awi.4
index b1e416df..2769517 100644
--- a/share/man/man4/awi.4
+++ b/share/man/man4/awi.4
@@ -1,15 +1,28 @@
.\" $NetBSD: awi.4,v 1.6 2000/03/22 11:24:33 onoe Exp $
.\" $FreeBSD$
.\"
-.Dd October 31, 1999
+.Dd July 16, 2005
.Dt AWI 4
.Os
.Sh NAME
.Nm awi
.Nd "AMD PCnetMobile IEEE 802.11 PCMCIA wireless network 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 awi"
.Cd "device wlan"
+.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_awi_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4
index 49cc572..af79f12 100644
--- a/share/man/man4/axe.4
+++ b/share/man/man4/axe.4
@@ -30,19 +30,32 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 25, 2004
+.Dd July 16, 2005
.Dt AXE 4
.Os
.Sh NAME
.Nm axe
-.Nd ASIX Electronics AX88172 USB Ethernet driver
+.Nd "ASIX Electronics AX88172 USB 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 ehci"
.Cd "device uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device miibus"
.Cd "device axe"
+.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_axe_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/bfe.4 b/share/man/man4/bfe.4
index 8e2295f..eae0c06 100644
--- a/share/man/man4/bfe.4
+++ b/share/man/man4/bfe.4
@@ -25,15 +25,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 4, 2003
+.Dd July 16, 2005
.Dt BFE 4
.Os
.Sh NAME
.Nm bfe
-.Nd Broadcom BCM4401 Ethernet Device Driver
+.Nd "Broadcom BCM4401 Ethernet Device 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 bfe"
+.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_bfe_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4
index 7ba0dda..b21923b 100644
--- a/share/man/man4/bge.4
+++ b/share/man/man4/bge.4
@@ -31,15 +31,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 22, 2005
+.Dd July 16, 2005
.Dt BGE 4
.Os
.Sh NAME
.Nm bge
.Nd "Broadcom BCM570x/5714/5721/5750/5751/5789 PCI Gigabit Ethernet adapter 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 bge"
+.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_bge_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/cdce.4 b/share/man/man4/cdce.4
index b4516b4..19fae4b 100644
--- a/share/man/man4/cdce.4
+++ b/share/man/man4/cdce.4
@@ -28,17 +28,31 @@
.\" $NetBSD: cdce.4,v 1.4 2004/12/08 18:35:56 peter Exp $
.\" $FreeBSD$
.\"
-.Dd October 22, 2004
+.Dd July 16, 2005
.Dt CDCE 4
.Os
.Sh NAME
.Nm cdce
-.Nd USB Communication Device Class Ethernet driver
+.Nd "USB Communication Device Class 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 uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device cdce"
+.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_cdce_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/cm.4 b/share/man/man4/cm.4
index 467586d..a6506ac 100644
--- a/share/man/man4/cm.4
+++ b/share/man/man4/cm.4
@@ -25,15 +25,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 28, 2004
+.Dd July 16,2005
.Dt CM 4
.Os
.Sh NAME
.Nm cm
-.Nd SMC Arcnet Ethernet device driver
+.Nd "SMC Arcnet Ethernet device driver"
.Sh SYNOPSIS
-.Cd device isa
-.Cd device cm
+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 isa"
+.Cd "device cm"
+.Ed
+.Pp
+Alternatively, to load the
+.Xr cm 4
+driver at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_cm_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/cue.4 b/share/man/man4/cue.4
index 2ac919c..7708088 100644
--- a/share/man/man4/cue.4
+++ b/share/man/man4/cue.4
@@ -30,17 +30,31 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 26, 2004
+.Dd July 16, 2005
.Dt CUE 4
.Os
.Sh NAME
.Nm cue
-.Nd CATC USB-EL1210A USB Ethernet driver
+.Nd "CATC USB-EL1210A USB 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 uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device cue"
+.Ed
+.Pp
+Alternatively, to load the
+.Xr cue 4
+driver at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_cue_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
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
diff --git a/share/man/man4/de.4 b/share/man/man4/de.4
index f25724b..052d43d 100644
--- a/share/man/man4/de.4
+++ b/share/man/man4/de.4
@@ -25,14 +25,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 15, 2004
+.Dd July 16, 2005
.Dt DE 4
.Os
.Sh NAME
.Nm de
-.Nd DEC DC21x4x Ethernet device driver
+.Nd "DEC DC21x4x Ethernet device driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device de"
+.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_de_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ed.4 b/share/man/man4/ed.4
index 3ffcd2d..df455e1 100644
--- a/share/man/man4/ed.4
+++ b/share/man/man4/ed.4
@@ -30,15 +30,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 14, 2005
+.Dd July 16, 2005
.Dt ED 4
.Os
.Sh NAME
.Nm ed
-.Nd NE-2000 and WD-80x3 Ethernet driver
+.Nd "NE-2000 and WD-80x3 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 ed"
+.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_ed_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4
index 3326ae4..5d11491 100644
--- a/share/man/man4/em.4
+++ b/share/man/man4/em.4
@@ -31,14 +31,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 27, 2005
+.Dd July 16, 2005
.Dt EM 4
.Os
.Sh NAME
.Nm em
.Nd "Intel(R) PRO/1000 Gigabit Ethernet adapter driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device em"
+.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_em_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/en.4 b/share/man/man4/en.4
index fd435cc..f5dedd6 100644
--- a/share/man/man4/en.4
+++ b/share/man/man4/en.4
@@ -1,15 +1,29 @@
.\" $FreeBSD$
.\"
-.Dd June 3, 2003
+.Dd July 16, 2005
.Dt EN 4
.Os
.Sh NAME
.Nm en
-.Nd device driver for Midway-based ATM interfaces
+.Nd "device driver for Midway-based ATM interfaces"
.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 en"
.Cd "device atm"
.Cd "device utopia"
+.Ed
+.Pp
+Alternatively, to load the
+.Nm
+driver at boot time, place the following liness in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_en_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/fwe.4 b/share/man/man4/fwe.4
index 9c01dcf..df7b713 100644
--- a/share/man/man4/fwe.4
+++ b/share/man/man4/fwe.4
@@ -25,20 +25,29 @@
.\" $FreeBSD$
.\"
.\"
-.Dd December 14, 2004
+.Dd July 16, 2005
.Dt FWE 4
.Os
.Sh NAME
.Nm fwe
-.Nd Ethernet emulation driver for FireWire
+.Nd "Ethernet emulation driver for FireWire"
.Sh SYNOPSIS
-.Cd "kldload firewire"
-.Cd "kldload if_fwe"
-.Pp
-or
-.Pp
+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 firewire"
.Cd "device fwe"
+.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_fwe_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/fwip.4 b/share/man/man4/fwip.4
index 8bf2dec..2e6391e 100644
--- a/share/man/man4/fwip.4
+++ b/share/man/man4/fwip.4
@@ -25,20 +25,30 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 14, 2004
+.Dd July 16, 2005
.Dt FWIP 4
.Os
.Sh NAME
.Nm fwip
-.Nd IP over FireWire driver
+.Nd "IP over FireWire driver"
.Sh SYNOPSIS
-.Cd "kldload firewire"
-.Cd "kldload if_fwip"
-.Pp
-or
-.Pp
+To compile support for the
+.Xr fwip 4
+driver into your kernel, place the following lines in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device firewire"
.Cd "device fwip"
+.Ed
+.Pp
+Alternatively, to load the
+.Xr fwip 4
+driver at boot time, place the following lines in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+firewire_load="YES"
+if_fwip_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4
index aa34545..c21879c 100644
--- a/share/man/man4/fxp.4
+++ b/share/man/man4/fxp.4
@@ -25,15 +25,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 30, 2005
+.Dd July 16, 2005
.Dt FXP 4
.Os
.Sh NAME
.Nm fxp
-.Nd Intel EtherExpress PRO/100 Ethernet device driver
+.Nd "Intel EtherExpress PRO/100 Ethernet device 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 fxp"
+.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_fxp_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/hme.4 b/share/man/man4/hme.4
index 7d0ee19..37b1104 100644
--- a/share/man/man4/hme.4
+++ b/share/man/man4/hme.4
@@ -36,15 +36,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 14, 2004
+.Dd July 16, 2005
.Dt HME 4
.Os
.Sh NAME
.Nm hme
-.Nd Sun Microelectronics STP2002-STQ Ethernet interfaces device driver
+.Nd "Sun Microelectronics STP2002-STQ Ethernet interfaces device 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 hme"
+.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_hme_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ipw.4 b/share/man/man4/ipw.4
index f2052d6..57da181 100644
--- a/share/man/man4/ipw.4
+++ b/share/man/man4/ipw.4
@@ -25,16 +25,31 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 2, 2005
+.Dd July 16, 2005
.Os
.Dt IPW 4
.Sh NAME
.Nm ipw
.Nd "Intel PRO/Wireless 2100 IEEE 802.11 driver"
.Sh SYNOPSIS
+To compile support for the
+.Xr ipw 4
+driver into your kernel, place the following lines in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device ipw"
.Cd "device pci"
.Cd "device wlan"
+.Ed
+.Pp
+Alternatively, to load the
+.Xr ipw 4
+driver at boot time, place the following lines in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_ipw_load="YES"
+wlan_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4
index c395d97..65dc8a6 100644
--- a/share/man/man4/iwi.4
+++ b/share/man/man4/iwi.4
@@ -25,16 +25,30 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 2, 2005
+.Dd July 16, 2005
.Os
.Dt IWI 4
.Sh NAME
.Nm iwi
.Nd "Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 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 iwi"
.Cd "device pci"
.Cd "device wlan"
+.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_iwi_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4
index de0a669..63aefef 100644
--- a/share/man/man4/kue.4
+++ b/share/man/man4/kue.4
@@ -30,17 +30,31 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 26, 2004
+.Dd July 16, 2005
.Dt KUE 4
.Os
.Sh NAME
.Nm kue
-.Nd Kawasaki LSI KL5KUSB101B USB Ethernet driver
+.Nd "Kawasaki LSI KL5KUSB101B USB 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 uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device kue"
+.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_kue_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/lge.4 b/share/man/man4/lge.4
index 1c1620e..6d148d1 100644
--- a/share/man/man4/lge.4
+++ b/share/man/man4/lge.4
@@ -31,15 +31,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 24, 2004
+.Dd July 16, 2005
.Dt LGE 4
.Os
.Sh NAME
.Nm lge
.Nd "Level 1 LXT1001 NetCellerator PCI Gigabit Ethernet adapter 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 lge"
+.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_lge_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.i386/arl.4 b/share/man/man4/man4.i386/arl.4
index 4f2a2ee..d2a1c3b 100644
--- a/share/man/man4/man4.i386/arl.4
+++ b/share/man/man4/man4.i386/arl.4
@@ -30,14 +30,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 26, 2003
+.Dd July 16, 2005
.Dt ARL 4 i386
.Os
.Sh NAME
.Nm arl
.Nd "Aironet Arlan 655 wireless network adapter driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device arl"
+.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_arl_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.i386/cp.4 b/share/man/man4/man4.i386/cp.4
index 8b70a4a..4b1f7f8 100644
--- a/share/man/man4/man4.i386/cp.4
+++ b/share/man/man4/man4.i386/cp.4
@@ -13,14 +13,28 @@
.\" Cronyx Id: cp.4,v 1.1.2.5 2004/06/21 17:47:40 rik Exp $
.\" $FreeBSD$
.\"
-.Dd December 12, 2004
+.Dd July 16, 2005
.Dt CP 4 i386
.Os
.Sh NAME
.Nm cp
-.Nd driver for synchronous Cronyx Tau-PCI WAN adapters
+.Nd "driver for synchronous Cronyx Tau-PCI WAN adapters"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device cp"
+.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_cp_load="YES"
+.Ed
.Pp
Additional options:
.Cd "device sppp"
diff --git a/share/man/man4/man4.i386/cs.4 b/share/man/man4/man4.i386/cs.4
index c380089..12fc497 100644
--- a/share/man/man4/man4.i386/cs.4
+++ b/share/man/man4/man4.i386/cs.4
@@ -25,14 +25,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 20, 1998
+.Dd July 16, 2005
.Dt CS 4 i386
.Os
.Sh NAME
.Nm cs
-.Nd Ethernet device driver
+.Nd "Ethernet device driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device cs"
+.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_cs_load="YES"
+.Ed
.Pp
In
.Pa /boot/device.hints :
diff --git a/share/man/man4/man4.i386/cx.4 b/share/man/man4/man4.i386/cx.4
index 6e9f9f6..f25db06 100644
--- a/share/man/man4/man4.i386/cx.4
+++ b/share/man/man4/man4.i386/cx.4
@@ -13,14 +13,28 @@
.\" Cronyx Id: cx.4,v 1.1.2.6 2004/06/21 17:56:40 rik Exp $
.\" $FreeBSD$
.\"
-.Dd July 7, 2004
+.Dd July 16, 2005
.Dt CX 4 i386
.Os
.Sh NAME
.Nm cx
-.Nd driver for synchronous/asynchronous Cronyx Sigma WAN adapters
+.Nd "driver for synchronous/asynchronous Cronyx Sigma WAN adapters"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device cx"
+.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_cx_load="YES"
+.Ed
.Pp
Additional options:
.Cd "device sppp"
diff --git a/share/man/man4/man4.i386/el.4 b/share/man/man4/man4.i386/el.4
index 389ccf0..7d60d13 100644
--- a/share/man/man4/man4.i386/el.4
+++ b/share/man/man4/man4.i386/el.4
@@ -23,14 +23,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 5, 2004
+.Dd July 16, 2005
.Dt EL 4 i386
.Os
.Sh NAME
.Nm el
-.Nd Ethernet driver for 3Com Etherlink 3C501 devices
+.Nd "Ethernet driver for 3Com Etherlink 3C501 devices"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device el"
+.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_el_load="YES"
+.Ed
.Pp
In
.Pa /boot/device.hints :
diff --git a/share/man/man4/man4.i386/ep.4 b/share/man/man4/man4.i386/ep.4
index 4539808..a4fe0e9 100644
--- a/share/man/man4/man4.i386/ep.4
+++ b/share/man/man4/man4.i386/ep.4
@@ -29,14 +29,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 30, 2005
+.Dd July 16, 2005
.Dt EP 4 i386
.Os
.Sh NAME
.Nm ep
-.Nd Ethernet driver for 3Com Etherlink III (3c5x9) interfaces
+.Nd "Ethernet driver for 3Com Etherlink III (3c5x9) interfaces"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device ep"
+.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_ep_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.i386/ex.4 b/share/man/man4/man4.i386/ex.4
index 0fade46..c87c0b7 100644
--- a/share/man/man4/man4.i386/ex.4
+++ b/share/man/man4/man4.i386/ex.4
@@ -25,14 +25,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 11, 2005
+.Dd July 16, 2005
.Dt EX 4 i386
.Os
.Sh NAME
.Nm ex
.Nd "Ethernet device driver for the Intel EtherExpress Pro/10 and Pro/10+"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device ex"
+.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_ex_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.i386/fe.4 b/share/man/man4/man4.i386/fe.4
index f92ecce..bf08c2e 100644
--- a/share/man/man4/man4.i386/fe.4
+++ b/share/man/man4/man4.i386/fe.4
@@ -22,14 +22,28 @@
.\" for fe driver.
.\"
.\" $FreeBSD$
-.Dd January 10, 2005
+.Dd July 16, 2005
.Dt FE 4 i386
.Os
.Sh NAME
.Nm fe
-.Nd Fujitsu MB86960A/MB86965A based Ethernet adapters
+.Nd "Fujitsu MB86960A/MB86965A based Ethernet adapters"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device fe"
+.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_fe_load="YES"
+.Ed
.Pp
In
.Pa /boot/device.hints :
diff --git a/share/man/man4/man4.i386/ie.4 b/share/man/man4/man4.i386/ie.4
index cf87836..4508876 100644
--- a/share/man/man4/man4.i386/ie.4
+++ b/share/man/man4/man4.i386/ie.4
@@ -25,14 +25,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 4, 2004
+.Dd July 16, 2005
.Dt IE 4 i386
.Os
.Sh NAME
.Nm ie
-.Nd Ethernet device driver
+.Nd "Ethernet device driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device ie"
+.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_ie_load="YES"
+.Ed
.Pp
In
.Pa /boot/device.hints :
diff --git a/share/man/man4/man4.i386/lnc.4 b/share/man/man4/man4.i386/lnc.4
index 15ec6fb..a996910 100644
--- a/share/man/man4/man4.i386/lnc.4
+++ b/share/man/man4/man4.i386/lnc.4
@@ -25,14 +25,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 13, 2004
+.Dd July 16, 2005
.Dt LNC 4 i386
.Os
.Sh NAME
.Nm lnc
-.Nd AMD Lance/PCnet Ethernet device driver
+.Nd "AMD Lance/PCnet Ethernet device driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device lnc"
+.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_lnc_load="YES"
+.Ed
.Pp
In
.Pa /boot/device.hints :
diff --git a/share/man/man4/man4.i386/ray.4 b/share/man/man4/man4.i386/ray.4
index aecbfbe..90863b3 100644
--- a/share/man/man4/man4.i386/ray.4
+++ b/share/man/man4/man4.i386/ray.4
@@ -30,14 +30,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 21, 2000
+.Dd July 16, 2005
.Dt RAY 4 i386
.Os
.Sh NAME
.Nm ray
-.Nd Raytheon Raylink/Webgear Aviator PCCard driver
+.Nd "Raytheon Raylink/Webgear Aviator PCCard driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ray"
+.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_ray_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/man4.i386/vx.4 b/share/man/man4/man4.i386/vx.4
index fed95fa..12f4f70 100644
--- a/share/man/man4/man4.i386/vx.4
+++ b/share/man/man4/man4.i386/vx.4
@@ -30,14 +30,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 24, 2004
+.Dd July 16, 2005
.Dt VX 4 i386
.Os
.Sh NAME
.Nm vx
-.Nd 3Com EtherLink III / Fast EtherLink III (3c59x) Ethernet driver
+.Nd "3Com EtherLink III / Fast EtherLink III (3c59x) Ethernet driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following liness in your kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device vx"
+.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_vx_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/my.4 b/share/man/man4/my.4
index 38c11ce..0854627 100644
--- a/share/man/man4/my.4
+++ b/share/man/man4/my.4
@@ -24,15 +24,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 14, 2004
+.Dd July 16, 2005
.Dt MY 4
.Os
.Sh NAME
.Nm my
.Nd "Myson Technology Ethernet PCI 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 my"
+.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_my_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/nge.4 b/share/man/man4/nge.4
index 7621b88..1cae185 100644
--- a/share/man/man4/nge.4
+++ b/share/man/man4/nge.4
@@ -31,15 +31,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2005
.Dt NGE 4
.Os
.Sh NAME
.Nm nge
.Nd "National Semiconductor PCI Gigabit Ethernet adapter 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 nge"
+.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_nge_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/nve.4 b/share/man/man4/nve.4
index a3101d0..7c416e8 100644
--- a/share/man/man4/nve.4
+++ b/share/man/man4/nve.4
@@ -26,15 +26,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 7, 2005
+.Dd July 16, 2005
.Dt NVE 4
.Os
.Sh NAME
.Nm nve
.Nd "NVIDIA nForce MCP Networking Adapter device 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 nve"
+.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_nve_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/pcn.4 b/share/man/man4/pcn.4
index 7847443..cc8649c 100644
--- a/share/man/man4/pcn.4
+++ b/share/man/man4/pcn.4
@@ -31,15 +31,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 13, 2004
+.Dd July 16, 2005
.Dt PCN 4
.Os
.Sh NAME
.Nm pcn
.Nd "AMD PCnet/PCI Fast Ethernet device 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 pcn"
+.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_pcn_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4
index c6f9f1b..7556bf7 100644
--- a/share/man/man4/ral.4
+++ b/share/man/man4/ral.4
@@ -15,15 +15,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 2, 2005
+.Dd July 16, 2005
.Os
.Dt RAL 4
.Sh NAME
.Nm ral
.Nd "Ralink Technology RT2500 IEEE 802.11 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 ral"
.Cd "device wlan"
+.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_ral_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 7ada4e4..e27e846 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2004
.Dt RE 4
.Os
.Sh NAME
.Nm re
.Nd "RealTek 8139C+/8169/8169S/8110S PCI Ethernet adapter 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 re"
+.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_re_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4
index 97ef935..a676d14 100644
--- a/share/man/man4/rl.4
+++ b/share/man/man4/rl.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2005
.Dt RL 4
.Os
.Sh NAME
.Nm rl
-.Nd RealTek 8129/8139 Fast Ethernet device driver
+.Nd "RealTek 8129/8139 Fast Ethernet device 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 rl"
+.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_rl_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/rue.4 b/share/man/man4/rue.4
index b1b82d2..4fe0947 100644
--- a/share/man/man4/rue.4
+++ b/share/man/man4/rue.4
@@ -25,18 +25,31 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 25, 2004
+.Dd July 16, 2005
.Dt RUE 4
.Os
.Sh NAME
.Nm rue
.Nd "RealTek RTL8150 USB to Fast Ethernet controller 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 uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device miibus"
.Cd "device rue"
+.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_rue_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/sf.4 b/share/man/man4/sf.4
index 465672d..a7b059b 100644
--- a/share/man/man4/sf.4
+++ b/share/man/man4/sf.4
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2005
.Dt SF 4
.Os
.Sh NAME
@@ -39,8 +39,21 @@
.Qq Starfire
PCI Fast Ethernet adapter 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 sf"
+.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_sf_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4
index 3bbf126..2f75e23 100644
--- a/share/man/man4/sis.4
+++ b/share/man/man4/sis.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2005
.Dt SIS 4
.Os
.Sh NAME
.Nm sis
.Nd "SiS 900, SiS 7016 and NS DP83815 Fast Ethernet device 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 sis"
+.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_sis_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4
index c3f0f1a..13abcca 100644
--- a/share/man/man4/sk.4
+++ b/share/man/man4/sk.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 24, 2005
+.Dd July 16, 2005
.Dt SK 4
.Os
.Sh NAME
.Nm sk
.Nd "SysKonnect SK-984x and SK-982x PCI Gigabit Ethernet adapter 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 sk"
+.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_sk_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/sn.4 b/share/man/man4/sn.4
index 90fdfc5..1259860 100644
--- a/share/man/man4/sn.4
+++ b/share/man/man4/sn.4
@@ -24,14 +24,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 6, 2005
+.Dd July 16, 2005
.Dt SN 4
.Os
.Sh NAME
.Nm sn
-.Nd Ethernet driver for SMC91Cxx based cards
+.Nd "Ethernet driver for SMC91Cxx based cards"
.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 sn"
+.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_sn_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ste.4 b/share/man/man4/ste.4
index 9a93610..94a9383 100644
--- a/share/man/man4/ste.4
+++ b/share/man/man4/ste.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2005
.Dt STE 4
.Os
.Sh NAME
.Nm ste
.Nd "Sundance Technologies ST201 Fast Ethernet device 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 ste"
+.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_ste_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4
index d714361..915d16f 100644
--- a/share/man/man4/ti.4
+++ b/share/man/man4/ti.4
@@ -30,16 +30,29 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 6, 2004
+.Dd July 16, 2005
.Dt TI 4
.Os
.Sh NAME
.Nm ti
.Nd "Alteon Networks Tigon I and Tigon II Gigabit 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 ti"
.Cd "options TI_PRIVATE_JUMBOS"
.Cd "options TI_JUMBO_HDRSPLIT"
+.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_ti_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4
index b7bf462..88c736f 100644
--- a/share/man/man4/tl.4
+++ b/share/man/man4/tl.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 3, 2004
+.Dd July 16, 2005
.Dt TL 4
.Os
.Sh NAME
.Nm tl
-.Nd Texas Instruments ThunderLAN Ethernet device driver
+.Nd "Texas Instruments ThunderLAN Ethernet device 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 tl"
+.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_tl_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4
index 6384fb4..f918183 100644
--- a/share/man/man4/tx.4
+++ b/share/man/man4/tx.4
@@ -25,15 +25,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 8, 2001
+.Dd July 16, 2005
.Dt TX 4
.Os
.Sh NAME
.Nm tx
.Nd "SMC 83c17x Fast Ethernet device 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 tx"
+.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_tx_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/txp.4 b/share/man/man4/txp.4
index 3bc80e3..08b0f56 100644
--- a/share/man/man4/txp.4
+++ b/share/man/man4/txp.4
@@ -26,14 +26,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 4, 2004
+.Dd July 16, 2005
.Dt TXP 4
.Os
.Sh NAME
.Nm txp
-.Nd 3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface
+.Nd "3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device txp"
+.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_txp_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/udav.4 b/share/man/man4/udav.4
index 9d226f3..0e2348f 100644
--- a/share/man/man4/udav.4
+++ b/share/man/man4/udav.4
@@ -32,18 +32,31 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 9, 2004
+.Dd July 16, 2005
.Dt UDAV 4
.Os
.Sh NAME
.Nm udav
-.Nd Davicom DM9601 USB Ethernet driver
+.Nd "Davicom DM9601 USB 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 uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device miibus"
.Cd "device udav"
+.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_udav_load="YES"
+.Ed
.Sh HARDWARE
The
.Nm
diff --git a/share/man/man4/ural.4 b/share/man/man4/ural.4
index 0db3e24..9df3b7a 100644
--- a/share/man/man4/ural.4
+++ b/share/man/man4/ural.4
@@ -15,19 +15,32 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 2, 2005
+.Dd July 16, 2005
.Os
.Dt URAL 4
.Sh NAME
.Nm ural
.Nd "Ralink Technology RT2500USB IEEE 802.11 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 ehci"
.Cd "device uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device ural"
.Cd "device wlan"
+.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_ural_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/vge.4 b/share/man/man4/vge.4
index b775948..9959135 100644
--- a/share/man/man4/vge.4
+++ b/share/man/man4/vge.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2005
.Dt VGE 4
.Os
.Sh NAME
.Nm vge
.Nd "VIA Networking Technologies VT6122 PCI Gigabit Ethernet adapter 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 vge"
+.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_vge_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index 7da01f4..3a094cf 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -25,16 +25,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 30, 2005
+.Dd July 16, 2005
.Dt VLAN 4
.Os
.Sh NAME
.Nm vlan
-.Nd IEEE 802.1Q VLAN network interface
+.Nd "IEEE 802.1Q VLAN network interface"
.Sh SYNOPSIS
-.Cd device miibus
-.Cd device vlan
-.\"
+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 vlan"
+.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_vlan_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4
index 43a1fc3..0bcee70 100644
--- a/share/man/man4/vr.4
+++ b/share/man/man4/vr.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2004
+.Dd July 16, 2005
.Dt VR 4
.Os
.Sh NAME
.Nm vr
.Nd "VIA Technologies Rhine I/II/III Ethernet device 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 vr"
+.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_vr_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/wb.4 b/share/man/man4/wb.4
index d34b910..d728494 100644
--- a/share/man/man4/wb.4
+++ b/share/man/man4/wb.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 4, 2004
+.Dd July 16, 2005
.Dt WB 4
.Os
.Sh NAME
.Nm wb
-.Nd Winbond W89C840F Fast Ethernet device driver
+.Nd "Winbond W89C840F Fast Ethernet device 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 wb"
+.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_wb_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/wi.4 b/share/man/man4/wi.4
index fdb9069..1285695 100644
--- a/share/man/man4/wi.4
+++ b/share/man/man4/wi.4
@@ -31,15 +31,28 @@
.\" $FreeBSD$
.\" $OpenBSD: wi.4tbl,v 1.14 2002/04/29 19:53:50 jsyn Exp $
.\"
-.Dd February 17, 2003
+.Dd July 16, 2005
.Dt WI 4
.Os
.Sh NAME
.Nm wi
.Nd "Lucent Hermes, Intersil PRISM and Spectrum24 IEEE 802.11 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 wi"
.Cd "device wlan"
+.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_wi_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/xe.4 b/share/man/man4/xe.4
index 61feba2..332206c 100644
--- a/share/man/man4/xe.4
+++ b/share/man/man4/xe.4
@@ -25,14 +25,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 4, 2004
+.Dd July 16, 2005
.Dt XE 4
.Os
.Sh NAME
.Nm xe
-.Nd Xircom PCMCIA Ethernet device driver
+.Nd "Xircom PCMCIA Ethernet device driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following line in your kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device xe"
+.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_xe_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4
index 9cabed5..ceba6f5 100644
--- a/share/man/man4/xl.4
+++ b/share/man/man4/xl.4
@@ -30,15 +30,28 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 3, 2005
+.Dd July 16, 2005
.Dt XL 4
.Os
.Sh NAME
.Nm xl
.Nd "3Com Etherlink XL and Fast Etherlink XL Ethernet device 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 xl"
+.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_xl_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud