From owner-freebsd-wireless@FreeBSD.ORG Thu Jul 25 11:57:17 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30EBC297 for ; Thu, 25 Jul 2013 11:57:17 +0000 (UTC) (envelope-from cg@cgross.info) Received: from alpha.kreiz-it.fr (alpha.kreiz-it.fr [178.32.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id D4AEC2407 for ; Thu, 25 Jul 2013 11:57:16 +0000 (UTC) Received: from DirTech (lnr56-1-82-246-51-185.fbx.proxad.net [82.246.51.185]) by alpha.kreiz-it.fr (Postfix) with ESMTPSA id 13BB9CCA for ; Thu, 25 Jul 2013 13:57:08 +0200 (CEST) From: "Cedric GROSS" To: Subject: [iwn]Doc patch Date: Thu, 25 Jul 2013 13:57:03 +0200 Message-ID: <001501ce892e$15b97660$412c6320$@info> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016_01CE893E.D9424660" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac6JLhPM7slUaR/SQ9ScPKGnifWFSA== Content-Language: fr X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 11:57:17 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0016_01CE893E.D9424660 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, Here is doc patch for latest commit done by adrian on iwn. Cedric ------=_NextPart_000_0016_01CE893E.D9424660 Content-Type: application/octet-stream; name="doc.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="doc.patch" Index: share/man/man4/iwn.4=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= --- share/man/man4/iwn.4 (revision 253647)=0A= +++ share/man/man4/iwn.4 (working copy)=0A= @@ -111,6 +111,22 @@=0A= This driver requires the firmware built with the=0A= .Nm iwnfw=0A= module to work.=0A= +.Sh SYSCTL VARIABLES=0A= +.Bl -tag -width indent=0A= +.It Va dev.iwn.%d.debug=0A= +Define verbosity level for debugging information after boot and = attachement.=0A= +.Sh LOADER TUNABLES=0A= +Tunables can be set at the=0A= +.Xr loader 8=0A= +prompt before booting the kernel or stored in=0A= +.Pa /boot/loader.conf .=0A= +This tunable also have a =0A= +.Xr sysctl 8=0A= +entry for access after boot.=0A= +.Bl -tag -width indent=0A= +.It Va hint.iwn.%d.debug=0A= +Define verbosity level for debugging information during boot process. = %d is=0A= +the unit number(typically 0). Default value is 0 (disabled).=0A= .Sh EXAMPLES=0A= Join an existing BSS network (i.e., connect to an access point):=0A= .Bd -literal -offset indent=0A= Index: sys/amd64/conf/NOTES=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= --- sys/amd64/conf/NOTES (revision 253647)=0A= +++ sys/amd64/conf/NOTES (working copy)=0A= @@ -305,6 +305,7 @@=0A= device ipw=0A= device iwi=0A= device iwn=0A= +#hint.iwn.0.debug=3D"0xFFFFFFFF" # Level for early debug feature for = iwn=0A= device mwl=0A= device nfe=0A= device nve=0A= Index: sys/i386/conf/NOTES=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= --- sys/i386/conf/NOTES (revision 253647)=0A= +++ sys/i386/conf/NOTES (working copy)=0A= @@ -599,6 +599,7 @@=0A= device ipw=0A= device iwi=0A= device iwn=0A= +#hint.iwn.0.debug=3D"0xFFFFFFFF" # Level for early debug feature for iwn=0A= # Hint for the i386-only ISA front-end of le(4).=0A= hint.le.0.at=3D"isa"=0A= hint.le.0.port=3D"0x280"=0A= ------=_NextPart_000_0016_01CE893E.D9424660--