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
This commit is contained in:
parent
fa48d739d0
commit
86e3186efa
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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 :
|
||||
|
@ -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"
|
||||
|
@ -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 :
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 :
|
||||
|
@ -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 :
|
||||
|
@ -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 :
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user