summaryrefslogtreecommitdiffstats
path: root/share/man/man4/awi.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/awi.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/awi.4')
-rw-r--r--share/man/man4/awi.415
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/awi.4 b/share/man/man4/awi.4
index b1e416df..2769517 100644
--- a/share/man/man4/awi.4
+++ b/share/man/man4/awi.4
@@ -1,15 +1,28 @@
.\" $NetBSD: awi.4,v 1.6 2000/03/22 11:24:33 onoe Exp $
.\" $FreeBSD$
.\"
-.Dd October 31, 1999
+.Dd July 16, 2005
.Dt AWI 4
.Os
.Sh NAME
.Nm awi
.Nd "AMD PCnetMobile IEEE 802.11 PCMCIA wireless network driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following lines in your kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device awi"
.Cd "device wlan"
+.Ed
+.Pp
+Alternatively, to load the
+.Nm
+driver at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_awi_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud