summaryrefslogtreecommitdiffstats
path: root/share/man/man4/wi.4
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-07-19 00:26:30 +0000
committertrhodes <trhodes@FreeBSD.org>2005-07-19 00:26:30 +0000
commit17d84e4e129c5a613e4d4250ad3acab7cf6c320a (patch)
treea54fba91d45fff600a915c5a92f4a3164a902476 /share/man/man4/wi.4
parent250d9bf656034380cec38246e6da0e08704123f0 (diff)
downloadFreeBSD-src-17d84e4e129c5a613e4d4250ad3acab7cf6c320a.zip
FreeBSD-src-17d84e4e129c5a613e4d4250ad3acab7cf6c320a.tar.gz
Add a "Load module on start up" comment, similar to mac_*.4 pages[1].
Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer
Diffstat (limited to 'share/man/man4/wi.4')
-rw-r--r--share/man/man4/wi.415
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/wi.4 b/share/man/man4/wi.4
index fdb9069..1285695 100644
--- a/share/man/man4/wi.4
+++ b/share/man/man4/wi.4
@@ -31,15 +31,28 @@
.\" $FreeBSD$
.\" $OpenBSD: wi.4tbl,v 1.14 2002/04/29 19:53:50 jsyn Exp $
.\"
-.Dd February 17, 2003
+.Dd July 16, 2005
.Dt WI 4
.Os
.Sh NAME
.Nm wi
.Nd "Lucent Hermes, Intersil PRISM and Spectrum24 IEEE 802.11 driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following lines in your kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device wi"
.Cd "device wlan"
+.Ed
+.Pp
+Alternatively, to load the
+.Nm
+driver at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_wi_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud