From 17d84e4e129c5a613e4d4250ad3acab7cf6c320a Mon Sep 17 00:00:00 2001 From: trhodes Date: Tue, 19 Jul 2005 00:26:30 +0000 Subject: 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 --- share/man/man4/iwi.4 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'share/man/man4/iwi.4') diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index c395d97..65dc8a6 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 -- cgit v1.1