svn commit: r286441 - in head: share/man/man4 sys/contrib/dev/iwm sys/dev/iwm sys/modules/iwm sys/modules/iwmfw sys/modules/iwmfw/iwm3160fw sys/modules/iwmfw/iwm7260fw sys/modules/iwmfw/iwm7265fw

Rui Paulo rpaulo at FreeBSD.org
Sat Aug 8 06:06:51 UTC 2015


Author: rpaulo
Date: Sat Aug  8 06:06:48 2015
New Revision: 286441
URL: https://svnweb.freebsd.org/changeset/base/286441

Log:
  Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.
  
  There are still several bugs, but I've been using it for a while now.
  Thanks to all the testers and to Adrian for his help with this
  driver.
  
  This driver isn't connected to the build yet, but it will be soon.
  
  There's no MFC planned because the driver isn't very stable yet.
  
  Reviewed by:	adrian
  Obtained from:	https://github.com/rpaulo/iwm
  Tested by:	adrian, gjb, dumbbell (others that I forgot).
  Relnotes:	yes

Added:
  head/share/man/man4/iwm.4   (contents, props changed)
  head/share/man/man4/iwmfw.4   (contents, props changed)
  head/sys/contrib/dev/iwm/
  head/sys/contrib/dev/iwm/LICENSE
  head/sys/contrib/dev/iwm/iwm-3160-9.fw.uu   (contents, props changed)
  head/sys/contrib/dev/iwm/iwm-7260-9.fw.uu   (contents, props changed)
  head/sys/contrib/dev/iwm/iwm-7265-9.fw.uu   (contents, props changed)
  head/sys/dev/iwm/
  head/sys/dev/iwm/if_iwm.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_binding.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_binding.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_debug.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_mac_ctxt.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_mac_ctxt.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_pcie_trans.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_pcie_trans.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_phy_ctxt.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_phy_ctxt.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_phy_db.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_phy_db.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_power.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_power.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_scan.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_scan.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_time_event.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_time_event.h   (contents, props changed)
  head/sys/dev/iwm/if_iwm_util.c   (contents, props changed)
  head/sys/dev/iwm/if_iwm_util.h   (contents, props changed)
  head/sys/dev/iwm/if_iwmreg.h   (contents, props changed)
  head/sys/dev/iwm/if_iwmvar.h   (contents, props changed)
  head/sys/modules/iwm/
  head/sys/modules/iwm/Makefile   (contents, props changed)
  head/sys/modules/iwmfw/
  head/sys/modules/iwmfw/Makefile   (contents, props changed)
  head/sys/modules/iwmfw/Makefile.inc   (contents, props changed)
  head/sys/modules/iwmfw/iwm3160fw/
  head/sys/modules/iwmfw/iwm3160fw/Makefile   (contents, props changed)
  head/sys/modules/iwmfw/iwm7260fw/
  head/sys/modules/iwmfw/iwm7260fw/Makefile   (contents, props changed)
  head/sys/modules/iwmfw/iwm7265fw/
  head/sys/modules/iwmfw/iwm7265fw/Makefile   (contents, props changed)

Added: head/share/man/man4/iwm.4
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/share/man/man4/iwm.4	Sat Aug  8 06:06:48 2015	(r286441)
@@ -0,0 +1,153 @@
+.\" Copyright (c) 2004-2006
+.\"	Damien Bergamini <damien.bergamini at free.fr>. All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice unmodified, this list of conditions, and the following
+.\"    disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd July 1, 2015
+.Dt IWM 4
+.Os
+.Sh NAME
+.Nm iwm
+.Nd Intel IEEE 802.11ac wireless network driver
+.Sh SYNOPSIS
+To compile this driver into the kernel,
+include the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device iwm"
+.Cd "device pci"
+.Cd "device wlan"
+.Cd "device firmware"
+.Ed
+.Pp
+You also need to select a firmware for your device.
+Choose one from:
+.Bd -ragged -offset indent
+.Cd "device iwm3160fw"
+.Cd "device iwm7260fw"
+.Cd "device iwm7265fw"
+.Ed
+.Pp
+Or you can use
+.Bd -ragged -offset indent
+.Cd "device iwmfw"
+.Ed
+.Pp
+to include them all.
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following lines in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_iwm_load="YES"
+iwm3160fw_load="YES"
+iwm7260fw_load="YES"
+iwm7265fw_load="YES"
+.Ed
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for:
+.Pp
+.Bl -tag -width Ds -offset indent -compact
+.It Intel Dual Band Wireless AC 3160
+.It Intel Dual Band Wireless AC 7260
+.It Intel Dual Band Wireless AC 7265
+.El
+.Pp
+.Nm
+supports
+.Cm station
+mode operation.
+Only one virtual interface may be configured at any time.
+For more information on configuring this device, see
+.Xr ifconfig 8 .
+.Pp
+This driver requires the firmware built with the
+.Nm iwmfw
+module to work.
+.Sh EXAMPLES
+Join an existing BSS network (i.e., connect to an access point):
+.Bd -literal -offset indent
+ifconfig wlan create wlandev iwm0 inet 192.168.0.20 \e
+    netmask 0xffffff00
+.Ed
+.Pp
+Join a specific BSS network with network name
+.Dq Li my_net :
+.Pp
+.Dl "ifconfig wlan create wlandev iwm0 ssid my_net up"
+.Pp
+Join a specific BSS network with 64-bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig wlan create wlandev iwm0 ssid my_net \e
+	wepmode on wepkey 0x1234567890 weptxkey 1 up
+.Ed
+.Pp
+Join a specific BSS network with 128-bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig wlan create wlandev iwm0 wlanmode adhoc ssid my_net \e
+    wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
+.Ed
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "iwm%d: device timeout"
+The driver will reset the hardware.
+This should not happen.
+.It "iwm%d: firmware error"
+The onboard microcontroller crashed for some reason.
+The driver will reset the hardware.
+This should not happen.
+.It "iwm%d: timeout waiting for firmware initialization to complete"
+The onboard microcontroller failed to initialize in time.
+This should not happen.
+.It "iwm%d: could not load firmware image '%s'"
+The driver failed to load the firmware image using the
+.Xr firmware 9
+subsystem.
+Verify the
+.Xr iwmfw 4
+firmware module is present.
+.It "iwm%d: could not load boot firmware"
+An attempt to upload the boot firmware image to the onboard microcontroller
+failed.
+This should not happen.
+.It "iwm%d: could not load microcode"
+An attempt to upload the microcode image to the onboard microcontroller failed.
+This should not happen.
+.It "iwm%d: could not load main firmware"
+An attempt to upload the main firmware image to the onboard microcontroller
+failed.
+This should not happen.
+.El
+.Sh SEE ALSO
+.Xr iwmfw 4 ,
+.Xr pci 4 ,
+.Xr wlan 4 ,
+.Xr wlan_ccmp 4 ,
+.Xr wlan_tkip 4 ,
+.Xr wlan_wep 4 ,
+.Xr ifconfig 8 ,
+.Xr wpa_supplicant 8

