Work around an apparent mdoc(7) bug.

Spotted by:	marius
Discussed with:	ru
This commit is contained in:
Tom Rhodes 2005-10-07 02:32:16 +00:00
parent e57df0d8db
commit 16d78bb878
60 changed files with 242 additions and 362 deletions

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_an_load="YES"

View File

@ -38,9 +38,8 @@
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device ath"
@ -49,9 +48,8 @@ kernel configuration file:
.Cd "device wlan"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following lines in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ath_load="YES"

View File

@ -37,9 +37,8 @@
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device uhci"
@ -49,9 +48,8 @@ kernel configuration file:
.Cd "device aue"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_aue_load="YES"

View File

@ -8,18 +8,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_awi_load="YES"

View File

@ -37,9 +37,8 @@
.Nm axe
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device ehci"
@ -50,9 +49,8 @@ kernel configuration file:
.Cd "device axe"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_axe_load="YES"

View File

@ -32,18 +32,16 @@
.Nm bfe
.Nd "Broadcom BCM4401 Ethernet Device Driver"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following lines in your
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_bfe_load="YES"

View File

@ -38,18 +38,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_bge_load="YES"

View File

@ -35,9 +35,8 @@
.Nm cdce
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device uhci"
@ -46,9 +45,8 @@ kernel configuration file:
.Cd "device cdce"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_cdce_load="YES"

View File

@ -25,25 +25,23 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 16,2005
.Dd July 16, 2005
.Dt CM 4
.Os
.Sh NAME
.Nm cm
.Nd "SMC Arcnet Ethernet device driver"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following lines in
your kernel configuration file:
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_cm_load="YES"

View File

@ -37,9 +37,8 @@
.Nm cue
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device uhci"
@ -48,9 +47,8 @@ kernel configuration file:
.Cd "device cue"
.Ed
.Pp
Alternatively, to load the
.Xr cue 4
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_cue_load="YES"

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_dc_load="YES"

View File

@ -32,17 +32,15 @@
.Nm de
.Nd "DEC DC21x4x Ethernet device driver"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following line in your
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_de_load="YES"

View File

@ -37,18 +37,16 @@
.Nm ed
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ed_load="YES"

View File

@ -38,17 +38,15 @@
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_em_load="YES"

View File

@ -7,9 +7,8 @@
.Nm en
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device en"
@ -17,9 +16,8 @@ kernel configuration file:
.Cd "device utopia"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following liness in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_en_load="YES"

View File

@ -32,18 +32,16 @@
.Nm fwe
.Nd "Ethernet emulation driver for FireWire"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following lines in your
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_fwe_load="YES"

View File

@ -32,18 +32,16 @@
.Nm fwip
.Nd "IP over FireWire driver"
.Sh SYNOPSIS
To compile support for the
.Xr fwip 4
driver into your kernel, place the following lines in your
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
firewire_load="YES"

View File

@ -32,18 +32,16 @@
.Nm fxp
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_fxp_load="YES"

View File

@ -43,18 +43,16 @@
.Nm hme
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_hme_load="YES"

View File

@ -32,9 +32,8 @@
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device ipw"
@ -42,9 +41,8 @@ kernel configuration file:
.Cd "device wlan"
.Ed
.Pp
Alternatively, to load the
.Xr ipw 4
driver at boot time, place the following lines in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ipw_load="YES"

View File

@ -32,9 +32,8 @@
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device iwi"
@ -42,9 +41,8 @@ kernel configuration file:
.Cd "device wlan"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_iwi_load="YES"

View File

@ -37,9 +37,8 @@
.Nm kue
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device uhci"
@ -48,9 +47,8 @@ kernel configuration file:
.Cd "device kue"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_kue_load="YES"

View File

@ -38,18 +38,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_lge_load="YES"

View File

@ -37,17 +37,15 @@
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_arl_load="YES"

View File

@ -20,17 +20,15 @@
.Nm cp
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_cp_load="YES"

View File

@ -32,17 +32,15 @@
.Nm cs
.Nd "Ethernet device driver"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following line in your
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_cs_load="YES"

View File

@ -20,17 +20,15 @@
.Nm cx
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_cx_load="YES"

View File

@ -36,17 +36,15 @@
.Nm ep
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ep_load="YES"

View File

@ -32,17 +32,15 @@
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ex_load="YES"

View File

@ -29,17 +29,15 @@
.Nm fe
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_fe_load="YES"

View File

@ -32,17 +32,15 @@
.Nm ie
.Nd "Ethernet device driver"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following line in your
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ie_load="YES"

View File

@ -32,17 +32,15 @@
.Nm lnc
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_lnc_load="YES"

View File

@ -37,17 +37,15 @@
.Nm ray
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ray_load="YES"

View File

@ -37,17 +37,15 @@
.Nm vx
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_vx_load="YES"

View File

@ -31,18 +31,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_my_load="YES"

View File

@ -38,18 +38,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_nge_load="YES"

View File

@ -33,18 +33,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_nve_load="YES"

View File

@ -38,18 +38,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_pcn_load="YES"

View File

@ -22,18 +22,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ral_load="YES"

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_re_load="YES"

View File

@ -37,18 +37,16 @@
.Nm rl
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_rl_load="YES"

View File

@ -32,9 +32,8 @@
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device uhci"
@ -44,9 +43,8 @@ kernel configuration file:
.Cd "device rue"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_rue_load="YES"

View File

@ -39,18 +39,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_sf_load="YES"

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_sis_load="YES"

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_sk_load="YES"

View File

@ -31,17 +31,15 @@
.Nm sn
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_sn_load="YES"

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ste_load="YES"

View File

@ -37,9 +37,8 @@
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device ti"
@ -47,9 +46,8 @@ kernel configuration file:
.Cd "options TI_JUMBO_HDRSPLIT"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ti_load="YES"

View File

@ -37,18 +37,16 @@
.Nm tl
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_tl_load="YES"

View File

@ -32,18 +32,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_tx_load="YES"

View File

@ -33,17 +33,15 @@
.Nm txp
.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
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_txp_load="YES"

View File

@ -39,9 +39,8 @@
.Nm udav
.Nd "Davicom DM9601 USB Ethernet driver"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following lines in your
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device uhci"
@ -51,9 +50,8 @@ kernel configuration file:
.Cd "device udav"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_udav_load="YES"

View File

@ -22,9 +22,8 @@
.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
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device ehci"
@ -35,9 +34,8 @@ kernel configuration file:
.Cd "device wlan"
.Ed
.Pp
Alternatively, to load the
.Nm
driver at boot time, place the following line in
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ural_load="YES"

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_vge_load="YES"

View File

@ -32,18 +32,16 @@
.Nm vlan
.Nd "IEEE 802.1Q VLAN network interface"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following lines in your
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_vlan_load="YES"

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_vr_load="YES"

View File

@ -37,18 +37,16 @@
.Nm wb
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_wb_load="YES"

View File

@ -38,18 +38,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_wi_load="YES"

View File

@ -32,17 +32,15 @@
.Nm xe
.Nd "Xircom PCMCIA Ethernet device driver"
.Sh SYNOPSIS
To compile support for the
.Nm
driver into your kernel, place the following line in your
To compile this driver into the kernel,
place the following lines 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_xe_load="YES"

View File

@ -37,18 +37,16 @@
.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
To compile this driver into the 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
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_xl_load="YES"