diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2005-07-19 00:26:30 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2005-07-19 00:26:30 +0000 |
commit | 86e3186efab0cee149e8a2efdef4bb75f1dade11 (patch) | |
tree | a54fba91d45fff600a915c5a92f4a3164a902476 | |
parent | fa48d739d0c593eb653bbfa3aeb84e51c09f051a (diff) | |
download | src-test2-86e3186efab0cee149e8a2efdef4bb75f1dade11.tar.gz src-test2-86e3186efab0cee149e8a2efdef4bb75f1dade11.zip |
Notes
61 files changed, 918 insertions, 107 deletions
diff --git a/share/man/man4/an.4 b/share/man/man4/an.4 index 9c4fbc309ca8..8a63fb0f595b 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 74757f43020e..10b2622f4dfc 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 388cbc59f1db..9056d2de39ac 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 b1e416df9a24..2769517b776d 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 49cc572dc72e..af79f120928d 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 8e2295f6668c..eae0c06f4581 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 7ba0dda5b866..b21923bf44f9 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 b4516b495d73..19fae4bb7e0e 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 467586d127fe..a6506ac4b124 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 2ac919c61f81..77080880e3d5 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 55358aee8a0c..142f368bde8e 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 f25724b9b2ef..052d43d9d0b3 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 3ffcd2db6088..df455e1b1298 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 3326ae4a6b50..5d114915bdf9 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 fd435ccd1356..f5dedd620db1 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 9c01dcf714c8..df7b71391b81 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 8bf2dec7b3bb..2e6391ec779d 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 aa34545b9082..c21879c9c764 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 7d0ee19c5739..37b11040ccaa 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 f2052d6e8e6b..57da181fd2a5 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 c395d97a9925..65dc8a66995f 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 de0a6692b8f8..63aefef4d573 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 1c1620eb2392..6d148d109f04 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 4f2a2ee577d0..d2a1c3be9311 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 8b70a4a85c4f..4b1f7f890bad 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 c3800899a640..12fc4978507e 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 6e9f9f6ea7e5..f25db06334c6 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 389ccf0944e1..7d60d133fa8d 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 4539808a4d01..a4fe0e9a3fd9 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 0fade4665a71..c87c0b753a67 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 f92ecce69519..bf08c2e1d2a2 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 cf8783648a3a..4508876a4f58 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 15ec6fbba0c9..a996910a24d4 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 aecbfbec85db..90863b3179f9 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 fed95fadcc8a..12f4f70e8077 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 38c11ced2eef..0854627f9f75 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 7621b88e5b41..1cae1858e98d 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 a3101d02dbac..7c416e8ac6cc 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 78474438a994..cc8649ccc3d4 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 c6f9f1b10a71..7556bf7c6ea8 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 7ada4e477db5..e27e846a9b7c 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 97ef935e4b7b..a676d148be5e 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 b1b82d22bd99..4fe0947b02d1 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 465672d37d77..a7b059b27294 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 3bbf1268e0d4..2f75e23a2ce4 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 c3f0f1afbbf2..13abccabb2fa 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 90fdfc5da08c..12598607ab66 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 9a93610d19fc..94a938345eda 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 d714361f03f1..915d16f53d92 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 b7bf46208099..88c736fccff3 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 6384fb403245..f91818358e95 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 3bc80e3fdcbc..08b0f56936ba 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 9d226f31f6e8..0e2348f07712 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 0db3e2443391..9df3b7a82a1e 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 b775948a6332..9959135f8211 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 7da01f49d822..3a094cfeedf7 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 43a1fc34817f..0bcee70afbe9 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 d34b9109b8f6..d7284945ca4c 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 fdb9069b58cb..1285695798a8 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 61feba2d71d8..332206c6a26e 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 9cabed57e9b2..ceba6f56e45f 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 |