Added: head/share/man/man4/iwmfw.4
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/share/man/man4/iwmfw.4	Sat Aug  8 06:06:48 2015	(r286441)
@@ -0,0 +1,66 @@
+.\" Copyright (c) 2009 Sam Leffler, Errno Consulting
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd May 28, 2015
+.Dt IWMFW 4
+.Os
+.Sh NAME
+.Nm iwmfw
+.Nd "Firmware Module for Intel Wireless driver"
+.Sh SYNOPSIS
+To compile this module into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device iwmfw"
+.Ed
+.Pp
+This will include firmware images for all
+.Xr iwm 4
+devices inside the kernel.
+If you want to pick only the firmware image for your network adapter choose one
+of the following:
+.Bd -ragged -offset indent
+.Cd "device iwm3160fw"
+.Cd "device iwm7260fw"
+.Cd "device iwm7265fw"
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+iwm3160fw_load="YES"
+iwm7260fw_load="YES"
+iwm7265fw_load="YES"
+.Ed
+.Sh DESCRIPTION
+This module provides access to firmware sets for the
+Intel Dual Band Wireless WiFi 3160, 7260 and 7265 series of
+IEEE 802.11n/11ac adapters.
+It may be
+statically linked into the kernel, or loaded as a module.
+.Sh SEE ALSO
+.Xr iwm 4 ,
+.Xr firmware 9

Added: head/sys/contrib/dev/iwm/LICENSE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/contrib/dev/iwm/LICENSE	Sat Aug  8 06:06:48 2015	(r286441)
@@ -0,0 +1,39 @@
+Copyright (c) 2014, Intel Corporation.
+All rights reserved.
+
+Redistribution.  Redistribution and use in binary form, without
+modification, are permitted provided that the following conditions are
+met:
+
+* Redistributions must reproduce the above copyright notice and the
+  following disclaimer in the documentation and/or other materials
+  provided with the distribution.
+* Neither the name of Intel Corporation nor the names of its suppliers
+  may be used to endorse or promote products derived from this software
+  without specific prior written permission.
+* No reverse engineering, decompilation, or disassembly of this software
+  is permitted.
+
+Limited patent license.  Intel Corporation grants a world-wide,
+royalty-free, non-exclusive license under patents it now or hereafter
+owns or controls to make, have made, use, import, offer to sell and
+sell ("Utilize") this software, but solely to the extent that any
+such patent is necessary to Utilize the software alone, or in
+combination with an operating system licensed under an approved Open
+Source license as listed by the Open Source Initiative at
+http://opensource.org/licenses.  The patent license shall not apply to
+any other combinations which include this software.  No hardware per
+se is licensed hereunder.
+
+DISCLAIMER.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.

Added: head/sys/contrib/dev/iwm/iwm-3160-9.fw.uu
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/contrib/dev/iwm/iwm-3160-9.fw.uu	Sat Aug  8 06:06:48 2015	(r286441)
@@ -0,0 +1,14890 @@
+begin 644 iwm-3160-9.fw
+M`````$E73`IS=')E86TZ0V]R94-Y8VQE,5]S=&%B7VQI;G5X0#@U,3 at X````
+M``````````````````````````````````````GD&0````````````````8`
+M```$``````(```<`````````$@````0```#_RQI8'0````@`````````$P``
+M`!X````(`````````("````<````$``````````````````````````;````
+M!`````$````3````!$`!````@```````Y!D$```)``$``````````$QQ@`#D
+M,8``M)B``!@R@``0%8```(R`````````````````````````````;"#`$`\;
+M"2(0`!MN`0``804``&$```!A```;)0`!&R1<',`1````8=P=P!```!TD````
+M(0]%`"(`7``Y]"7`$`$!$S(!`1,S`0`38N__`#('``!B!F``8@``6#A at 1<`0
+M<$7`$'A%P!"01<`08@``8:P$P!(/$P$BL`3`$@`!$SCH'<`1`0!2)+0?P!`"
+M`!-P`P``80@`6#`(`&0Q!@``80\34B*"!!,D"``3)0$`4FX0`!,Q!"C`$0@`
+M6&[F#P!A```3)0``$R0D$,`1`(`3)#@<P!$/`!,B`0`3,`0HP!$/<Q,B@@$3
+M,`0HP!$/<A,B"`#,$0``$R4!`!,D&`#,$0``$R08`,P1#Q05(@$`%28/1``B
+M"@``0`!``'`-``!A0``3)0<!$R0$*,`1```3)0(`$R3L',`1#W83(BQ(QQ$/
+M>!,B!`#*$0```20```$E"0``84``$R4&`1,D!"C`$0]V$R(L2,<1#W at 3(@``
+MQA$#``$D```!)0]%`"(`7``Y[_\`,A@``&0``!,D`0`3)3@<P!$/=Q,BX!S`
+M$0(``6(/`1,B!`C`$9P'P!($*,`1H`?`$LA)QQ$/<!,B`0`3,`0HP!&H!\`2
+M&"C`$0\3`R(#`!,D```3)00(P!$``!,D.$7`$00``&$``%@X```3)`$`$R4X
+M',`1```5)````"'H'<`0#Q,'(@]D`2(*``%`"``!<!H``&$(`%AN!@``80@`
+M!W`"``!A``)<,0(``&$`(%@P````80%"$R0``!,E!"C`$0%"$R0``!,E!"C`
+M$0``$R0``!,EZ!W`$0```20(``$E#P%C(@$`4B0(``=N`@``80``%20````A
+M$0``8:0$P!(/$P$BJ`3`$@`!$SCH'<`1`0!2)+0?P!`"`!-P`@``80@`9#'A
+M#P!A#Q-2(H($$R0(`!,E`0!2;A``$S$$*,`1^#*`@0``P!8"`1-D0@$3)`0H
+MP!'X<X"!``#`%@8!$V($",`0!``39`]<`"(*``!```8`<!H``&$``!,D```3
+M)0``P!<`0%@PR"#`$'!%P!`0",`0```3)0,`$R0<",`1'`C`$0``$R0$",`1
+M#Q05(@0`%28/,"`B^_\P,@,`$R08",`1#Q05(@(`%28/(#`B```3)!!%P!$8
+M",`1`!!8,`\`$R(!`!,P!"C`$0]\$R((`,P1```3)0``$R0T2,<10``3)0<!
+M$R0$*,`1#WL3(@$`$S`$*,`1#Q05(@(`%28/31,B!!#%$0(`$R3P',`1`0`3
+M).P<P!$``!,D<``3)1`<P!$``!,E```3).`<P!'@<X"!``#`%@(!$V(/%!4B
+M&P`5)@``$R4!`!,D)!#`$0``$R0``,`7```5)````"$``!LE```;)`$`9&X!
+M`!LD`@!D;@(`&R0$`&1N!``;)`P`&V(/&PLB#PMC(@$`&T`"`!M!````80``
+M&R7(!X"!`!L:*```P!8``!LE`@`;0```&W$/9&,B```=)````"$`````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M``````````````````````````````````````````!``(``````````````
+M``````````````````````$``````?\```+_```#`0``!?\```;_```(_P``
+M!_\```G_```*_P``"_\```S_`0#_`P$!```!`0(+`0(%!`$!!O\!`0?_`0,*
+M"`$!"_\!`0S_`P#_`@,#```#!`4$`P4&_P,#"@@#`0O_`P,,_P(`_P,"`@``
+M`@($!@("!0<"`@;_`@('_P($"@@"`@O_`@$,!00`_P($!```!`$!"@0$!`8$
+M!`4'!`4&_P0$"@@$`@O_!`$,!04`_P,%!0``!00(_P4%!PD%`PG_!04&_P4%
+M!/\`````````````!`#,`P$`#`#L!@4`Q`!(!`8`0``,!0<`V`!D!0@`:``\
+M!@D`0`"D!@H`/`#0`PL`/``,!`\`"`#D!A$`&`!,!1(`I`$``!,`#`#X!A0`
+M`P`$!Q4`!``(!P``````````````````````````````````````````````
+M`````````!X````>B!Z(6@```%8```!6B%:(`@$``*H```"JB*J(_@$``(P*
+M``!4C%2,I!\```````````````#^```!`/\``@'_`0#_`0$`_@(!`P+_`0$`
+M_P$!`?\"`/\#`@#^!`(#`O\"`@#_`@(!_P,`_P4#`/X&`P`#_P,#`/\#`P'_
+M````````````````'$(```H````$````('.``````````````````'Q"```%
+M````!````"!S@````````0```&CX``#\^```B/@``-CX``!<]```6/0``"`O
+M``"H+@```````````````0O_```%`P``!`(```;_````_P``#/\```<2```(
+M$@``"1(```H2`0#_``$"`!$!`0(!`0$#_P$!!`(!`04#`0$&!`$!!P4!`0@&
+M`0$)#P$!"A`!``S_`0#^_P(`_P<"`0'_`@(""`("`PD"`@0*`@(%"P("!@P"
+M`@<-`@((#@(""0X"`@H-`@`,_P(`_O\```````````````````````#_!P``
+M`/\```?_``$)_P``"O\!`@```0,!_P$#`O\!`P/_`0$$_P$"!0`!!`8&`0$'
+M_P$`"/\!``K_`@(`_P(#`?\"`P+_`@,#_P(!!`$"`@4``@0&!@("!P`"``@!
+M`@`*`0,`_P(#`P#_`P,!_P,#`O\#`P,$`P$$!0,"!0`#!`8&`P,'_P,`"`4#
+M``H%`P#^`P0$`/\$!`'_!`0"_P0$`_\$!`3_!`0%_P0$!@8$!`<&!``(_P0`
+M"O\`````````````_P````$#``("`@`#``(```7_```&_P``!/\```<$```(
+M_P$`_P$!`0`#`0(!`@$"`@(!``3_`0$'!`$`"/\"`P`&`@("!@(`!?\"``;_
+M`@`$_P(`!P<"``@'`P,`!@,``04#`@(&`P$%_P,`!O\#``0'`P`'!P,`"`<`
+M``````$`_P$``?\!`@+_`@#_``(``?\"`0/_`@,$_P(""_\"`@S_`@(*_P,`
+M`?\#`0,)`P0(_P,'!?\#!PH'`P4&_P,("_\#`PS_`P at -#P0``?\$`0,+!`,)
+M_P0'"@<$!P7_!`4&_P0("_\$!`S_!`@-#P4`_P4%``'_!0$#"@4&"/\%`@?_
+M!0(*"`4#!/\%`@O_!04,_P8`_P8&``'_!@$##`8%"?\&`@H(!@('_P8#!/\&
+M`@O_!@8,_P<`_P,'!0;_!P$#_P<``?\'!PO_!P<,#0<`_ at 0(`/\!"`4&_P@!
+M`_\(``'_"`,$_P@(#`X("`O_"`#^`@&1```!/P```I$``#X]```#D0``/3T`
+M``21```_`P``!9$```D0```&D0``%AP```>1```?'P``")$``!P6```)D0``
+M$`D```J1```#/P``"Y$``#T]```,D0``/3X```V1```_`0``$1`^2$A(X!`$
+M````#2`$````($,Y`````."$`0``X1`!`````A"7RP4`,&`+````#]($````
+M&-+\__\?">")AH2$"N"$A```"^"F5=<@#.`BBRPR#>"JB8<B#N`>>^PQ%^"2
+MC(N*&."*B@``&>!^2><@&N`BBRPR&^"33;<A'.`>>^PQ)&```````G,`````
+M$2`4A0$``F#^%````V`1%```!F`1%```&1`$`````7,P`0``81`@````$B"4
+M`P``UA`<8P``UQ`<8P``V!`<8P``V1!Z@(``VA!X@(``VQ!X@(``"1!N7P``
+M&A``````,1"&`0``,A"0`0``,Q#(````-!!0````-1"`````.A!I````.Q#`
+M````P1``````*N#YY><F*^`BBRPR+.!SSFDK+>`>>^PQ*."+BXF)*>")B0``
+M`D<!``````!22 at D`4LH(`!%""``00@@`[[T'`.^]!P#O.0<`SCD'`,XY!P"N
+MM08`K34'``]&"0!SS at D`4TH)`%)*"0!22 at D`,L8(`#'&"``QQ@@`,<8(`!!"
+M"``00@@`$$((`!!""``00@@`$$((`!!""`#OO0<`[[T'`.^]!P#OO0<`[[T'
+M`.^]!P#OO0<`[[T'`.^]!P#OO0<`#T((`!!""``00@@`$$((`!!""``00@@`
+M$$((`##&"``QQ@@`,<8(`#'&"`!22 at D`4DH)`%)*"0!SS at D`4T8(`,^U!@"M
+MM08`SCD'`,XY!P#.N0<`[[T'`.^]!P`/0@@`$$((`#%*"0!22 at D`[[T'`.\]
+M!P#.M08`K34&`(PQ!@#-/0@`,<8(`#'&"`!12 at D`4DH)`%)*"0`RQ@@`,<8(
+M`#%&"``00@@`$$((`!!""``00@@`$,8(`#'&"``QQ@@`4DH)`%)*"0!22 at D`
+M,<8(`#'&"`#PN08`C#$&`(RU!@"M-0<`SKT'`.^]!P`QQ@@`,4((`!#"!P#O
+MO0<`[T$(`!!""``00@@`,<8(`#'&"``10@@`$$((`!#"!P#OO0<`[T$(`!#"
+M"``QQ@@`'AX>'AX;%Q02"AX>'AX>'AX;%Q02"AX>'AX>'AX;%Q02"AX>````
+M````````````1+@!`!4````$````('.`````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````````````$`<``!$'```3!P``,@;``#,&P``-`R@
+M`$`,H``<'*``0""@`"@DH`!L$*``&"2@`'@DH`!\)*``@"2@`(0DH`!0$*``
+M2":@`&`0H`!,)J``9!"@`&@0H`!8$*``,!"@`#P0H``T$*``+`R@``"!I``!
+M@:0``X&D`(@DH`",)*``D"2@`)0DH`"8)*``G"2@`*`DH`"D)*``````````
+M````````<1L-`."!`0`6GP(`````````````````<0$)WP``Z```X@``/@%7
+M/P%F0`%W00&80@$'-@$`J@``7P&J8`&JW@#XS@`"O@`6SP`(TP`(T``(U``(
+MT0`(U0`(T@`8U@``,0`D!`!,.```Y0%SY@$$CP'_ at P%IC@$/D`$`D0%]D@%]
+MDP%]60`&_0`!_@`3_P`&;@`$?`$-@`$-N0$%S@$"O0$)QP$?R`$6I`$0I0$0
+MJP$0J@$0L@$3LP$3WP$!UP$`>@$````````#`04`$``$`!$`$@`#``H`-`$U
+M`38!)0`*``0`#P`#`3@`$``2````!PP3`,`2@`"H$H``Y!*``*02@``#`0(!
+M!0`$`!``"@`&`'P!@`%S`7<!EP&9`98!F`'<`24`F@&<`0``````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M```````````````````````````!`````@`````````N$2\7,!`Q*#(1,_(V
+M(C at 1.1<Z$#LH/!$]\D`B00%(.$DX2BY++E0<51Q6'%<<6CA;.%PX73A at 6&%8
+M>#AY.(@<B1R*'(L<CCB/.)`XD3B46)58J`\M$#<0#@++1```````````````
+M``````````````````$````````````````````!`````0``````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````("1```5````!````"!S@```````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M```````````````````````!```!``````````"4-P```````/#?```!````
+M6%,!``(```"0=P$``P```(Q$`0`$````P+T```4````T2@$`!@```!!S`@`'
+M````#',"``@```!X]```"0```(2F```*````P*(!``L````T`@(`#````&10
+M`@`-````:%`"``X````4AP``#P```+#"`0`0````K+8!`!$````,+P(`$@``
+M`!SJ`0`3````<","`!0```!8'0(`%0```/QE`0`6````S/4``!<```"D^@``
+M&````#RG`0`9````2#<``!H``````````````````````````````!`````0
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M```````````````````````````````````````!`_\```#_`@#_``(!`_\"
+M`P3_`@(*`0(""_\"!04"`@(`_P(`_@,!`/\$`0$"!0$"`?\!`@#_`0#^!@,`
+M_P<#`PH(`P,+"`,"`0D#!04*`P,"_P,#"?\#`@#_`P#^"P0`_PP$!`H-!`0+
+M#00$"`X$`@'_!`,$_P0%!0\$!`+_!`(`$`4%"A$%!0L1!08&$@4%`A,%`@`4
+M!@#_%08&"A8&!@L6!@0'_P8$`A<&!@G_!@(`_P8`_A@````````````````0
+M=@``"@````0````@<X```````````````````````"0;```*````!````"!S
+M@```````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````````````````````#`^``"H/@``\#T``*`^``#@
+M5P``\%<``.Q7``!,=0``J'4``$!U````=0``D'4``$@6```0%P``F!8```@6
+M```(%P``_!4``.P5``#P%0``]!4``*1I```$:@``V&D``-!I````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````/__!P````\```````````````````````````#__P``
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M)P``F"<``&`G``!<)P``,"<```PG````*```1"@``$@H```@*```@"<``&0G
+M````````````````````````````````````````````````````````````
+M``````````````````<'`0'(`,@```!A`%``D0"``.@`4@!Z`)8`O@!0````
+M($X```````````````````0````!``````````$````!````'@``````````
+M`````0$.#@```````#((`@\#``$``````````0$.#@```````",$`@H`````
+M````````]`$```````````````````````#448``````````````````````
+M`````````````````````````````````````````````````!``````D`$`
+M``"@`!`G``#H`P``Z`,``$`?`0!`'P$`0!\!`#@$`0!`'P$`0!\!`'P&`0!`
+M'P$`P/P``#@#`0!`'P$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`$`?
+M`0!`'P$`0!\!`$`?`0!`'P$`X!D!`#P7`0`X&@$`0!\!`$`?`0!`'P$`0!\!
+M`,@>`0!4$P$`-!0!```3`0`\"@$`C`D!`-0-`0"<'@$`7!\!`$`?`0#@^@``
+M7/T``$`?`0!8``$`8/\``/@*`0`\!P$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`
+M'P$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`$`?
+M`0`T!`$`,`0!`"P$`0!`'P$`0!\!`$`?`0!`'P$`0!\!`!P'`0!`'P$`0!\!
+M`$`?`0!`'P$`0!\!`$`<`0!`'P$`0!\!`/@1`0`X$0$`0!\!`$`?`0!`'P$`
+MQ!$!`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`!`!`0`,`P$`Y`(!`$`?`0!`
+M'P$`0!\!`$`?`0!`'P$`:`(!`$`?`0!`'P$`0!\!`$`?`0"@%@$`0!\!`+P,
+M`0!`'P$`?!$!`'01`0`\!`$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`'P$`Y`,!
+M`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`)`;`0!($`$`_!(!`#01`0!`'P$`
+M0!\!`$`?`0!L`@$`0!\!`$`?`0!D"P$`0!\!`$R?`0!`'P$`R`(!`&@+`0!`
+M'P$`:`0!`$`?`0`$'`$`0!\!`$`?`0!`'P$`(`8!`$`?`0!("`$`L!L!`$`?
+M`0!\#P$`:`$!`"@;`0!`'P$`0!\!```0`0!`'P$`0!\!`$`?`0#@"@$`Q`(!
+M`$`?`0!`'P$`0!\!`,P5`0`$"`$`0!\!`.`#`0!`'P$`0!\!`$`?`0!0%@$`
+MN`P!`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`
+M'P$`0!\!`$`?`0!`'P$`;"$!`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`"#_
+M``!`'P$`0!\!`$`?`0`H(0$`0!\!`"@"`0!0`@$`0!\!`"S_``!,"`$`[!8!
+M`##_``!`'P$`0!\!`$`?`0!`'P$`0!\!`&@A`0!`'P$`;`L!`'P%`0!`"0$`
+M0!\!`$`?`0#,%@$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`'P$`0!\!`$`?`0!`
+M'P$`0!\!`$`?`0#0%0$`0!\!`$`?`0#,!P$`4!L!`#0#`0!`'P$`6`,!`,0@
+M`0!`'P$`0!\!`(0&`0!`'P$`F`<!`$`?`0"H&P$`0!\!`$`?`0!`'P$`0!\!
+M`$`?`0#$0P``-$0``%Q$``"40P``P$,``!Q$```$1```,'(!`&!R`0`L<P$`
+M-',!`#QS`0!$<P$`P'(!`/QR`0"0<@$`0#&`````````````````````````
+M````B"T!`!4````$````('.``&0(```````````````````"`````````&=%
+M(P$%`````@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("
+M`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("
+M`0("`@+_`@("`@``$`0``````````````````````````````````'2R@```
+M``````````````````````````````````````````$``````-#^````````
+M````````"](.T at W2"-()T at K2$M(3TA32&](<T@""$=(0TAC2#](-TA+2$](4
+MT at S2%=(+T at +2$=()$`%`&](<T@#2`435$!$0%!!PT@``$Q`0&`````!8,H``
+M.#*``)PR@`"\,H``-#*```O2#=(2TA/2%-((T at G2"M(1TA#2&](<TAC2#])P
+MTM40#=(1TA#2`M(#TAO2"](`@`72$M(3TA32!$,(T at G2"M(<T@;2!](=TG#2
+M!-(8T at _2```````````!````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````U':``-QT@`"$
+M=8``+':`````````````````````````````````````````````````````
+M``````````````$````````````````````L!P```/\#`,@'````_P4`<`<`
+M``#_+0!,!P```/\]`.@&````_P0`$`<```#_)0#(30$``/_=`)@'````_TP`
+MQ`<```#_(@"4!P```/\F`,`'````_R@`O`<```#_(`#,3`$``"```"!,`0``
+M_S``,$X!``#_,````````````/\```#_____________________````````
+M````````````````````````````````````````````````````````````
+M````````````!+`!`&`W```LN`$`8#<``&`W``!@-P``H"4!`+Q+`@#L6`$`
+M8#<``&`W``!L4`(`;%`"`&Q0`@!L4`(`;%`"`&Q0`@!L4`(`8#<``&`W``!@
+M-P``8#<``%"9``!@-P``8#<``&`W``!@-P``8#<``+Q8`0"86`$`8#<``&`W
+M````````````````````````````````````````````````````````````
+M```````!`````0``````````````````````````````````````````````
+M``````````````````````````````````````````````````````$````"
+M`````P````````#_````_P```/\```#_````````````````````````````
+M````````_P``````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````$``````````0````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````````````````````````````"@W@`"<?8``X',!
+M`#`W@``X-X``(#>``,1]@`!,=0$`+#>``#0W@`#_____`````/____\`````
+M_____P````#_____````````````````JP``````````````````````````
+M````````````````````````````````````````````````````````````
+M``````````````````````````````````#J"J(*7 at H="N`)I0EM"3<)!`G3
+M"*0(=PA+""((^@?3!ZX'B@?\!\<'E0=F!SD'#@?E!KX&F09U!E(&,081!O,%
+MU06Y!9X%A`4`````````````````````````````````````````````````
+M``````````````````````````````````````````````"810```@````0`
+M```@<X``````````````````]$4```4````$````('.`````````!0```PD#
+M"0````````````````````````````````<````>`````P```/____\`````
+M``````````````````````````````````````````````````````````!F
+M9 at X``````&9F"@!F9 at 8`9F8&`&9F`@!F9@(`9F8^`&9F/@!F9CH`9F8Z````
+M``!F9C8``````&9F,@``````9F8.````````````9F8&````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M``````````````````````````````D`"0D)"0D)"0D)``D`"0`)```)````
+M``````````````````````````````````````````````````"4!8``````
+M`&@<@```````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````````````````````````````/L=#``S$0``````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M``````````````````````````````0%!@<("0H+#`T.#Q`J*RPM+B]*2TQ-
+M3D]0:FML;6YO<(J+C(V.CY"JJZRMKJ^PR\S-SL_0T=+3U-76U]C9VMO<W=W=
+MW=W=W=W=W=W=W=W=W=T`000%!08'"`D*#`T.#Q`J*RPM+B\P2DQ-3D]046ML
+M;6YO<'&*BXR-CH^0JJNLK:ZORLO,S<[/T-'2T]35UM?8V=K:VMK:VMK:VMK:
+MVMK:VMK:VMH`/P```0(#!`4&!P@)"@L,#0X/*BLL+2Y*2DM,34Y/:FIK;&UN
+MBHJ+C(V0DJJKK*VNK\K+S,W.S]#1TM/4U=;7U]G:V]S=W=W=W=W=W=W=W=W=
+MW=T`0P`!`@,#!`4&!P@)"@L,#0XJ*RPM+B]*2TQ-3D]J:VQM;F^*BXR-CH^J
+MJZNLK:ZORLO,S<[/T-'1TM35U]C9VMK:VMK:VMK:VMK:VMK:VMK:VMH`/@("
+M`P0%!@<("0H+#`T.#RHK+"TN+TI+3$U.3U!J:VQM;W"*BXR-CH^0D*JLK:ZO
+ML,O,S<[/S]#1TM/4U=;7U]?7U]?7U]?7U]?7U]?7U]?7U]<`/0``````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M``````````````#_`/\`_P#_`/\`````````````````````````````````
+M`````(Z.``#_````_P```/\```#_````_P```/\```#_````_P```/\```#_
+M````_P```/\```#_````_P```/\```#`#P(`P`\"`,`/`@#`#P(`P`\"`,`/
+M`@#`#P(`P`\"`,`/`@#`#P(`P`\"`,`/`@!```$`0``!`$```0``````````
+M``````````````````````````````````````!_?W]_?W]_?W]_?W]_?W]_
+M?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_
+M?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_
+M?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_?W]_
+M?W]_?W]_?W]_````````````````O@````$``````````0```%\````"````
+M``````(````O`````P`````````#````&```````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````"@```````````````````/\`_P``````-```````````````````
+M`/\`_P``````<````````````````````/\`_P``````F0``````````````
+M`````/\`_P```````````````````````0`````````!``````````$`````
+M```````````````!``````````$``````````0``````````````C`H`````
+M````````````````````````#`,(````````````_P``````````````````
+M`/\```````````````````#_````````````````````_P``````````````
+M`````/\```````````````````#_````````````````````_P``````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````````)@H@``````````````````(````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M``````````````````````````````$,'EL.,@(1'ET.,@,6'EX., at 0;'E\.
+M, at 4@'F`., at 8E'F(.,@<J'F,.,@@O'F0., at DT'F4., at HY'F<., at L^'F at ., at Q#
+M'FD., at U('FH., at Y-'FP.,B)00`T@`"1 at 0`\@,29P0!(@-"@`010@,2H001<@
+M,2P at 01D@,2XP01P@,S!`01X@,3)002$@,31 at 02,@,39P028@,S@`0B@@,3H0
+M0BL@,3P at 0BT@,3XP0C`@,T!`0C(@,61 at 1%\B,&9P1&(B,F@`160B+VH016<B
+M+VP at 16DB+VXP16PB,G!`16XB+W)017$B+W1 at 17,B+W9P178B,G@`1G at B+WH0
+M1GLB+WP at 1GTB+WXP1H`B,8!`1H(B+X)01H4B`(1 at 1H<B+H9P1HHB,8@`1XPB
+M+HH01X\B+HP at 1Y$B+HXP1Y0B,)!`1Y8B+9%(1Y at B`)5H1YTB+9=X1Y\B,)D(
+M2*(D+9L82*0D+9TH2*<D+9\X2*DD,*%(2*PD+:5H2+$D+0``````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````````````````0`!``````#``)``T```````````
+M````````````````````````````````````````````````````````````
+M`````````````````````````````````````````````/____^@K(``````
+M``````!`0@\`0$(/`$!"#P!`0@\`0$(/`$!"#P!`0@\`0$(/`$!"#P!`0@\`
+MX`<``$`!``#@!P``0`$``"`G``#@!P``X`<``$`!``#@!P``0`$```(````"
+M```````````````````````````8````&```````````````````:&J``.C4
+M@``8`````````````````````````/____\`````````````````````````
+M`,04`@#H%`(`^!0"`-`4`@#`%`(`_!0"`*@4`@`P(0(`T"$"`!0<`@`8'`(`
+M]!L"`)P<`@#(&P(`!!X"`!@A`@`,(`(`\"`"`'"L`0"L(`(`@!X"`$0?`@#H
+M'0(`[!T"``````"`````````````````````@``````"````````````````
+M````````````````@`````#_```````"````````````````````````````
+M````@`````#_```````"````````````````````````````````@`````#_
+M```````"````````````````````````````````@`````#_```````"````
+M````````````````````````````@`````#_```````"````````````````
+M````````````````@`````#_```````"````````````````````````````
+M````@`````#_```````"````````````````````````````````@`````#_
+M```````"````````````````````````````````@`````#_```````"````
+M````````````````````````````@`````#_```````"````````````````
+M````````````````@`````#_```````"````````````````````````````
+M````@`````#_```````"````````````````````````````````@`````#_
+M```````"````````````````````````````````@`````#_```````"````
+M````````````````````````````@`````#_```````"````````````````
+M````````````````@`````#_``````````````"!`````````((`````````
+M at P````````"$`````````(4`````````A@````````"'`````````(@`````
+M````B0````````"*`````````(L`````````C`````````"-`````````(X`
+M````````CP````````#```````$`````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M``````````````````````````````````````"L:@``?&H```!K``"4:@``
+M!&L``'1J``"P:@``_________________________________________P``
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````&""@`!P at H``H(*``+""@`#@@H``@(*``)""@`#`@H``T
+M(*``/""@`$`AH`!$(:``:"&@`&PAH`!X(:``2"&@`$PAH`!P(:``="&@`'PA
+MH```````````````````````````````````````>#$"`!4````$````('.`
+M`````````````````.0P`@`&````!````"!S@``````````````````(*@$`
+M"@````0````@<X``````````````````&"H!``H````$````('.`````````
+M`````````'AE```5````!````"!S@``````````````````<?0$`%0````0`
+M```@<X``````````````````Z'T!`!4````$````('.`````````````````
+M`'0Q`@`&`````````$!S@``@<X``('.``+0 at H`!L(*```#```/^/__\`````
+M`````$!S@`!`<X``I""@`#@@H``!````^/___P``````````8'.``&!S@`"H
+M(*``/""@`!````#'____``````````"`<X``@'.``*P at H`!X(:``0`$``#_^
+M__\``````````*!S@`"@<X``L""@`'PAH```#```__'__P``````````````
+M`````````````````````0#_````````````````````````````````````
+M````````````````9#2``%S#@``8``````````$``````````````"PT@``4
+MPX``&``````````!``````````````#$:8``8-2``!@``````````0``````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M2$@\/````````````````````````````````$A(/#P`````````````````
+M``````````````!]>79Y;WEI>7UW=G=O=VEW?75V=6]U:75]<W9S;W-I<WUQ
+M=G%O<6EQ?6]V;V]O:6]];79M;VUI;7UK=FMO:VEK?6EV:6]I:6E]9W9G;V=I
+M9WUE=F5O96EE?6-V8V]C:6-]879A;V%I881%?45V16]%A$-]0W9#;T.$07U!
+M=D%O08HE at B5[)70EBB."(WLC=".*(8(A>R%T(8\%AP5_!7@%CP.'`W\#>`-]
+M>79Y;WEI>7UW=G=O=VEW?75V=6]U:75]<W9S;W-I<WUQ=G%O<6EQ?6]V;V]O
+M:6]];79M;VUI;7UK=FMO:VEK?6EV:6]I:6E]9W9G;V=I9WUE=F5O96EE?6-V
+M8V]C:6-]879A;V%I87E%<D5L169%>4-R0VQ#9D-Y07)!;$%F07HE<R5M)6<E
+M>B-S(VTC9R-Z(7,A;2%G(7T%=@5O!6D%?0-V`V\#:0-]>79Y;WEI>7UW=G=O
+M=VEW?75V=6]U:75]<W9S;W-I<WUQ=G%O<6EQ?6]V;V]O:6]];79M;VUI;7UK
+M=FMO:VEK?6EV:6]I:6E]9W9G;V=I9WUE=F5O96EE?6-V8V]C:6-]879A;V%I
+M879%;T5I16-%=D-O0VE#8T-V06]!:4%C074E;B5H)6(E="-N(V at C8B-T(6XA
+M:"%B(74%;@5H!6(%=`-N`V@#8 at .`>7EY<GEL>8!W>7=R=VQW@'5Y=7)U;'6`
+M<WES<G-L<X!Q>7%R<6QQ@&]Y;W)O;&^`;7EM<FUL;8!K>6MR:VQK@&EY:7)I
+M;&F`9WEG<F=L9X!E>65R96QE@&-Y8W)C;&.`87EA<F%L87]%>$5Q16M%?T-X
+M0W%#:T-_07A!<4%K080E?25V)6\EA"-](W8C;R.$(7TA=B%O(8<%?P5X!7(%
+MAP-_`W@#<@,``````````-#0NKFWM[BWN`````````#OOJW>[[ZMWN^^K=[O
+MOJW>``````````"`````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````/\```````````````````#__P``7#```'`P``"$
+M,```%#````PP```<,```B"\``(`O``#TZ0``/.8``#CG``"DYP``Q.8``"3G
+M``"$YP``:.H``!#Q``!D\0``-/(``*#R``#(\0``$/(``(SR```,YP``\.8`
+M`##F``!`Z@`````````````"`@7_`@,```(!`0$#`P#_`P$!`0,``@(#`@4&
+M```"_P````,```$#``$$!``#`P4``@4&`0$!_P$``@(!`P`%`0(%!@``````
+M`````````&PQ`@`&````!````"!S@`````````````````!\,0(`!0````0`
+M```@<X``,3<Z,S0Z,C(`````OL[.SL[.SLX(`,[.",X(``@$$!0N```0&!``
+M$`P````(`"(J,AH7$``*(#F10F-Z`#PX-#`L*"0@'!@4$`P(!``````"``0`
+M``````<)"0D`"00'!P```!T%&0`3`````@!^C"H``````@(`!`8$`!8='1T=
+M'1T='18='1T='0``````'1T='1T*"@H*"@H3$Q,3``(`!`0$!`0$````````
+M````"BJ/CS,_CX^/CX]YCU=E;E&(<4F/CX^/CS])%X]_`%@99BH`````!@@(
+M"`0("`@""`@(``````0&``8$!@8&!@8&!@8&!@8&!@(&!``````+!P,`.S<S
+M+RLG(Q\;%Q,/"P<#`#LW,R\K)R,?&Q<3#PL'`P``````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M`````````````````````@``````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````````````````````````````````````````````````
+M````````````````%PL*"04$`````0$"`0("`_\``0(#!`4&!P@)"@L,#?__
+M_________________________P[___\/____$/___Q'___\2____$____Q3_
+M__\5______________________________________________\6____%___
+M_QC___\9____&O___QO___\<____'?___Q[___\?____(/___R'_____(O__
+M_R/___\D____)?___R8``````````````````,BA`0#(1P$`8+$``+2-`0`H
+MB@$`!(X!``````````````````````#<H0$`1$@!`````````````````*"/
+M`0````````````````````````````````!PL````````)R*`0``````````
+M``````!`C@``````````````````K+$```````!TBP$`^)(!`,PP`@``````
+MG(X``````````````````-RQ`````````(P!`)R4`0#8,`(`````````````
+M````(*(!`/!)`0`,L@``[(T!`&2,`0#$E`$`````````````````````````
+M````````^+(``/2-`0`$C0$`8)4!````````````````````````````````
+M`/RR````````G(T!`("7`0```````@````(```#4A`$`&(<`````````````
+M```````````````````````````/`#\``@````\`/P`"````#P`_``(````/
+M`#\``@````\`/P`"(```JJJJJJJJJJJJJJKNJJJJJBC_`,RJJ@``JJH`S*JJ
+M````0`#``$``P`!0`/``4`#P````````````````````````````````````
+M````````````````````````````JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
+MJJJJJJJJJJH``````````````````````&QM;F]P<7)S='5V,'"$F0<````Z

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-src-head mailing list