From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 10:18:00 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DBA9128; Sun, 21 Dec 2014 10:18:00 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9D3C3F16; Sun, 21 Dec 2014 10:17:58 +0000 (UTC) Received: from [93.104.9.34] (helo=unixarea.DDR.dd) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1Y2daF-0005xf-9U; Sun, 21 Dec 2014 11:17:55 +0100 Received: from unixarea.DDR.dd (localhost [127.0.0.1]) by unixarea.DDR.dd (8.14.9/8.14.3) with ESMTP id sBLAHqt4002169; Sun, 21 Dec 2014 11:17:52 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by unixarea.DDR.dd (8.14.9/8.14.3/Submit) id sBLAHp1A002168; Sun, 21 Dec 2014 11:17:51 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: unixarea.DDR.dd: guru set sender to guru@unixarea.de using -f Date: Sun, 21 Dec 2014 11:17:51 +0100 From: Matthias Apitz To: Adrian Chadd Subject: Re: Issues with urtwn Message-ID: <20141221101751.GA2138@unixarea.DDR.dd> Reply-To: Matthias Apitz References: <20141103054633.GA3258@unixarea.DDR.dd> <20141103095530.GA42402@unixarea.DDR.dd> <20141123163811.GA5739@unixarea.DDR.dd> <20141219075339.GA1748@unixarea.DDR.dd> <20141220105506.GA3170@unixarea.DDR.dd> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.9.34 Cc: "freebsd-wireless@freebsd.org" , Nathan Whitehorn X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 10:18:00 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit El día Saturday, December 20, 2014 a las 11:41:43AM -0800, Adrian Chadd escribió: > It's a race condition in the scan handling. :( > > When scan is cancelled (eg because something cancels it, or the state > transitions to IDLE or something because the VAP resets) then it > should be setting a flag to cancel things and the VAP should come out > of powerstate. > > However, there seems to be some conditions where the scan is coming > out of that loop because it's been aborted/stopped, so it's not > complete - but then it stays in powersave mode because whatever's > supposed to either change it (eg a state change, a received becaon, > TIM coming in, etc) doesn't follow. So it stays in power save. > > The driver routines are called without the comlock held, so that's a > small, narrow window for some state change to come through that > doesn't trigger the scan code to see the scan is canceled and "finish" > the scan (which would reset the vap powersave state.) > > I've added another cancel check in scan_task(). Please update this and > see what happens! > Hi Adrian, It works fine now, see the attached log. Thanks and ¡Feliz Navidad! matthias -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen. --SUOF0GtieIMvvwua Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=messages Dec 21 10:15:41 unixarea kernel: ugen4.3: at usbus4 Dec 21 10:15:41 unixarea kernel: urtwn0: on usbus4 Dec 21 10:15:41 unixarea kernel: urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R Dec 21 10:15:41 unixarea kernel: wlan0: Ethernet address: 80:1f:02:ee:16:37 Dec 21 10:15:42 unixarea wpa_supplicant[929]: Successfully initialized wpa_supplicant Dec 21 10:15:46 unixarea wpa_supplicant[930]: wlan0: Trying to associate with 00:13:f7:0d:08:48 (SSID='tarara' freq=2442 MHz) Dec 21 10:15:46 unixarea wpa_supplicant[930]: wlan0: Associated with 00:13:f7:0d:08:48 Dec 21 10:15:46 unixarea kernel: wlan0: link state changed to UP Dec 21 10:15:46 unixarea dhclient[995]: send_packet: No buffer space available Dec 21 10:15:51 unixarea wpa_supplicant[930]: wlan0: WPA: Key negotiation completed with 00:13:f7:0d:08:48 [PTK=CCMP GTK=CCMP] Dec 21 10:15:51 unixarea wpa_supplicant[930]: wlan0: CTRL-EVENT-CONNECTED - Connection to 00:13:f7:0d:08:48 completed [id=1 id_str=] Dec 21 10:15:52 unixarea dhclient: New IP Address (wlan0): 192.168.2.101 Dec 21 10:15:52 unixarea dhclient: New Subnet Mask (wlan0): 255.255.255.0 Dec 21 10:15:52 unixarea dhclient: New Broadcast Address (wlan0): 192.168.2.255 Dec 21 10:15:52 unixarea dhclient: New Routers (wlan0): 192.168.2.1 Dec 21 10:16:33 unixarea ipmon[518]: missed 1 ipf log entries: 0 1 Dec 21 10:16:33 unixarea ipmon[518]: 10:16:33.246627 wlan0 @0:3 p 192.168.2.101 -> 193.149.48.8 PR icmp len 20 84 icmp echo/0 K-S OUT Dec 21 10:17:02 unixarea ipmon[518]: 10:17:02.758277 wlan0 @0:14 p 192.168.2.101,32308 -> 178.254.11.41,80 PR tcp len 20 60 -S K-S OUT ... Dec 21 10:20:43 unixarea ipmon[518]: 10:20:43.551190 wlan0 @0:14 p 192.168.2.101,17676 -> 178.254.11.41,80 PR tcp len 20 60 -S K-S OUT Dec 21 10:20:46 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 351546 duration 150 Dec 21 10:20:46 unixarea kernel: wlan0: scan_task: chan 7g -> 1g [active, dwell min 20ms max 150ms] Dec 21 10:20:46 unixarea kernel: wlan0: scan_task: stopped, [ticks 351715, dwell min 20 scanend 351698] Dec 21 10:20:46 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 351751 duration 150 Dec 21 10:20:46 unixarea kernel: wlan0: scan_task: chan 7g -> 6g [active, dwell min 20ms max 150ms] Dec 21 10:20:46 unixarea kernel: wlan0: scan_task: stopped, [ticks 351919, dwell min 20 scanend 351902] Dec 21 10:20:46 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 351956 duration 150 Dec 21 10:20:46 unixarea kernel: wlan0: scan_task: chan 7g -> 11g [active, dwell min 20ms max 150ms] Dec 21 10:20:46 unixarea kernel: wlan0: scan_task: stopped, [ticks 352124, dwell min 20 scanend 352107] Dec 21 10:20:46 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 352161 duration 150 Dec 21 10:20:46 unixarea kernel: wlan0: scan_task: chan 7g -> 7g [active, dwell min 20ms max 150ms] Dec 21 10:20:46 unixarea kernel: [00:13:f7:0d:08:48] new probe_resp on chan 7 (bss chan 7) "tarara" rssi 84 Dec 21 10:20:46 unixarea kernel: [00:13:f7:0d:08:48] caps 0x431 bintval 100 erp 0x100 country [NL 1-13,20] Dec 21 10:20:46 unixarea kernel: [00:13:f7:0d:08:48] new probe_resp on chan 7 (bss chan 7) "tarara" rssi 84 Dec 21 10:20:46 unixarea kernel: [00:13:f7:0d:08:48] caps 0x431 bintval 100 erp 0x100 country [NL 1-13,20] Dec 21 10:20:46 unixarea kernel: wlan0: ieee80211_cancel_anyscan: cancel active scan Dec 21 10:20:46 unixarea kernel: wlan0: scan_task: done, [ticks 352209, dwell min 20 scanend 352311] Dec 21 10:20:46 unixarea ipmon[518]: 10:20:46.951522 wlan0 @0:14 p 192.168.2.101,42327 -> 178.254.11.41,80 PR tcp len 20 60 -S K-S OUT Dec 21 10:20:47 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 352878 duration 150 Dec 21 10:20:47 unixarea kernel: wlan0: scan_task: chan 7g -> 2g [active, dwell min 20ms max 150ms] Dec 21 10:20:47 unixarea kernel: wlan0: scan_task: stopped, [ticks 353047, dwell min 20 scanend 353029] Dec 21 10:20:47 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 353083 duration 150 Dec 21 10:20:47 unixarea kernel: wlan0: scan_task: chan 7g -> 3g [active, dwell min 20ms max 150ms] Dec 21 10:20:47 unixarea kernel: wlan0: scan_task: stopped, [ticks 353241, dwell min 20 scanend 353233] Dec 21 10:20:48 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 353287 duration 150 Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: chan 7g -> 4g [active, dwell min 20ms max 150ms] Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: stopped, [ticks 353455, dwell min 20 scanend 353438] Dec 21 10:20:48 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 353492 duration 150 Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: chan 7g -> 5g [active, dwell min 20ms max 150ms] Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: stopped, [ticks 353661, dwell min 20 scanend 353642] Dec 21 10:20:48 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 353697 duration 150 Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: chan 7g -> 8g [active, dwell min 20ms max 150ms] Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: stopped, [ticks 353864, dwell min 20 scanend 353847] Dec 21 10:20:48 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 353902 duration 150 Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: chan 7g -> 9g [active, dwell min 20ms max 150ms] Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: stopped, [ticks 354070, dwell min 20 scanend 354052] Dec 21 10:20:48 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 354106 duration 150 Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: chan 7g -> 10g [active, dwell min 20ms max 150ms] Dec 21 10:20:48 unixarea kernel: wlan0: scan_task: done, [ticks 354270, dwell min 20 scanend 354257] Dec 21 10:20:48 unixarea kernel: wlan0: notify scan done Dec 21 10:20:50 unixarea ipmon[518]: 10:20:50.331178 wlan0 @0:14 p 192.168.2.101,64467 -> 178.254.11.41,80 PR tcp len 20 60 -S K-S OUT ... Dec 21 10:25:47 unixarea ipmon[518]: 10:25:47.638609 wlan0 @0:14 p 192.168.2.101,58518 -> 178.254.11.41,80 PR tcp len 20 60 -S K-S OUT Dec 21 10:25:49 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 654344 duration 150 Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: chan 7g -> 1g [active, dwell min 20ms max 150ms] Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: stopped, [ticks 654511, dwell min 20 scanend 654495] Dec 21 10:25:49 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 654548 duration 150 Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: chan 7g -> 6g [active, dwell min 20ms max 150ms] Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: stopped, [ticks 654716, dwell min 20 scanend 654699] Dec 21 10:25:49 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 654753 duration 150 Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: chan 7g -> 11g [active, dwell min 20ms max 150ms] Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: stopped, [ticks 654921, dwell min 20 scanend 654904] Dec 21 10:25:49 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 654958 duration 150 Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: chan 7g -> 7g [active, dwell min 20ms max 150ms] Dec 21 10:25:49 unixarea kernel: [00:13:f7:0d:08:48] new probe_resp on chan 7 (bss chan 7) "tarara" rssi 88 Dec 21 10:25:49 unixarea kernel: [00:13:f7:0d:08:48] caps 0x431 bintval 100 erp 0x100 country [NL 1-13,20] Dec 21 10:25:49 unixarea kernel: [00:13:f7:0d:08:48] new probe_resp on chan 7 (bss chan 7) "tarara" rssi 88 Dec 21 10:25:49 unixarea kernel: [00:13:f7:0d:08:48] caps 0x431 bintval 100 erp 0x100 country [NL 1-13,20] Dec 21 10:25:49 unixarea kernel: [00:13:f7:0d:08:48] new beacon on chan 7 (bss chan 7) "tarara" rssi 88 Dec 21 10:25:49 unixarea kernel: [00:13:f7:0d:08:48] caps 0x431 bintval 100 erp 0x100 country [NL 1-13,20] Dec 21 10:25:49 unixarea kernel: wlan0: ieee80211_add_scan: chan 7g min dwell met (655061 > 654983) Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: chan 7g -> 2g [active, dwell min 20ms max 47ms] Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: stopped, [ticks 655125, dwell min 20 scanend 655108] Dec 21 10:25:49 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 655163 duration 150 Dec 21 10:25:49 unixarea kernel: wlan0: scan_task: chan 7g -> 3g [active, dwell min 20ms max 150ms] Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: stopped, [ticks 655331, dwell min 20 scanend 655313] Dec 21 10:25:50 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 655368 duration 150 Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: chan 7g -> 4g [active, dwell min 20ms max 150ms] Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: stopped, [ticks 655536, dwell min 20 scanend 655518] Dec 21 10:25:50 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 655572 duration 150 Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: chan 7g -> 5g [active, dwell min 20ms max 150ms] Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: stopped, [ticks 655741, dwell min 20 scanend 655723] Dec 21 10:25:50 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 655777 duration 150 Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: chan 7g -> 8g [active, dwell min 20ms max 150ms] Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: stopped, [ticks 655937, dwell min 20 scanend 655928] Dec 21 10:25:50 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 655982 duration 150 Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: chan 7g -> 9g [active, dwell min 20ms max 150ms] Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: stopped, [ticks 656150, dwell min 20 scanend 656132] Dec 21 10:25:50 unixarea kernel: wlan0: ieee80211_bg_scan: active scan, ticks 656187 duration 150 Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: chan 7g -> 10g [active, dwell min 20ms max 150ms] Dec 21 10:25:50 unixarea kernel: wlan0: ieee80211_cancel_anyscan: cancel active scan Dec 21 10:25:50 unixarea kernel: wlan0: scan_task: done, [ticks 656311, dwell min 20 scanend 656337] Dec 21 10:25:50 unixarea kernel: wlan0: notify scan done Dec 21 10:25:51 unixarea ipmon[518]: 10:25:51.040279 wlan0 @0:14 p 192.168.2.101,38698 -> 178.254.11.41,80 PR tcp len 20 60 -S K-S OUT ... --SUOF0GtieIMvvwua-- From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 10:43:52 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 673FF3FA for ; Sun, 21 Dec 2014 10:43:52 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2359E21E1 for ; Sun, 21 Dec 2014 10:43:51 +0000 (UTC) Received: from [93.104.9.34] (helo=unixarea.DDR.dd) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1Y2dzJ-0003XR-W8; Sun, 21 Dec 2014 11:43:50 +0100 Received: from unixarea.DDR.dd (localhost [127.0.0.1]) by unixarea.DDR.dd (8.14.9/8.14.3) with ESMTP id sBLAhlIS002381; Sun, 21 Dec 2014 11:43:47 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by unixarea.DDR.dd (8.14.9/8.14.3/Submit) id sBLAhktN002380; Sun, 21 Dec 2014 11:43:46 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: unixarea.DDR.dd: guru set sender to guru@unixarea.de using -f Date: Sun, 21 Dec 2014 11:43:46 +0100 From: Matthias Apitz To: solarflow99 Subject: Re: BUG: run0 wifi driver Message-ID: <20141221104346.GA2307@unixarea.DDR.dd> Reply-To: Matthias Apitz References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.9.34 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 10:43:52 -0000 El día Saturday, December 20, 2014 a las 02:42:18PM -0800, solarflow99 escribió: > Since this seems to be a BSD problem, I just wanted to report this as a > possible bug and see if anyone else has a rt3072 driver working > successfully? It used to work as run0 interface , but recently it doesn't > work at all with the latest snapshots. Here are the details: > > https://forum.pfsense.org/index.php?topic=84481.0 There are no details in this thread. Enable debugging with 'wlandebug +...' and check /var/log/messages for the results. HIH matthias -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen. From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 16:07:30 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8F8A4EA; Sun, 21 Dec 2014 16:07:30 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 676D52CDE; Sun, 21 Dec 2014 16:07:30 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id r20so5947490wiv.14; Sun, 21 Dec 2014 08:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=4vm78U3y+38v1jqbTQ4jjXis/X4pBscfODKsGERNIVU=; b=LvZuIVOMOh/VRsqYR5PRa1R2QBGaVm+sHJlkv20BQckxeu8D6zzkHTD8ZFdxl5/xs9 qqVrAt3mxFO4lqdBZunvoNhVSQjk24ATT48KqtH7hUVT/FbTNph//WAjQ8fbXo52xuaU Hrpxxz9NrPokObQH8jxS40odtwDtwn7RlOrLMc8/BEX5ksDW6BWqhV0hFXbkV0kLI77h acF+8wnyiBERX5c7KbnMKksVmvobYkWRjSNqno1/IvDJJ/xo8t8k0mjhg/MD+dHMM9hH SC6BTtPDpqogH5LqFcSpPZ3clUcF2HdBwT/RIiHLcAyVSQ89WkPUT0U62X4m2tHtu9Zg WcDA== MIME-Version: 1.0 X-Received: by 10.194.24.103 with SMTP id t7mr33863788wjf.15.1419178048855; Sun, 21 Dec 2014 08:07:28 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Sun, 21 Dec 2014 08:07:28 -0800 (PST) In-Reply-To: <20141221101751.GA2138@unixarea.DDR.dd> References: <20141103054633.GA3258@unixarea.DDR.dd> <20141103095530.GA42402@unixarea.DDR.dd> <20141123163811.GA5739@unixarea.DDR.dd> <20141219075339.GA1748@unixarea.DDR.dd> <20141220105506.GA3170@unixarea.DDR.dd> <20141221101751.GA2138@unixarea.DDR.dd> Date: Sun, 21 Dec 2014 08:07:28 -0800 X-Google-Sender-Auth: uip56S0fOkJNQANKvtachwQO4_o Message-ID: Subject: Re: Issues with urtwn From: Adrian Chadd To: Matthias Apitz Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-wireless@freebsd.org" , Nathan Whitehorn X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 16:07:31 -0000 Sweet, which version of -HEAD did you end up updating to? -adrian On 21 December 2014 at 02:17, Matthias Apitz wrote: > El d=C3=ADa Saturday, December 20, 2014 a las 11:41:43AM -0800, Adrian Ch= add escribi=C3=B3: > >> It's a race condition in the scan handling. :( >> >> When scan is cancelled (eg because something cancels it, or the state >> transitions to IDLE or something because the VAP resets) then it >> should be setting a flag to cancel things and the VAP should come out >> of powerstate. >> >> However, there seems to be some conditions where the scan is coming >> out of that loop because it's been aborted/stopped, so it's not >> complete - but then it stays in powersave mode because whatever's >> supposed to either change it (eg a state change, a received becaon, >> TIM coming in, etc) doesn't follow. So it stays in power save. >> >> The driver routines are called without the comlock held, so that's a >> small, narrow window for some state change to come through that >> doesn't trigger the scan code to see the scan is canceled and "finish" >> the scan (which would reset the vap powersave state.) >> >> I've added another cancel check in scan_task(). Please update this and >> see what happens! >> > > Hi Adrian, > > It works fine now, see the attached log. > > Thanks and =C2=A1Feliz Navidad! > > matthias > > > -- > Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 > 1989-2014: The Wall was torn down so that we go to war together again. > El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. > Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg zie= hen. From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 16:40:15 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D2BB602; Sun, 21 Dec 2014 16:40:15 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02A9F30AE; Sun, 21 Dec 2014 16:40:14 +0000 (UTC) Received: from [93.104.9.34] (helo=unixarea.DDR.dd) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1Y2jY5-0007UO-M5; Sun, 21 Dec 2014 17:40:05 +0100 Received: from unixarea.DDR.dd (localhost [127.0.0.1]) by unixarea.DDR.dd (8.14.9/8.14.3) with ESMTP id sBLGe23D004632; Sun, 21 Dec 2014 17:40:03 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by unixarea.DDR.dd (8.14.9/8.14.3/Submit) id sBLGe1dh004631; Sun, 21 Dec 2014 17:40:01 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: unixarea.DDR.dd: guru set sender to guru@unixarea.de using -f Date: Sun, 21 Dec 2014 17:40:01 +0100 From: Matthias Apitz To: Adrian Chadd Subject: Re: Issues with urtwn Message-ID: <20141221164001.GA4588@unixarea.DDR.dd> Reply-To: Matthias Apitz References: <20141103095530.GA42402@unixarea.DDR.dd> <20141123163811.GA5739@unixarea.DDR.dd> <20141219075339.GA1748@unixarea.DDR.dd> <20141220105506.GA3170@unixarea.DDR.dd> <20141221101751.GA2138@unixarea.DDR.dd> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.9.34 Cc: "freebsd-wireless@freebsd.org" , Nathan Whitehorn X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 16:40:15 -0000 El día Sunday, December 21, 2014 a las 08:07:28AM -0800, Adrian Chadd escribió: > Sweet, which version of -HEAD did you end up updating to? I'm running HEAD r269739 (from August this year) and updated only src/sys/net80211/ieee80211_scan.c yesterday night to: r275964 | adrian | 2014-12-20 20:41:31 +0100 (sáb 20 de dic de 2014) | 11 líneas Document where in scan_task the scan state can change, and potentially deal/log a warning if the scan flags change during one of those race windows. ... Thanks matthias -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen. From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 16:46:38 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1760C921; Sun, 21 Dec 2014 16:46:38 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9565F31CC; Sun, 21 Dec 2014 16:46:37 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id b13so5022678wgh.4; Sun, 21 Dec 2014 08:46:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=5V03vzXHORz3P61UakV7OtgLOTckzVMMDSWsWZYICZo=; b=YF4M0qjXqtC3m6jSZMZvIunK8zriy+hiSVOsX6QsEPIXkRmY7rWc0z0nvhH1DwiRW1 mJGU70tE3MfKLZikElIuUjaZlmWjMhwldoy11fc3NE8ASsTIxcQ7wgTTjk5xZVUJC14N voo3fcGQ+O9e/VsrE7xUIWgc/3hUCzGCzs5opNtCSryp9cQIYlWt47Hz/9OBZeo+N4Ic BvQrUp7hHg+gFkUs2XZ7vFsHyn8i7TFXWbcJztNi0JT0CBmONWI/7VQPnup7CLdUl3b3 RUx5lGfyznZxffpVucnJ9cf47U/tbjpx14PA9LZ9bORKTj4pZvYmE79hhgBNW4ZZnAHq GVGw== MIME-Version: 1.0 X-Received: by 10.181.13.242 with SMTP id fb18mr24063148wid.1.1419180395994; Sun, 21 Dec 2014 08:46:35 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Sun, 21 Dec 2014 08:46:35 -0800 (PST) In-Reply-To: <20141221164001.GA4588@unixarea.DDR.dd> References: <20141103095530.GA42402@unixarea.DDR.dd> <20141123163811.GA5739@unixarea.DDR.dd> <20141219075339.GA1748@unixarea.DDR.dd> <20141220105506.GA3170@unixarea.DDR.dd> <20141221101751.GA2138@unixarea.DDR.dd> <20141221164001.GA4588@unixarea.DDR.dd> Date: Sun, 21 Dec 2014 08:46:35 -0800 X-Google-Sender-Auth: zhBBXbFWvt6fffPD6jJHusPPFyQ Message-ID: Subject: Re: Issues with urtwn From: Adrian Chadd To: Matthias Apitz Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-wireless@freebsd.org" , Nathan Whitehorn X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 16:46:38 -0000 Ok. You should also update iee80211_sta.c and ieee80211_power.c. I fixed some issues there too relating to this. -adrian On 21 December 2014 at 08:40, Matthias Apitz wrote: > El d=C3=ADa Sunday, December 21, 2014 a las 08:07:28AM -0800, Adrian Chad= d escribi=C3=B3: > >> Sweet, which version of -HEAD did you end up updating to? > > I'm running HEAD r269739 (from August this year) and updated only > src/sys/net80211/ieee80211_scan.c yesterday night to: > > r275964 | adrian | 2014-12-20 20:41:31 +0100 (s=C3=A1b 20 de dic de 2014)= | 11 l=C3=ADneas > > Document where in scan_task the scan state can change, and potentially > deal/log a warning if the scan flags change during one of those race > windows. > ... > > Thanks > > matthias > > -- > Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 > 1989-2014: The Wall was torn down so that we go to war together again. > El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. > Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg zie= hen. From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 17:26:40 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 757749F6; Sun, 21 Dec 2014 17:26:40 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29B733C70; Sun, 21 Dec 2014 17:26:39 +0000 (UTC) Received: from [93.104.9.34] (helo=unixarea.DDR.dd) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1Y2kH6-0005NP-Jf; Sun, 21 Dec 2014 18:26:36 +0100 Received: from unixarea.DDR.dd (localhost [127.0.0.1]) by unixarea.DDR.dd (8.14.9/8.14.3) with ESMTP id sBLHQYjG017673; Sun, 21 Dec 2014 18:26:34 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by unixarea.DDR.dd (8.14.9/8.14.3/Submit) id sBLHQXEA017672; Sun, 21 Dec 2014 18:26:33 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: unixarea.DDR.dd: guru set sender to guru@unixarea.de using -f Date: Sun, 21 Dec 2014 18:26:32 +0100 From: Matthias Apitz To: Adrian Chadd Subject: Re: Issues with urtwn Message-ID: <20141221172632.GA17642@unixarea.DDR.dd> Reply-To: Matthias Apitz References: <20141123163811.GA5739@unixarea.DDR.dd> <20141219075339.GA1748@unixarea.DDR.dd> <20141220105506.GA3170@unixarea.DDR.dd> <20141221101751.GA2138@unixarea.DDR.dd> <20141221164001.GA4588@unixarea.DDR.dd> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.9.34 Cc: "freebsd-wireless@freebsd.org" , Nathan Whitehorn X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 17:26:40 -0000 El día Sunday, December 21, 2014 a las 08:46:35AM -0800, Adrian Chadd escribió: > Ok. You should also update iee80211_sta.c and ieee80211_power.c. I > fixed some issues there too relating to this. If I do so it gives: /usr/src/sys/net80211/ieee80211_sta.c:941:2: error: implicit declaration of function 'if_inc_counter' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if_inc_counter(ifp, IFCOUNTER_IERRORS, 1); ^ /usr/src/sys/net80211/ieee80211_sta.c:941:22: error: use of undeclared identifier 'IFCOUNTER_IERRORS' Perhaps some header file must be updated too. We can let it as it is for now because I will completely update to head in the next days. Thanks matthias -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen. From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 19:15:18 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8ACD05DE for ; Sun, 21 Dec 2014 19:15:18 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 442D632E3 for ; Sun, 21 Dec 2014 19:15:17 +0000 (UTC) Received: from [89.204.135.219] (helo=unixarea.DDR.dd) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1Y2lyD-0005SV-Ky; Sun, 21 Dec 2014 20:15:14 +0100 Received: from unixarea.DDR.dd (localhost [127.0.0.1]) by unixarea.DDR.dd (8.14.9/8.14.3) with ESMTP id sBLJF4KH001701; Sun, 21 Dec 2014 20:15:05 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by unixarea.DDR.dd (8.14.9/8.14.3/Submit) id sBLJF24M001700; Sun, 21 Dec 2014 20:15:02 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: unixarea.DDR.dd: guru set sender to guru@unixarea.de using -f Date: Sun, 21 Dec 2014 20:15:01 +0100 From: Matthias Apitz To: solarflow99 Subject: Re: BUG: run0 wifi driver Message-ID: <20141221191501.GA1636@unixarea.DDR.dd> Reply-To: Matthias Apitz References: <20141221104346.GA2307@unixarea.DDR.dd> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.135.219 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 19:15:18 -0000 El día Sunday, December 21, 2014 a las 10:18:11AM -0800, solarflow99 escribió: > I can't get any debug info because it just hangs at boot up, or endlessly > reboots (+Cc: freebsd-wireless, please keep it Cc'ed to get more/better help) Is this an USB Wifi dongle? If so, you plug it in later after boot. If not, you could compile a kernel enabling debugging and could boot with verbose messages matthias > On Dec 21, 2014 2:43 AM, "Matthias Apitz" wrote: > > > El día Saturday, December 20, 2014 a las 02:42:18PM -0800, solarflow99 > > escribió: > > > > > Since this seems to be a BSD problem, I just wanted to report this as a > > > possible bug and see if anyone else has a rt3072 driver working > > > successfully? It used to work as run0 interface , but recently it doesn't > > > work at all with the latest snapshots. Here are the details: > > > > > > https://forum.pfsense.org/index.php?topic=84481.0 > > > > There are no details in this thread. Enable debugging with 'wlandebug +...' > > and check /var/log/messages for the results. > > > > HIH > > > > matthias > > -- > > Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 > > 1989-2014: The Wall was torn down so that we go to war together again. > > El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. > > Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg > > ziehen. > > -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen. From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 21:00:07 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 950DC58C for ; Sun, 21 Dec 2014 21:00:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83B102D7D for ; Sun, 21 Dec 2014 21:00:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBLL07xV069702 for ; Sun, 21 Dec 2014 21:00:07 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201412212100.sBLL07xV069702@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-wireless@FreeBSD.org Subject: Problem reports for freebsd-wireless@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 21 Dec 2014 21:00:07 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 21:00:07 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 154598 | [ath] Atheros 5424/2424 can't connect to WPA netw Open | 163312 | [panic] [ath] kernel panic: page fault with ath0 Open | 166190 | [ath] TX hangs and frames stuck in TX queue Open | 166357 | [ath] 802.11n TX stall when the first frame in th Open | 166642 | [ieee80211] [patch] in 802.11n mode for FreeBSD A Open | 169362 | [ath] AR5416: radar pulse PHY errors sometimes in 6 problems total for which you should take action. From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 21:04:13 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8113E854 for ; Sun, 21 Dec 2014 21:04:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E3802EE1 for ; Sun, 21 Dec 2014 21:04:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBLL4DQA006250 for ; Sun, 21 Dec 2014 21:04:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 193826] iwn does not scan channels Date: Sun, 21 Dec 2014 21:04:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: henry.hu.sh@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 21:04:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193826 --- Comment #1 from Henry Hu --- I just discovered that when wlan0 is connected and working normally, the empty scan is also going on: Dec 21 15:59:54 pepsi kernel: wlan0: ieee80211_scanreq: flags 0x20052 duration 0x7fffffff mindwell 0 maxdwell 0 nssid 1 Dec 21 15:59:54 pepsi kernel: wlan0: ieee80211_check_scan: active scan, append, nojoin, once Dec 21 15:59:54 pepsi kernel: wlan0: start_scan_locked: active scan, duration 2147483647 mindwell 0 maxdwell 0, desired mode 11ng, append, nojoin, once Dec 21 15:59:54 pepsi kernel: wlan0: scan set dwell min 20ms max 200ms Dec 21 15:59:54 pepsi kernel: wlan0: scan_task: no channels to scan Dec 21 15:59:54 pepsi kernel: wlan0: notify scan done Even if I disabled bgscan, it's still running. wlan0: flags=8843 metric 0 mtu 1500 ether c4:85:08:82:da:5c inet 192.168.1.110 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=29 media: IEEE 802.11 Wireless Ethernet MCS mode 11ng status: associated ssid henryhu channel 11 (2462 MHz 11g ht/20) bssid 10:fe:ed:50:0b:b8 country US authmode WPA1+WPA2/802.11i privacy ON deftxkey UNDEF TKIP 2:128-bit TKIP 3:128-bit powersavemode CAM powersavesleep 100 txpower 11 bmiss 10 scanvalid 60 protmode CTS ht20 ampdulimit 64k ampdudensity 8 -amsdutx amsdurx shortgi wme roaming MANUAL groups: wlan uname -a: FreeBSD pepsi 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r275568M: Sat Dec 6 15:54:52 EST 2014 root@pepsi:/usr/obj/usr/src/sys/MYKERNEL amd64 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 21 22:58:31 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B56206DE for ; Sun, 21 Dec 2014 22:58:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CBC42A95 for ; Sun, 21 Dec 2014 22:58:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBLMwVfC076594 for ; Sun, 21 Dec 2014 22:58:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 193826] iwn does not scan channels Date: Sun, 21 Dec 2014 22:58:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 22:58:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193826 Adrian Chadd changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adrian@freebsd.org --- Comment #2 from Adrian Chadd --- Hi! I just fixed it in -HEAD. Please update and give it a whirl! Thanks! -adrian -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 02:39:58 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28CBDC11 for ; Mon, 22 Dec 2014 02:39:58 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9520B392A for ; Mon, 22 Dec 2014 02:39:57 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id h11so6669300wiw.3 for ; Sun, 21 Dec 2014 18:39:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=3CwoYMj8bx8rwa7otqThl4sJDm9s7CzUNm7liEy50rA=; b=E8GHU3DlZNk5r8NOOCHhXZ7aYoXUe+lPjVGpSY/EF/uaRkswrcyZs/2uhWO/GBZPb3 oHMlNKBljkiMOc8vGYsRS4W56EYc1Xo6fLQYWIOITaxtpN7deNxW0a505jhYefArgBhh BwvaQuQoABxgzhH26iO/6u+ftFGaqnnaFAPGec3IXj+izN/BN//Z0z9EcBsg34TtNyBD i12534WtmRSeD3iKrppcGhF3udzfa6IHB88LHom92Mh2JQ/5rbDjBaRGJRz5QvZrck83 blzPs2S0I8wMPHhZeDZtrz8GAGWhASCazNeFpLyeCEJSvwgBmgoUSPrWWtgXWGnouMvc Ti1Q== MIME-Version: 1.0 X-Received: by 10.194.24.103 with SMTP id t7mr37308806wjf.15.1419215995165; Sun, 21 Dec 2014 18:39:55 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Sun, 21 Dec 2014 18:39:55 -0800 (PST) In-Reply-To: <1156584761.958533.1418932395342.JavaMail.yahoo@jws10611.mail.bf1.yahoo.com> References: <1156584761.958533.1418932395342.JavaMail.yahoo@jws10611.mail.bf1.yahoo.com> Date: Sun, 21 Dec 2014 18:39:55 -0800 X-Google-Sender-Auth: BA8elcPB7_vgukSpOgK6PHUTVQM Message-ID: Subject: Re: Atheros AR9565 detected, not working From: Adrian Chadd To: Anthony Jenkins Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 02:39:58 -0000 Hi! ok, how'd you build things? a module, or in the kernel? You need to (a) build it using 'make buildkernel / make installkernel' and (b) ensure ATH_ENABLE_11N is in your kernel configuration. The GPIO bits are a bit odd - let me check the other chipset drivers. Can you compile the tools in src/tools/tools/ath/ - then run this: ath_prom_dump -i ath0 -d /tmp/ath.dump ath_ee_9300_print /tmp/ath.dump > /tmp/ath.txt then email the contents of ath.txt . It'll include the GPIO pin id. Thanks! -adrian On 18 December 2014 at 11:53, Anthony Jenkins wrote: > The attached patch seems to get my rfkill GPIO working. It seems ar9300_= enable_rf_kill() is never called. I added a call to it after ath_hal_enabl= e_rfkill(), but this is probably not the right place (I see it called sever= al times while the interface is up). > > I also found several spots in the GPIO handling code which give up if the= GPIO pin is 8, 9, 11 or greater than 13; my rfkill GPIO pin is 11 (0x0B). = I commented these out: > > > if ((gpio =3D=3D AR9382_GPIO_PIN_8_RESERVED) || > (gpio =3D=3D AR9382_GPIO_PIN_11_RESERVED) || > (gpio =3D=3D AR9382_GPIO_9_INPUT_ONLY)) > { > return AH_FALSE; > } > > > > if ((gpio =3D=3D AR9382_GPIO_PIN_8_RESERVED) || > (gpio =3D=3D AR9382_GPIO_PIN_11_RESERVED) || > (gpio > AR9382_MAX_GPIO_INPUT_PIN_NUM)) > { > return; > } > > > Haven't narrowed down which is responsible for me being able to send this= email using my AR9565. Also I'm getting flooded with these messages since= moving ath & wlan out of the kernel...my patch broke something, no? > > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D1, nbufs=3D128? > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D1, nbufs=3D128? > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? > > > Anthony > ________________________________ > From: Adrian Chadd > To: Anthony Jenkins > Cc: "freebsd-wireless@freebsd.org" > Sent: Monday, July 29, 2013 10:44 AM > Subject: Re: Atheros AR9565 detected, not working > > > Cool, thanks. > > Please make sure you post patches for all the things you fix. I'd love > to see this kind of thing work out of the box. :) > > > -adrian > > On 29 July 2013 07:36, Anthony Jenkins wrote: >> Thanks Adrian, >> >> I've managed to fix a few things on this laptop, the remaining stuff is >> BIOS/ACPI related. acpi_hp(4) isn't working, has something to do with W= MI. >> Hoping if I fix the ACPI stuff I can > have me AR9565 working. I'll poke >> around and report back; the RFKill suggestion is a good place to start >> looking. >> >> Thanks, >> Anthony >> >> >> On 07/29/13 10:30, Adrian Chadd wrote: >>> >>> Hm, maybe rfkill is set? >>> >>> The AR9565 is supported. I have the reference NICs from Atheros; they >>> work just fine. >>> >>> It may be some kind of ACPI setting to enable/disable RFKill so the >>> radio side is actually enabled. >>> >>> I'm sorry, I don't have much more than that to offer without having >>> the laptop here. >>> >>> If someone's willing to send me one, I'll get 10 + wireless working on >>> it and then hand it over to ixsystems to join the 'stuff we really >>> should get pcbsd running smoothly on' pile. They're about $500 off of >>> > amazon.com. >>> >>> Thanks, >>> >>> >>> >>> -adrian >>> >>> On 29 July 2013 07:21, Anthony Jenkins wrote: >>>> >>>> I just got an HP ENVY Sleekbook 6z-1100 laptop hoping it came with a >>>> FreeBSD-supported wireless NIC. It has an Atheros AR9565 and looking = at >>>> the >>>> logs it _seems_ like it should be working, but I get no network traffi= c. >>>> I >>>> haven't started the Atheros debugging procedure yet, save to compile i= n >>>> option AH_DEBUG and move ath(4) out of the kernel & to a module to >>>> facilitate changes. Works (of course) in Win8 which came with laptop. >>>> Wireless enabled LED is amber (disabled) in FreeBSD, goes from amber > to >>>> white (enabled) when I boot the Win8 HDD. >>>> >>>> Here's various logs and misc. system info. What should I try next? >>>> Thanks >>>> in advance! >>>> >>>> [root@laptop /usr/src]# uname -a n >>>> FreeBSD laptop.qtchat.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Ju= l >>>> 27 >>>> 23:45:30 EDT 2013 root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL >>>> amd64 >>>> >>>> [root@laptop /usr/src]# dmesg >>>> Copyright (c) 1992-2013 The FreeBSD Project. >>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 19= 94 >>>> The Regents > of the University of California. All rights reserved. >>>> FreeBSD is a registered trademark of The FreeBSD Foundation. >>>> FreeBSD 10.0-CURRENT #0: Sat Jul 27 23:45:30 EDT 2013 >>>> root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL amd64 >>>> FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 >>>> module_register: module pci/xhci already exists! >>>> Module pci/xhci failed to register: 17 >>>> CPU: AMD A10-4655M APU with Radeon(tm) HD Graphics (1996.31-MHz >>>> K8-class >>>> CPU) >>>> Origin =3D "AuthenticAMD" Id =3D 0x610f01 Family =3D 0x15 Model = =3D 0x10 >>>> Stepping =3D 1 >>>> >>>> > Features=3D0x178bfbff >>>> >>>> Features2=3D0x3e98320b >>>> AMD Features=3D0x2e500800 >>>> AMD >>>> >>>> Features2=3D0x1abbfff,NodeId,TBM,,> >>>> Standard Extended Features=3D0x8 >>>> TSC: P-state invariant, performance statistics >>>> real memory =3D 17179869184 (16384 MB) >>>> avail memory =3D 15463530496 (14747 MB) >>>> Event timer "LAPIC" quality 400 >>>> ACPI APIC Table: > >>>> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >>>> FreeBSD/SMP: 1 package(s) x 4 core(s) >>>> cpu0 (BSP): APIC ID: 16 >>>> cpu1 (AP): APIC ID: 17 >>>> cpu2 (AP): APIC ID: 18 >>>> cpu3 (AP): APIC ID: 19 >>>> ioapic0: Changing APIC ID to 4 >>>> ioapic0 irqs 0-23 on motherboard >>>> kbd1 at kbdmux0 >>>> acpi0: on motherboard >>>> acpi0: Power Button (fixed) >>>> cpu0: on acpi0 >>>> cpu1: on acpi0 >>>> cpu2: on acpi0 >>>> cpu3: on acpi0 >>>> hpet0: iomem 0xfed00000-0xfed003ff irq 0,= 8 >>>> on >>>> acpi0 >>>> Timecounter "HPET" frequency 14318180 Hz quality > 950 >>>> atrtc0: port 0x70-0x71 on acpi0 >>>> Event timer "RTC" frequency 32768 Hz quality 0 >>>> attimer0: port 0x40-0x43 on acpi0 >>>> Timecounter "i8254" frequency 1193182 Hz quality 0 >>>> Event timer "i8254" frequency 1193182 Hz quality 100 >>>> Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 >>>> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 >>>> acpi_ec0: port 0x62,0x66 iomem >>>> 0xff000000-0xff000fff on acpi0 >>>> acpi_button0: on acpi0 >>>> pcib0: port 0xcf8-0xcff on acpi0 >>>> pci0: on pcib0 >>>> vgapci0: port 0x3000-0x30ff mem >>>> 0xe0000000-0xefffffff,0xf0300000-0xf033ffff > irq 17 at device 1.0 on pci0 >>>> acpi_video0: on vgapci0 >>>> hdac0: mem 0xf0344000-0xf0347fff irq 18 = at >>>> device 1.1 on pci0 >>>> hdac0: hdac_get_capabilities: Invalid corb size (0); assuming 256. >>>> hdac0: hdac_get_capabilities: Invalid rirb size (0); assuming 256. >>>> pcib1: at device 4.0 on pci0 >>>> pci1: on pcib1 >>>> pci1: at device 0.0 (no driver attached) >>>> re0: port >>>> 0x2000-0x20ff mem 0xf0004000-0xf0004fff,0xf0000000-0xf0003fff irq 16 a= t >>>> device 0.2 on pci1 >>>> re0: Using 1 MSI-X message >>>> re0: turning off MSI enable bit. >>>> re0: ASPM disabled >>>> re0: Chip rev. > 0x48800000 >>>> re0: MAC rev. 0x00000000 >>>> miibus0: on re0 >>>> rgephy0: PHY 1 on >>>> miibus0 >>>> rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, >>>> 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master= , >>>> 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow >>>> re0: Ethernet address: 6c:3b:e5:81:21:f0 >>>> pcib2: at device 5.0 on pci0 >>>> pci2: on pcib2 >>>> ath0: mem 0xf0100000-0xf017ffff irq 17 at >>>> device >>>> 0.0 on pci2 >>>> ar9300_set_stub_functions: setting stub functions >>>> ar9300_set_stub_functions: setting stub functions >>>> ar9300_attach: calling > ar9300_hw_attach >>>> ar9300_hw_attach: calling ar9300_eeprom_attach >>>> ar9300_flash_map: unimplemented for now >>>> Restoring Cal data from DRAM >>>> Restoring Cal data from EEPROM >>>> Restoring Cal data from Flash >>>> Restoring Cal data from Flash >>>> Restoring Cal data from OTP >>>> ar9300_hw_attach: ar9300_eeprom_attach returned 0 >>>> ar9300_fill_capability_info: (MCI) MCI support =3D 1 >>>> ath0: RX status length: 48 >>>> ath0: RX buffer size: 4096 >>>> ath0: TX descriptor length: 128 >>>> ath0: TX status length: 36 >>>> ath0: TX buffers per descriptor: 4 >>>> ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0 >>>> ath0: ath_edma_setup_rxfifo: type=3D0, FIFO depth =3D 16 entries >>>> ath0: ath_edma_setup_rxfifo: type=3D1, FIFO depth =3D 128 > entries >>>> ath0: [HT] enabling HT modes >>>> ath0: [HT] enabling short-GI in 20MHz mode >>>> ath0: [HT] 1 stream STBC receive enabled >>>> ath0: [HT] 1 RX streams; 1 TX streams >>>> ath0: AR9565 mac 704.0 RF5110 phy 526.12 >>>> ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 >>>> xhci0: mem 0xf0348000-0xf0349fff i= rq >>>> 18 >>>> at device 16.0 on pci0 >>>> usbus0: waiting for BIOS to give up control >>>> xhci0: 32 byte context size. >>>> usbus0 on xhci0 >>>> ahci0: port >>>> 0x3118-0x311f,0x3124-0x3127,0x3110-0x3117,0x3120-0x3123,0x3100-0x310f = mem >>>> 0xf034e000-0xf034e7ff irq 19 at device 17.0 on pci0 >>>> ahci0: AHCI v1.30 with 1 6Gbps ports, Port Multiplier supported >>>> ahcich0: > at channel 0 on ahci0 >>>> ohci0: mem 0xf034d000-0xf034dfff irq 1= 8 >>>> at >>>> device 18.0 on pci0 >>>> usbus1 on ohci0 >>>> ehci0: mem 0xf034c000-0xf034c0ff i= rq >>>> 17 >>>> at device 18.2 on pci0 >>>> usbus2: EHCI version 1.0 >>>> usbus2 on ehci0 >>>> ohci1: mem 0xf034b000-0xf034bfff irq 1= 8 >>>> at >>>> device 19.0 on pci0 >>>> usbus3 on ohci1 >>>> ehci1: mem 0xf034a000-0xf034a0ff i= rq >>>> 17 >>>> at device 19.2 on pci0 >>>> usbus4: EHCI version 1.0 >>>> usbus4 on ehci1 >>>> pci0: at device 20.0 (no driver attached) >>>> hdac1: > mem 0xf0340000-0xf0343fff >>>> irq >>>> 16 at device 20.2 on pci0 >>>> isab0: at device 20.3 on pci0 >>>> isa0: on isab0 >>>> pcib3: at device 20.4 on pci0 >>>> pci3: on pcib3 >>>> acpi_lid0: on acpi0 >>>> acpi_tz0: on acpi0 >>>> acpi_tz0: _CRT value is absurd, ignored (226.8C) >>>> atkbdc0: port 0x60,0x64 irq 1 on acpi0 >>>> atkbd0: irq 1 on atkbdc0 >>>> kbd0 at atkbd0 >>>> atkbd0: [GIANT-LOCKED] >>>> psm0: irq 12 on atkbdc0 >>>> psm0: [GIANT-LOCKED] >>>> psm0: model Synaptics Touchpad, device ID 0 >>>> > battery0: on acpi0 >>>> acpi_acad0: on acpi0 >>>> sc0: at flags 0x100 on isa0 >>>> sc0: VGA <16 virtual consoles, flags=3D0x300> >>>> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on i= sa0 >>>> ctl: CAM Target Layer loaded >>>> acpi_throttle0: on cpu0 >>>> acpi_throttle1: on cpu1 >>>> acpi_throttle1: failed to attach P_CNT >>>> device_attach: acpi_throttle1 attach returned 6 >>>> acpi_throttle2: on cpu2 >>>> acpi_throttle2: failed to attach P_CNT >>>> device_attach: acpi_throttle2 attach returned 6 >>>> acpi_throttle3: on cpu3 >>>> acpi_throttle3: failed to attach P_CNT >>>> > device_attach: acpi_throttle3 attach returned 6 >>>> ZFS filesystem version: 5 >>>> ZFS storage pool version: features support (5000) >>>> Timecounters tick every 1.000 msec >>>> hdacc0: at cad 0 on hdac0 >>>> hdaa0: at nid 1 on hdacc0 >>>> pcm0: at nid 3 on hdaa0 >>>> hdacc1: at cad 0 on hdac1 >>>> hdaa1: at nid 1 on hdacc1 >>>> pcm1: at nid 13,11 and 12 on hdaa1 >>>> pcm2: at nid 17 on hdaa1 >>>> usbus0: 5.0Gbps Super Speed USB v3.0 >>>> usbus1: 12Mbps Full Speed USB v1.0 >>>> usbus2: 480Mbps High Speed USB v2.0 >>>> usbus3: 12Mbps Full Speed USB > v1.0 >>>> usbus4: 480Mbps High Speed USB v2.0 >>>> ugen3.1: at usbus3 >>>> uhub0: on usbus3 >>>> ugen2.1: at usbus2 >>>> uhub1: on usbus2 >>>> ugen1.1: at usbus1 >>>> uhub2: on usbus1 >>>> ugen0.1: <0x1022> at usbus0 >>>> uhub3: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usb= us0 >>>> ugen4.1: at usbus4 >>>> uhub4: on usbus4 >>>> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >>>> ada0: ATA-9 SATA 3.x device >>>> ada0: 600.000MB/s transfers (SATA 3.x, > UDMA6, PIO 8192bytes) >>>> ada0: Command Queueing enabled >>>> ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C) >>>> ada0: Previously was known as ad4 >>>> SMP: AP CPU #3 Launched! >>>> SMP: AP CPU #1 Launched! >>>> SMP: AP CPU #2 Launched! >>>> Timecounter "TSC" frequency 1996309068 Hz quality 1000 >>>> Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0 >>>> uhub0: 5 ports with 5 removable, self powered >>>> uhub2: 5 ports with 5 removable, self powered >>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>> [SystemCMOS] >>>> (20130626/evregion-178) >>>> ACPI Error: Region SystemCMOS (ID=3D5) has no handler >>>> (20130626/exfldio-320) >>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>> 0xfffffe0026adac40), > AE_NOT_EXIST (20130626/psparse-553) >>>> ACPI Error: Method parse/execution failed [\134_SB_.PCI0.LPC0.EC0_._Q4= 2] >>>> (Node 0xfffffe0026ae8340), AE_NOT_EXIST (20130626/psparse-553) >>>> acpi_ec0: evaluation of query method _Q42 failed: AE_NOT_EXIST >>>> uhub3: 4 ports with 4 removable, self powered >>>> Root mount waiting for: usbus4 usbus2 >>>> uhub1: 5 ports with 5 removable, self powered >>>> uhub4: 5 ports with 5 removable, self powered >>>> Root mount waiting for: usbus4 usbus2 >>>> ugen2.2: at usbus2 >>>> ugen4.2: at usbus4 >>>> Trying to mount root from zfs:sys []... >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> ugen3.2: at usbus3 >>>> > ar9300_Stub_GetCTSTimeout: called >>>> ar9300_Stub_GetCTSTimeout: called >>>> ar9300_Stub_GetAntennaSwitch: called >>>> ar9300_Stub_GetAntennaSwitch: called >>>> wlan1: Ethernet address: 20:68:9d:c5:76:8d >>>> run0: on usbus2 >>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>> 1c:bd:b9:8c:9d:71 >>>> ubt0: >>>> on >>>> usbus3 >>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>> run0: firmware RT3071 ver. 0.236 loaded >>>> WARNING: attempt to domain_add(bluetooth) after domainfinalize() >>>> WARNING: attempt to domain_add(netgraph) after domainfinalize() >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> can't > evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> WARNING pid 2654 (python2.7): ioctl sign-extension ioctl ffffffff80087= 467 >>>> WARNING pid 2655 (python2.7): ioctl sign-extension ioctl ffffffff80087= 467 >>>> WARNING pid 2656 (python2.7): ioctl sign-extension ioctl ffffffff80087= 467 >>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>> run0: firmware RT3071 ver. 0.236 loaded >>>> wlan0: link state changed to UP >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> uhub3: at usbus0, port 1, addr 1 (disconnected) >>>> uhub2: at usbus1, port 1, addr 1 (disconnected) >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller > halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> uhub1: at usbus2, port 1, addr 1 (disconnected) >>>> ugen2.2: at usbus2 (disconnected) >>>> run0: at uhub1, port 1, addr 2 (disconnected) >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller > halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> wlan0: link state changed to DOWN >>>> uhub0: at usbus3, port 1, addr 1 (disconnected) >>>> ugen3.2: at usbus3 (disconnected) >>>> ubt0: at uhub0, port 4, addr 2 (disconnected) >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> uhub4: at usbus4, port 1, addr 1 (disconnected) >>>> ugen4.2: at usbus4 (disconnected) >>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>> [SystemCMOS] >>>> (20130626/evregion-178) >>>> ACPI Error: Region SystemCMOS (ID=3D5) > has no handler >>>> (20130626/exfldio-320) >>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>> 0xfffffe0026adac40), AE_NOT_EXIST (20130626/psparse-553) >>>> ACPI Error: Method parse/execution failed [\134_PTS] (Node >>>> 0xfffffe0026ab4c80), AE_NOT_EXIST (20130626/psparse-553) >>>> acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_EXIST >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> xhci0: 32 byte context size. >>>> uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usb= us0 >>>> uhub1: on usbus2 >>>> uhub2: on usbus4 >>>> uhub3: on usbus3 >>>> uhub4: HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 >>>> uhub0: 4 ports with 4 removable, self powered >>>> uhub4: 5 ports with 5 removable, self powered >>>> uhub3: 5 ports with 5 removable, self powered >>>> uhub1: 5 ports with 5 removable, self powered >>>> uhub2: 5 ports with 5 removable, self powered >>>> ugen2.2: at usbus2 >>>> run0: on usbus2 >>>> ugen4.2: at usbus4 >>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>> 1c:bd:b9:8c:9d:71 >>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>> run0: firmware RT3071 ver. 0.236 loaded >>>> ugen3.2: at usbus3 >>>> ubt0: >>>> > on >>>> usbus3 >>>> wlan0: link state changed to UP >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> >>>> [root@laptop /usr/src]# cat /etc/rc.conf >>>> wlans_run0=3D"wlan0" >>>> wlans_ath0=3D"wlan1" >>>> ifconfig_wlan0=3D"DHCP WPA" >>>> ... >>>> >>>> [root@laptop /usr/src]# ifconfig -a >>>> ath0: flags=3D8802 metric 0 mtu 2290 >>>> ether 20:68:9d:c5:76:8d >>>> nd6 options=3D29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>> status: no carrier >>>> wlan1: > flags=3D8802 metric 0 mtu 1500 >>>> ether 20:68:9d:c5:76:8d >>>> nd6 options=3D29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>> status: no carrier >>>> ssid "" channel 1 (2412 MHz 11b) >>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmi= ss >>>> 7 >>>> scanvalid 60 wme burst bintval 0 >>>> ... >>>> >>>> [root@laptop /usr/src]# /etc/rc.d/netif start ath0 >>>> Starting Network: ath0. >>>> ath0: flags=3D8843 metric 0 mt= u >>>> > 2290 >>>> ether 20:68:9d:c5:76:8d >>>> nd6 options=3D29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect mode 11g >>>> status: associated >>>> Additional inet routing options: ignore ICMP redirect=3DYES log ICMP >>>> redirect=3DYES. >>>> >>>> [root@laptop /usr/src]# for iface in ath0 wlan1; do ifconfig ${iface}; >>>> done >>>> ath0: flags=3D8843 metric 0 mt= u >>>> 2290 >>>> ether 20:68:9d:c5:76:8d >>>> nd6 options=3D29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect mode > 11g >>>> status: associated >>>> wlan1: flags=3D8843 metric 0 m= tu >>>> 1500 >>>> ether 20:68:9d:c5:76:8d >>>> inet 67.215.65.145 netmask 0xff000000 broadcast 67.215.65.145 >>>> nd6 options=3D29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>> status: no carrier >>>> ssid "" channel 2 (2417 MHz 11g) >>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmi= ss >>>> 7 >>>> scanvalid 60 protmode CTS wme burst >>>> >>>> [root@laptop /usr/src]# dmesg >>>> ... >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> >>>> >>>> -- >>>> Anthony Jenkins >>>> _______________________________________________ >>>> freebsd-wireless@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>> To unsubscribe, send any mail to >>>> "freebsd-wireless-unsubscribe@freebsd.org" >> >> >> >> -- >> Anthony Jenkins From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 02:44:05 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87A0FC4F for ; Mon, 22 Dec 2014 02:44:05 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 184B039D0 for ; Mon, 22 Dec 2014 02:44:05 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id ex7so6701680wid.0 for ; Sun, 21 Dec 2014 18:44:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bHmYbOUPd0m9Ly2D3RDPwMYbYfdx0jWYOdsg+0AelIw=; b=hRxeOCG5TEk7wGoc1f0b69I3LSiAzveUXFRsMUPMadYmIKclKxtJxOv2BeAJFJf+Xs RfueJLR2tAqWRcPnJnI33WwZgNBsCNkvH6+Cgms9oAAWHdhe4FonEVKEFOB3R3M4kcEN x5Yd8cgJmAhSpKBhRoutckK+kMvXtMwFhMVHmmTCLwrG0HcHN8o6IZwenb8tR38IwS2r KvnsiVOjoZpH455f4bQ4nsGiim3s9ww+LuGDEkmjNnHAsPg6xfhLGFOSstiKYBNaNnRC EyNQSlSVQXzsk+VXgvwBud6WfnsSINZzyeJ9tqIkHpWCsjfKyicdSQpJr/0V2hrjxGeA meKA== MIME-Version: 1.0 X-Received: by 10.180.80.133 with SMTP id r5mr26601131wix.20.1419216243486; Sun, 21 Dec 2014 18:44:03 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Sun, 21 Dec 2014 18:44:03 -0800 (PST) In-Reply-To: References: <1156584761.958533.1418932395342.JavaMail.yahoo@jws10611.mail.bf1.yahoo.com> Date: Sun, 21 Dec 2014 18:44:03 -0800 X-Google-Sender-Auth: SmnGDlC5pELoS4P9FaBnPMcsWaA Message-ID: Subject: Re: Atheros AR9565 detected, not working From: Adrian Chadd To: Anthony Jenkins Content-Type: text/plain; charset=UTF-8 Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 02:44:05 -0000 Oh, and ath_hal_enable_rfkill() maps to setting the capability bit: #define ath_hal_enable_rfkill(_ah, _v) \ ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _v, AH_NULL) .. so, the AR9300 HAL code is enabling RFKILL in the HAL and then the call to ar9300_enable_rf_kill() is unconditionally turning it on. We likely can't do that for everyone. So, I wonder why this is required for you! -adrian From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 11:39:31 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C52FA34 for ; Mon, 22 Dec 2014 11:39:31 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD8261F7B for ; Mon, 22 Dec 2014 11:39:30 +0000 (UTC) Received: from [89.204.135.75] (helo=unixarea.DDR.dd) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1Y31Kh-0003Z0-7g for freebsd-wireless@freebsd.org; Mon, 22 Dec 2014 12:39:27 +0100 Received: from unixarea.DDR.dd (localhost [127.0.0.1]) by unixarea.DDR.dd (8.14.9/8.14.3) with ESMTP id sBMBdOQ9003279 for ; Mon, 22 Dec 2014 12:39:24 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by unixarea.DDR.dd (8.14.9/8.14.3/Submit) id sBMBdNUR003278 for freebsd-wireless@freebsd.org; Mon, 22 Dec 2014 12:39:23 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: unixarea.DDR.dd: guru set sender to guru@unixarea.de using -f Date: Mon, 22 Dec 2014 12:39:23 +0100 From: Matthias Apitz To: freebsd-wireless@freebsd.org Subject: problems associating to an AP Message-ID: <20141222113923.GA3190@unixarea.DDR.dd> Reply-To: Matthias Apitz MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.135.75 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 11:39:31 -0000 Hello, I have in the company I'm working for problems to associate to an AP; the entry in the /etc/wpa_supplicant.conf is: network={ ssid="OCLCPublic" psk="XXX" key_mgmt=WPA-PSK } with the correct psk given from our local admin; when it tries to associate, in most of the times it fails; I have below some part of the /var/log/messages with a failing assoc, but some secs later it associates successful, but disconnects again. What could be the reason for this and what does mean the message 'wpa_supplicant[2787]: FT: Invalid key management type (2)'? Thanks matthias Dec 22 11:39:25 unixarea wpa_supplicant[2787]: wlan0: Trying to associate with 00:26:0b:4b:b8:44 (SSID='OCLCPublic' freq=2412 MHz) Dec 22 11:39:25 unixarea kernel: wlan0: macaddr bssid chan rssi rate flag wep essid Dec 22 11:39:25 unixarea kernel: - bc:05:43:f6:da:65 bc:05:43:f6:da:65 1 61 54M ess wep "FRITZ!Box WLAN 3370"! Dec 22 11:39:25 unixarea kernel: - 00:1b:11:e4:98:b4 00:1b:11:e4:98:b4 6 60 54M ess wep "DLINK"! Dec 22 11:39:25 unixarea kernel: - 00:26:0b:4b:b8:44 00:26:0b:4b:b8:44 1 62 54M ess wep "OCLCPublic"! Dec 22 11:39:25 unixarea kernel: - 00:26:0b:4b:b8:42 00:26:0b:4b:b8:42 1 62 54M ess wep 0x00! Dec 22 11:39:25 unixarea kernel: wlan0: scan_task: done, [ticks 16263443, dwell min 20 scanend 2163745019] Dec 22 11:39:25 unixarea kernel: wlan0: notify scan done Dec 22 11:39:25 unixarea wpa_supplicant[2787]: FT: Invalid key management type (2) Dec 22 11:39:27 unixarea kernel: wlan0: [00:26:0b:4b:b8:44] ieee80211_scan_assoc_fail: reason 1 Dec 22 11:39:27 unixarea kernel: wlan0: [00:26:0b:4b:b8:44] sta_assoc_fail: reason 1 fails 1 Dec 22 11:39:35 unixarea wpa_supplicant[2787]: wlan0: Authentication with 00:26:0b:4b:b8:44 timed out. Dec 22 11:39:35 unixarea wpa_supplicant[2787]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:26:0b:4b:b8:44 reason=3 locally_generated=1 Dec 22 11:39:35 unixarea kernel: wlan0: ieee80211_scan_flush Dec 22 11:39:36 unixarea kernel: wlan0: ieee80211_scanreq: flags 0x20052 duration 0x7fffffff mindwell 0 maxdwell 0 nssid 1 Dec 22 11:39:36 unixarea kernel: wlan0: ieee80211_check_scan: active scan, append, nojoin, once Dec 22 11:39:36 unixarea kernel: wlan0: sta_pick_bss: no scan candidate Dec 22 11:39:36 unixarea kernel: wlan0: start_scan_locked: active scan, duration 2147483647 mindwell 0 maxdwell 0, desired mode auto, append, nojoin, once Dec 22 11:39:36 unixarea kernel: wlan0: scan set 1g, 6g, 11g, 7g, 2g, 3g, 4g, 5g, 8g, 9g, 10g dwell min 20ms max 200ms Dec 22 11:39:36 unixarea kernel: wlan0: scan_task: chan 1g -> 1g [active, dwell min 20ms max 200ms] Dec 22 11:39:36 unixarea kernel: [bc:05:43:f6:da:65] new probe_resp on chan 1 (bss chan 1) "FRITZ!Box WLAN 3370" rssi 62 Dec 22 11:39:36 unixarea kernel: [bc:05:43:f6:da:65] caps 0x431 bintval 100 erp 0x100 country [DE 1-13,20] Dec 22 11:39:36 unixarea kernel: [bc:05:43:f6:da:65] new beacon on chan 1 (bss chan 1) "FRITZ!Box WLAN 3370" rssi 58 Dec 22 11:39:36 unixarea kernel: [bc:05:43:f6:da:65] caps 0x431 bintval 100 erp 0x100 country [DE 1-13,20] Dec 22 11:39:36 unixarea kernel: wlan0: ieee80211_add_scan: chan 1g min dwell met (16274495 > 16274484) Dec 22 11:39:36 unixarea kernel: wlan0: scan_task: chan 1g -> 6g [active, dwell min 20ms max 200ms] Dec 22 11:39:36 unixarea kernel: [00:1b:11:e4:98:b4] new probe_resp on chan 6 (bss chan 6) "DLINK" rssi 62 Dec 22 11:39:36 unixarea kernel: [00:1b:11:e4:98:b4] caps 0x411 bintval 100 erp 0x102 Dec 22 11:39:36 unixarea kernel: wlan0: scan_task: chan 6g -> 11g [active, dwell min 20ms max 200ms] Dec 22 11:39:36 unixarea kernel: wlan0: scan_task: chan 11g -> 7g [active, dwell min 20ms max 200ms] Dec 22 11:39:36 unixarea kernel: wlan0: scan_task: chan 7g -> 2g [active, dwell min 20ms max 200ms] Dec 22 11:39:37 unixarea kernel: wlan0: scan_task: chan 2g -> 3g [active, dwell min 20ms max 200ms] Dec 22 11:39:37 unixarea kernel: wlan0: scan_task: chan 3g -> 4g [active, dwell min 20ms max 200ms] Dec 22 11:39:37 unixarea kernel: wlan0: scan_task: chan 4g -> 5g [active, dwell min 20ms max 200ms] Dec 22 11:39:37 unixarea kernel: wlan0: scan_task: chan 5g -> 8g [active, dwell min 20ms max 200ms] Dec 22 11:39:37 unixarea kernel: wlan0: scan_task: chan 8g -> 9g [active, dwell min 20ms max 200ms] Dec 22 11:39:38 unixarea kernel: wlan0: scan_task: chan 9g -> 10g [active, dwell min 20ms max 200ms] Dec 22 11:39:38 unixarea kernel: wlan0: macaddr bssid chan rssi rate flag wep essid Dec 22 11:39:38 unixarea kernel: - bc:05:43:f6:da:65 bc:05:43:f6:da:65 1 62 54M ess wep "FRITZ!Box WLAN 3370"! Dec 22 11:39:38 unixarea kernel: - 00:1b:11:e4:98:b4 00:1b:11:e4:98:b4 6 62 54M ess wep "DLINK"! Dec 22 11:39:38 unixarea kernel: wlan0: scan_task: done, [ticks 16276537, dwell min 20 scanend 2163758109] Dec 22 11:39:38 unixarea kernel: wlan0: notify scan done Dec 22 11:39:43 unixarea kernel: wlan0: ieee80211_scanreq: flags 0x20052 duration 0x7fffffff mindwell 0 maxdwell 0 nssid 1 Dec 22 11:39:43 unixarea kernel: wlan0: ieee80211_check_scan: active scan, append, nojoin, once Dec 22 11:39:43 unixarea kernel: wlan0: macaddr bssid chan rssi rate flag wep essid Dec 22 11:39:43 unixarea kernel: - bc:05:43:f6:da:65 bc:05:43:f6:da:65 1 62 54M ess wep "FRITZ!Box WLAN 3370"! Dec 22 11:39:43 unixarea kernel: - 00:1b:11:e4:98:b4 00:1b:11:e4:98:b4 6 62 54M ess wep "DLINK"! Dec 22 11:39:43 unixarea kernel: wlan0: start_scan_locked: active scan, duration 2147483647 mindwell 0 maxdwell 0, desired mode auto, append, nojoin, once Dec 22 11:39:43 unixarea kernel: wlan0: scan set 1g, 6g, 11g, 7g, 2g, 3g, 4g, 5g, 8g, 9g, 10g dwell min 20ms max 200ms Dec 22 11:39:43 unixarea kernel: wlan0: scan_task: chan 1g -> 1g [active, dwell min 20ms max 200ms] Dec 22 11:39:43 unixarea kernel: [00:26:0b:4b:b8:44] new probe_resp on chan 1 (bss chan 1) "OCLCPublic" rssi 60 Dec 22 11:39:43 unixarea kernel: [00:26:0b:4b:b8:44] caps 0x431 bintval 100 erp 0x100 country [NL 1-13,23] Dec 22 11:39:43 unixarea kernel: [bc:05:43:f6:da:65] new probe_resp on chan 1 (bss chan 1) "FRITZ!Box WLAN 3370" rssi 60 Dec 22 11:39:43 unixarea kernel: [bc:05:43:f6:da:65] caps 0x431 bintval 100 erp 0x100 country [DE 1-13,20] Dec 22 11:39:43 unixarea kernel: [bc:05:43:f6:da:65] new beacon on chan 1 (bss chan 1) "FRITZ!Box WLAN 3370" rssi 60 Dec 22 11:39:43 unixarea kernel: [bc:05:43:f6:da:65] caps 0x431 bintval 100 erp 0x100 country [DE 1-13,20] Dec 22 11:39:43 unixarea kernel: [00:26:0b:4b:b8:42] new beacon on chan 1 (bss chan 1) 0x00 rssi 64 Dec 22 11:39:43 unixarea kernel: [00:26:0b:4b:b8:42] caps 0x431 bintval 100 erp 0x100 country [NL 1-13,23] Dec 22 11:39:43 unixarea kernel: wlan0: ieee80211_add_scan: chan 1g min dwell met (16281574 > 16281565) Dec 22 11:39:43 unixarea kernel: wlan0: scan_task: chan 1g -> 6g [active, dwell min 20ms max 200ms] Dec 22 11:39:43 unixarea kernel: [00:1b:11:e4:98:b4] new beacon on chan 6 (bss chan 6) "DLINK" rssi 58 Dec 22 11:39:43 unixarea kernel: [00:1b:11:e4:98:b4] caps 0x411 bintval 100 erp 0x102 Dec 22 11:39:43 unixarea kernel: wlan0: ieee80211_add_scan: chan 6g min dwell met (16281636 > 16281598) Dec 22 11:39:43 unixarea kernel: wlan0: scan_task: chan 6g -> 11g [active, dwell min 20ms max 200ms] Dec 22 11:39:43 unixarea kernel: wlan0: scan_task: chan 11g -> 7g [active, dwell min 20ms max 200ms] Dec 22 11:39:43 unixarea kernel: wlan0: scan_task: chan 7g -> 2g [active, dwell min 20ms max 200ms] Dec 22 11:39:43 unixarea kernel: wlan0: scan_task: chan 2g -> 3g [active, dwell min 20ms max 200ms] Dec 22 11:39:44 unixarea kernel: wlan0: scan_task: chan 3g -> 4g [active, dwell min 20ms max 200ms] Dec 22 11:39:44 unixarea kernel: wlan0: scan_task: chan 4g -> 5g [active, dwell min 20ms max 200ms] Dec 22 11:39:44 unixarea kernel: wlan0: scan_task: chan 5g -> 8g [active, dwell min 20ms max 200ms] Dec 22 11:39:44 unixarea kernel: wlan0: scan_task: chan 8g -> 9g [active, dwell min 20ms max 200ms] Dec 22 11:39:44 unixarea kernel: wlan0: scan_task: chan 9g -> 10g [active, dwell min 20ms max 200ms] Dec 22 11:39:45 unixarea wpa_supplicant[2787]: wlan0: Trying to associate with 00:26:0b:4b:b8:44 (SSID='OCLCPublic' freq=2412 MHz) Dec 22 11:39:45 unixarea kernel: wlan0: macaddr bssid chan rssi rate flag wep essid Dec 22 11:39:45 unixarea kernel: - bc:05:43:f6:da:65 bc:05:43:f6:da:65 1 61 54M ess wep "FRITZ!Box WLAN 3370"! Dec 22 11:39:45 unixarea kernel: - 00:1b:11:e4:98:b4 00:1b:11:e4:98:b4 6 62 54M ess wep "DLINK"! Dec 22 11:39:45 unixarea kernel: - 00:26:0b:4b:b8:44 00:26:0b:4b:b8:44 1 60 54M ess wep "OCLCPublic"! Dec 22 11:39:45 unixarea kernel: - 00:26:0b:4b:b8:42 00:26:0b:4b:b8:42 1 64 54M ess wep 0x00! Dec 22 11:39:45 unixarea kernel: wlan0: scan_task: done, [ticks 16283470, dwell min 20 scanend 2163765188] Dec 22 11:39:45 unixarea kernel: wlan0: notify scan done Dec 22 11:39:45 unixarea wpa_supplicant[2787]: FT: Invalid key management type (2) Dec 22 11:39:45 unixarea wpa_supplicant[2787]: wlan0: Associated with 00:26:0b:4b:b8:44 Dec 22 11:39:45 unixarea kernel: wlan0: [00:26:0b:4b:b8:44] ieee80211_scan_assoc_success Dec 22 11:39:45 unixarea kernel: wlan0: link state changed to UP Dec 22 11:39:45 unixarea wpa_supplicant[2787]: wlan0: WPA: Key negotiation completed with 00:26:0b:4b:b8:44 [PTK=CCMP GTK=CCMP] Dec 22 11:39:45 unixarea wpa_supplicant[2787]: wlan0: CTRL-EVENT-CONNECTED - Connection to 00:26:0b:4b:b8:44 completed [id=2 id_str=] Dec 22 11:40:01 unixarea kernel: wlan0: link state changed to DOWN Dec 22 11:40:00 unixarea wpa_supplicant[2787]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:26:0b:4b:b8:44 reason=0 -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen. From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 14:03:54 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82A21B51 for ; Mon, 22 Dec 2014 14:03:54 +0000 (UTC) Received: from nm10-vm0.bullet.mail.bf1.yahoo.com (nm10-vm0.bullet.mail.bf1.yahoo.com [98.139.213.147]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A3E364598 for ; Mon, 22 Dec 2014 14:03:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1419257026; bh=MMF+/MX0V0KHUymuKAX3Q0M2ObUe6mhj3ffsfV9ClQQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:From:Subject; b=TgJLeNqEcuTfotz+YLeMyfe7POCeOljLjjiqVqiXEH2DDgC9UC0TdPWyfHojDMCMBPIy4fksnYLOXNWKRCZPLyFztX9e2Z+JSCMZudHKRY6n3JJFP2Z0oKgjZUE1n4M07lQz7fg2I24IMerL5KmVbBET3/D4WCnBFff94iDIQh8Xa8B+JnoPPG0IpaqZ4BkYww+D2HSlNl+B3gZvXqPx/CVwg/Ed8DlPgu29DB+brf58/01UDGMdKSq2fRF1y7VFURRUA6l4F59DbJlcWcDtrALOTCJkJFBJh1LRbxazTaDHPAfK9rsTREWaeuMCaciUlsv2XhBMmnd2BjhqQkxdrA== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=JK5nDRCMZbxJ7367ZwMR9QO0qq538Cy3w2yJBux7WywEjuNNoP7dRMCtYE+6dsBQ7LwDK/DcILwB8BBZtPnN82jWLH50rc7ssUtotJpwT4VTpiFbHQSAvYS2RX40znCSQTGQgPyihCEsYmZ6NgWAL2tyy8keSn6wJotgKnPdKZPoP/Mg73UOtazivhU0qT8wvPoIp/C8dWUa50Gu34qe6u3XBYkHOWm3NUtZ8UN1tFqOcGD9fR9yHO5LgNYv8uCNJcewfAEhOqV4Xb7HYT+nJ2OsQrKavfM7opqXBZx4baBeBOK6sseYQZXTQvX8dnzR9OTcdeb2kt38gW6GJ9lk+w==; Received: from [98.139.215.141] by nm10.bullet.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 14:03:46 -0000 Received: from [98.139.212.245] by tm12.bullet.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 14:03:46 -0000 Received: from [127.0.0.1] by omp1054.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 14:03:46 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 782445.26069.bm@omp1054.mail.bf1.yahoo.com Received: by 76.13.26.159; Mon, 22 Dec 2014 14:03:46 +0000 Date: Mon, 22 Dec 2014 14:03:45 +0000 (UTC) From: Anthony Jenkins Reply-To: Anthony Jenkins To: Adrian Chadd Message-ID: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> In-Reply-To: References: Subject: Re: Atheros AR9565 detected, not working MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 14:03:54 -0000 Will do. I'm actually thinking about reverting my changes just to see if stock ath(4) works (it's been a looong while since I played with bringing it up). I still occasionally see the same behavior I saw before my changes. I'm using a recent Linux kernel (which works out of the box) to get it working in FreeBSD - the keyboard wi-fi LED and hotkey work perfectly there. Thanks, Anthony ________________________________ From: Adrian Chadd To: Anthony Jenkins Cc: "wireless@freebsd.org" Sent: Sunday, December 21, 2014 9:39 PM Subject: Re: Atheros AR9565 detected, not working Hi! ok, how'd you build things? a module, or in the kernel? You need to (a) build it using 'make buildkernel / make installkernel' and (b) ensure ATH_ENABLE_11N is in your kernel configuration. The GPIO bits are a bit odd - let me check the other chipset drivers. Can you compile the tools in src/tools/tools/ath/ - then run this: ath_prom_dump -i ath0 -d /tmp/ath.dump ath_ee_9300_print /tmp/ath.dump > /tmp/ath.txt then email the contents of ath.txt . It'll include the GPIO pin id. Thanks! -adrian On 18 December 2014 at 11:53, Anthony Jenkins wrote: > The attached patch seems to get my rfkill GPIO working. It seems ar9300_enable_rf_kill() is never called. I added a call to it after ath_hal_enable_rfkill(), but this is probably not the right place (I see it called several times while the interface is up). > > I also found several spots in the GPIO handling code which give up if the GPIO pin is 8, 9, 11 or greater than 13; my rfkill GPIO pin is 11 (0x0B). I commented these out: > > > if ((gpio == AR9382_GPIO_PIN_8_RESERVED) || > (gpio == AR9382_GPIO_PIN_11_RESERVED) || > (gpio == AR9382_GPIO_9_INPUT_ONLY)) > { > return AH_FALSE; > } > > > > if ((gpio == AR9382_GPIO_PIN_8_RESERVED) || > (gpio == AR9382_GPIO_PIN_11_RESERVED) || > (gpio > AR9382_MAX_GPIO_INPUT_PIN_NUM)) > { > return; > } > > > Haven't narrowed down which is responsible for me being able to send this email using my AR9565. Also I'm getting flooded with these messages since moving ath & wlan out of the kernel...my patch broke something, no? > > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=1, nbufs=128? > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=1, nbufs=128? > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? > > > Anthony > ________________________________ > From: Adrian Chadd > To: Anthony Jenkins > Cc: "freebsd-wireless@freebsd.org" > Sent: Monday, July 29, 2013 10:44 AM > Subject: Re: Atheros AR9565 detected, not working > > > Cool, thanks. > > Please make sure you post patches for all the things you fix. I'd love > to see this kind of thing work out of the box. :) > > > -adrian > > On 29 July 2013 07:36, Anthony Jenkins wrote: >> Thanks Adrian, >> >> I've managed to fix a few things on this laptop, the remaining stuff is >> BIOS/ACPI related. acpi_hp(4) isn't working, has something to do with WMI. >> Hoping if I fix the ACPI stuff I can > have me AR9565 working. I'll poke >> around and report back; the RFKill suggestion is a good place to start >> looking. >> >> Thanks, >> Anthony >> >> >> On 07/29/13 10:30, Adrian Chadd wrote: >>> >>> Hm, maybe rfkill is set? >>> >>> The AR9565 is supported. I have the reference NICs from Atheros; they >>> work just fine. >>> >>> It may be some kind of ACPI setting to enable/disable RFKill so the >>> radio side is actually enabled. >>> >>> I'm sorry, I don't have much more than that to offer without having >>> the laptop here. >>> >>> If someone's willing to send me one, I'll get 10 + wireless working on >>> it and then hand it over to ixsystems to join the 'stuff we really >>> should get pcbsd running smoothly on' pile. They're about $500 off of >>> > amazon.com. >>> >>> Thanks, >>> >>> >>> >>> -adrian >>> >>> On 29 July 2013 07:21, Anthony Jenkins wrote: >>>> >>>> I just got an HP ENVY Sleekbook 6z-1100 laptop hoping it came with a >>>> FreeBSD-supported wireless NIC. It has an Atheros AR9565 and looking at >>>> the >>>> logs it _seems_ like it should be working, but I get no network traffic. >>>> I >>>> haven't started the Atheros debugging procedure yet, save to compile in >>>> option AH_DEBUG and move ath(4) out of the kernel & to a module to >>>> facilitate changes. Works (of course) in Win8 which came with laptop. >>>> Wireless enabled LED is amber (disabled) in FreeBSD, goes from amber > to >>>> white (enabled) when I boot the Win8 HDD. >>>> >>>> Here's various logs and misc. system info. What should I try next? >>>> Thanks >>>> in advance! >>>> >>>> [root@laptop /usr/src]# uname -a n >>>> FreeBSD laptop.qtchat.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Jul >>>> 27 >>>> 23:45:30 EDT 2013 root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL >>>> amd64 >>>> >>>> [root@laptop /usr/src]# dmesg >>>> Copyright (c) 1992-2013 The FreeBSD Project. >>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >>>> The Regents > of the University of California. All rights reserved. >>>> FreeBSD is a registered trademark of The FreeBSD Foundation. >>>> FreeBSD 10.0-CURRENT #0: Sat Jul 27 23:45:30 EDT 2013 >>>> root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL amd64 >>>> FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 >>>> module_register: module pci/xhci already exists! >>>> Module pci/xhci failed to register: 17 >>>> CPU: AMD A10-4655M APU with Radeon(tm) HD Graphics (1996.31-MHz >>>> K8-class >>>> CPU) >>>> Origin = "AuthenticAMD" Id = 0x610f01 Family = 0x15 Model = 0x10 >>>> Stepping = 1 >>>> >>>> > Features=0x178bfbff >>>> >>>> Features2=0x3e98320b >>>> AMD Features=0x2e500800 >>>> AMD >>>> >>>> Features2=0x1abbfff,NodeId,TBM,,> >>>> Standard Extended Features=0x8 >>>> TSC: P-state invariant, performance statistics >>>> real memory = 17179869184 (16384 MB) >>>> avail memory = 15463530496 (14747 MB) >>>> Event timer "LAPIC" quality 400 >>>> ACPI APIC Table: > >>>> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >>>> FreeBSD/SMP: 1 package(s) x 4 core(s) >>>> cpu0 (BSP): APIC ID: 16 >>>> cpu1 (AP): APIC ID: 17 >>>> cpu2 (AP): APIC ID: 18 >>>> cpu3 (AP): APIC ID: 19 >>>> ioapic0: Changing APIC ID to 4 >>>> ioapic0 irqs 0-23 on motherboard >>>> kbd1 at kbdmux0 >>>> acpi0: on motherboard >>>> acpi0: Power Button (fixed) >>>> cpu0: on acpi0 >>>> cpu1: on acpi0 >>>> cpu2: on acpi0 >>>> cpu3: on acpi0 >>>> hpet0: iomem 0xfed00000-0xfed003ff irq 0,8 >>>> on >>>> acpi0 >>>> Timecounter "HPET" frequency 14318180 Hz quality > 950 >>>> atrtc0: port 0x70-0x71 on acpi0 >>>> Event timer "RTC" frequency 32768 Hz quality 0 >>>> attimer0: port 0x40-0x43 on acpi0 >>>> Timecounter "i8254" frequency 1193182 Hz quality 0 >>>> Event timer "i8254" frequency 1193182 Hz quality 100 >>>> Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 >>>> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 >>>> acpi_ec0: port 0x62,0x66 iomem >>>> 0xff000000-0xff000fff on acpi0 >>>> acpi_button0: on acpi0 >>>> pcib0: port 0xcf8-0xcff on acpi0 >>>> pci0: on pcib0 >>>> vgapci0: port 0x3000-0x30ff mem >>>> 0xe0000000-0xefffffff,0xf0300000-0xf033ffff > irq 17 at device 1.0 on pci0 >>>> acpi_video0: on vgapci0 >>>> hdac0: mem 0xf0344000-0xf0347fff irq 18 at >>>> device 1.1 on pci0 >>>> hdac0: hdac_get_capabilities: Invalid corb size (0); assuming 256. >>>> hdac0: hdac_get_capabilities: Invalid rirb size (0); assuming 256. >>>> pcib1: at device 4.0 on pci0 >>>> pci1: on pcib1 >>>> pci1: at device 0.0 (no driver attached) >>>> re0: port >>>> 0x2000-0x20ff mem 0xf0004000-0xf0004fff,0xf0000000-0xf0003fff irq 16 at >>>> device 0.2 on pci1 >>>> re0: Using 1 MSI-X message >>>> re0: turning off MSI enable bit. >>>> re0: ASPM disabled >>>> re0: Chip rev. > 0x48800000 >>>> re0: MAC rev. 0x00000000 >>>> miibus0: on re0 >>>> rgephy0: PHY 1 on >>>> miibus0 >>>> rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, >>>> 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, >>>> 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow >>>> re0: Ethernet address: 6c:3b:e5:81:21:f0 >>>> pcib2: at device 5.0 on pci0 >>>> pci2: on pcib2 >>>> ath0: mem 0xf0100000-0xf017ffff irq 17 at >>>> device >>>> 0.0 on pci2 >>>> ar9300_set_stub_functions: setting stub functions >>>> ar9300_set_stub_functions: setting stub functions >>>> ar9300_attach: calling > ar9300_hw_attach >>>> ar9300_hw_attach: calling ar9300_eeprom_attach >>>> ar9300_flash_map: unimplemented for now >>>> Restoring Cal data from DRAM >>>> Restoring Cal data from EEPROM >>>> Restoring Cal data from Flash >>>> Restoring Cal data from Flash >>>> Restoring Cal data from OTP >>>> ar9300_hw_attach: ar9300_eeprom_attach returned 0 >>>> ar9300_fill_capability_info: (MCI) MCI support = 1 >>>> ath0: RX status length: 48 >>>> ath0: RX buffer size: 4096 >>>> ath0: TX descriptor length: 128 >>>> ath0: TX status length: 36 >>>> ath0: TX buffers per descriptor: 4 >>>> ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0 >>>> ath0: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries >>>> ath0: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 > entries >>>> ath0: [HT] enabling HT modes >>>> ath0: [HT] enabling short-GI in 20MHz mode >>>> ath0: [HT] 1 stream STBC receive enabled >>>> ath0: [HT] 1 RX streams; 1 TX streams >>>> ath0: AR9565 mac 704.0 RF5110 phy 526.12 >>>> ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 >>>> xhci0: mem 0xf0348000-0xf0349fff irq >>>> 18 >>>> at device 16.0 on pci0 >>>> usbus0: waiting for BIOS to give up control >>>> xhci0: 32 byte context size. >>>> usbus0 on xhci0 >>>> ahci0: port >>>> 0x3118-0x311f,0x3124-0x3127,0x3110-0x3117,0x3120-0x3123,0x3100-0x310f mem >>>> 0xf034e000-0xf034e7ff irq 19 at device 17.0 on pci0 >>>> ahci0: AHCI v1.30 with 1 6Gbps ports, Port Multiplier supported >>>> ahcich0: > at channel 0 on ahci0 >>>> ohci0: mem 0xf034d000-0xf034dfff irq 18 >>>> at >>>> device 18.0 on pci0 >>>> usbus1 on ohci0 >>>> ehci0: mem 0xf034c000-0xf034c0ff irq >>>> 17 >>>> at device 18.2 on pci0 >>>> usbus2: EHCI version 1.0 >>>> usbus2 on ehci0 >>>> ohci1: mem 0xf034b000-0xf034bfff irq 18 >>>> at >>>> device 19.0 on pci0 >>>> usbus3 on ohci1 >>>> ehci1: mem 0xf034a000-0xf034a0ff irq >>>> 17 >>>> at device 19.2 on pci0 >>>> usbus4: EHCI version 1.0 >>>> usbus4 on ehci1 >>>> pci0: at device 20.0 (no driver attached) >>>> hdac1: > mem 0xf0340000-0xf0343fff >>>> irq >>>> 16 at device 20.2 on pci0 >>>> isab0: at device 20.3 on pci0 >>>> isa0: on isab0 >>>> pcib3: at device 20.4 on pci0 >>>> pci3: on pcib3 >>>> acpi_lid0: on acpi0 >>>> acpi_tz0: on acpi0 >>>> acpi_tz0: _CRT value is absurd, ignored (226.8C) >>>> atkbdc0: port 0x60,0x64 irq 1 on acpi0 >>>> atkbd0: irq 1 on atkbdc0 >>>> kbd0 at atkbd0 >>>> atkbd0: [GIANT-LOCKED] >>>> psm0: irq 12 on atkbdc0 >>>> psm0: [GIANT-LOCKED] >>>> psm0: model Synaptics Touchpad, device ID 0 >>>> > battery0: on acpi0 >>>> acpi_acad0: on acpi0 >>>> sc0: at flags 0x100 on isa0 >>>> sc0: VGA <16 virtual consoles, flags=0x300> >>>> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >>>> ctl: CAM Target Layer loaded >>>> acpi_throttle0: on cpu0 >>>> acpi_throttle1: on cpu1 >>>> acpi_throttle1: failed to attach P_CNT >>>> device_attach: acpi_throttle1 attach returned 6 >>>> acpi_throttle2: on cpu2 >>>> acpi_throttle2: failed to attach P_CNT >>>> device_attach: acpi_throttle2 attach returned 6 >>>> acpi_throttle3: on cpu3 >>>> acpi_throttle3: failed to attach P_CNT >>>> > device_attach: acpi_throttle3 attach returned 6 >>>> ZFS filesystem version: 5 >>>> ZFS storage pool version: features support (5000) >>>> Timecounters tick every 1.000 msec >>>> hdacc0: at cad 0 on hdac0 >>>> hdaa0: at nid 1 on hdacc0 >>>> pcm0: at nid 3 on hdaa0 >>>> hdacc1: at cad 0 on hdac1 >>>> hdaa1: at nid 1 on hdacc1 >>>> pcm1: at nid 13,11 and 12 on hdaa1 >>>> pcm2: at nid 17 on hdaa1 >>>> usbus0: 5.0Gbps Super Speed USB v3.0 >>>> usbus1: 12Mbps Full Speed USB v1.0 >>>> usbus2: 480Mbps High Speed USB v2.0 >>>> usbus3: 12Mbps Full Speed USB > v1.0 >>>> usbus4: 480Mbps High Speed USB v2.0 >>>> ugen3.1: at usbus3 >>>> uhub0: on usbus3 >>>> ugen2.1: at usbus2 >>>> uhub1: on usbus2 >>>> ugen1.1: at usbus1 >>>> uhub2: on usbus1 >>>> ugen0.1: <0x1022> at usbus0 >>>> uhub3: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 >>>> ugen4.1: at usbus4 >>>> uhub4: on usbus4 >>>> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >>>> ada0: ATA-9 SATA 3.x device >>>> ada0: 600.000MB/s transfers (SATA 3.x, > UDMA6, PIO 8192bytes) >>>> ada0: Command Queueing enabled >>>> ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C) >>>> ada0: Previously was known as ad4 >>>> SMP: AP CPU #3 Launched! >>>> SMP: AP CPU #1 Launched! >>>> SMP: AP CPU #2 Launched! >>>> Timecounter "TSC" frequency 1996309068 Hz quality 1000 >>>> Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0 >>>> uhub0: 5 ports with 5 removable, self powered >>>> uhub2: 5 ports with 5 removable, self powered >>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>> [SystemCMOS] >>>> (20130626/evregion-178) >>>> ACPI Error: Region SystemCMOS (ID=5) has no handler >>>> (20130626/exfldio-320) >>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>> 0xfffffe0026adac40), > AE_NOT_EXIST (20130626/psparse-553) >>>> ACPI Error: Method parse/execution failed [\134_SB_.PCI0.LPC0.EC0_._Q42] >>>> (Node 0xfffffe0026ae8340), AE_NOT_EXIST (20130626/psparse-553) >>>> acpi_ec0: evaluation of query method _Q42 failed: AE_NOT_EXIST >>>> uhub3: 4 ports with 4 removable, self powered >>>> Root mount waiting for: usbus4 usbus2 >>>> uhub1: 5 ports with 5 removable, self powered >>>> uhub4: 5 ports with 5 removable, self powered >>>> Root mount waiting for: usbus4 usbus2 >>>> ugen2.2: at usbus2 >>>> ugen4.2: at usbus4 >>>> Trying to mount root from zfs:sys []... >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> ugen3.2: at usbus3 >>>> > ar9300_Stub_GetCTSTimeout: called >>>> ar9300_Stub_GetCTSTimeout: called >>>> ar9300_Stub_GetAntennaSwitch: called >>>> ar9300_Stub_GetAntennaSwitch: called >>>> wlan1: Ethernet address: 20:68:9d:c5:76:8d >>>> run0: on usbus2 >>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>> 1c:bd:b9:8c:9d:71 >>>> ubt0: >>>> on >>>> usbus3 >>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>> run0: firmware RT3071 ver. 0.236 loaded >>>> WARNING: attempt to domain_add(bluetooth) after domainfinalize() >>>> WARNING: attempt to domain_add(netgraph) after domainfinalize() >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> can't > evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> WARNING pid 2654 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>> WARNING pid 2655 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>> WARNING pid 2656 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>> run0: firmware RT3071 ver. 0.236 loaded >>>> wlan0: link state changed to UP >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> uhub3: at usbus0, port 1, addr 1 (disconnected) >>>> uhub2: at usbus1, port 1, addr 1 (disconnected) >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller > halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> uhub1: at usbus2, port 1, addr 1 (disconnected) >>>> ugen2.2: at usbus2 (disconnected) >>>> run0: at uhub1, port 1, addr 2 (disconnected) >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller > halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> wlan0: link state changed to DOWN >>>> uhub0: at usbus3, port 1, addr 1 (disconnected) >>>> ugen3.2: at usbus3 (disconnected) >>>> ubt0: at uhub0, port 4, addr 2 (disconnected) >>>> xhci_interrupt: host controller halted >>>> xhci_interrupt: host controller halted >>>> uhub4: at usbus4, port 1, addr 1 (disconnected) >>>> ugen4.2: at usbus4 (disconnected) >>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>> [SystemCMOS] >>>> (20130626/evregion-178) >>>> ACPI Error: Region SystemCMOS (ID=5) > has no handler >>>> (20130626/exfldio-320) >>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>> 0xfffffe0026adac40), AE_NOT_EXIST (20130626/psparse-553) >>>> ACPI Error: Method parse/execution failed [\134_PTS] (Node >>>> 0xfffffe0026ab4c80), AE_NOT_EXIST (20130626/psparse-553) >>>> acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_EXIST >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> xhci0: 32 byte context size. >>>> uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 >>>> uhub1: on usbus2 >>>> uhub2: on usbus4 >>>> uhub3: on usbus3 >>>> uhub4: HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 >>>> uhub0: 4 ports with 4 removable, self powered >>>> uhub4: 5 ports with 5 removable, self powered >>>> uhub3: 5 ports with 5 removable, self powered >>>> uhub1: 5 ports with 5 removable, self powered >>>> uhub2: 5 ports with 5 removable, self powered >>>> ugen2.2: at usbus2 >>>> run0: on usbus2 >>>> ugen4.2: at usbus4 >>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>> 1c:bd:b9:8c:9d:71 >>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>> run0: firmware RT3071 ver. 0.236 loaded >>>> ugen3.2: at usbus3 >>>> ubt0: >>>> > on >>>> usbus3 >>>> wlan0: link state changed to UP >>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>> >>>> [root@laptop /usr/src]# cat /etc/rc.conf >>>> wlans_run0="wlan0" >>>> wlans_ath0="wlan1" >>>> ifconfig_wlan0="DHCP WPA" >>>> ... >>>> >>>> [root@laptop /usr/src]# ifconfig -a >>>> ath0: flags=8802 metric 0 mtu 2290 >>>> ether 20:68:9d:c5:76:8d >>>> nd6 options=29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>> status: no carrier >>>> wlan1: > flags=8802 metric 0 mtu 1500 >>>> ether 20:68:9d:c5:76:8d >>>> nd6 options=29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>> status: no carrier >>>> ssid "" channel 1 (2412 MHz 11b) >>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmiss >>>> 7 >>>> scanvalid 60 wme burst bintval 0 >>>> ... >>>> >>>> [root@laptop /usr/src]# /etc/rc.d/netif start ath0 >>>> Starting Network: ath0. >>>> ath0: flags=8843 metric 0 mtu >>>> > 2290 >>>> ether 20:68:9d:c5:76:8d >>>> nd6 options=29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect mode 11g >>>> status: associated >>>> Additional inet routing options: ignore ICMP redirect=YES log ICMP >>>> redirect=YES. >>>> >>>> [root@laptop /usr/src]# for iface in ath0 wlan1; do ifconfig ${iface}; >>>> done >>>> ath0: flags=8843 metric 0 mtu >>>> 2290 >>>> ether 20:68:9d:c5:76:8d >>>> nd6 options=29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect mode > 11g >>>> status: associated >>>> wlan1: flags=8843 metric 0 mtu >>>> 1500 >>>> ether 20:68:9d:c5:76:8d >>>> inet 67.215.65.145 netmask 0xff000000 broadcast 67.215.65.145 >>>> nd6 options=29 >>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>> status: no carrier >>>> ssid "" channel 2 (2417 MHz 11g) >>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmiss >>>> 7 >>>> scanvalid 60 protmode CTS wme burst >>>> >>>> [root@laptop /usr/src]# dmesg >>>> ... >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>> >>>> >>>> -- >>>> Anthony Jenkins >>>> _______________________________________________ >>>> freebsd-wireless@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>> To unsubscribe, send any mail to >>>> "freebsd-wireless-unsubscribe@freebsd.org" >> >> >> >> -- >> Anthony Jenkins From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 16:21:48 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0942570 for ; Mon, 22 Dec 2014 16:21:48 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7034D640AB for ; Mon, 22 Dec 2014 16:21:48 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id r20so8434905wiv.8 for ; Mon, 22 Dec 2014 08:21:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=MeXWzbPydgr5vsm3iEfR1a2Wcae7XFYGHZFZHVeiYvk=; b=bwqkMwn4am3VLp2lC/RenilE4LIUGYxAldA7d4W0emioW4I2ZtDgPiskbE1lfJ+Oci oXnKB9Aj7broK++ZFhPt0alsxAAAcawh5bT9bbDgxnKdi4GVq5E4TDgUAxFk4o/xMHbn vcDRfO1H5FRQ4y9hUiHSlZ/xI+dGnVD5KPP8AIo6SBF3hykQmWm2upswPi7vPPgnOngN n9B6ELQH2bO/3noTaaWKxjfx/oJj12e8qIBrSC7TyYy4hbXVlmToKH2p7FVK9gyewPA8 /Y5touSV4F/Mm+kMXXJrnrS3mkUahU2T5wZ+ZF4Wr3a0V4mt90C9q3ybMdtzZ8tPYPvk AZPw== MIME-Version: 1.0 X-Received: by 10.194.108.9 with SMTP id hg9mr42646187wjb.68.1419265306714; Mon, 22 Dec 2014 08:21:46 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Mon, 22 Dec 2014 08:21:46 -0800 (PST) In-Reply-To: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> References: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> Date: Mon, 22 Dec 2014 08:21:46 -0800 X-Google-Sender-Auth: oNY5gWNIa5aV3xonQqxjLjWu5AA Message-ID: Subject: Re: Atheros AR9565 detected, not working From: Adrian Chadd To: Anthony Jenkins Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 16:21:49 -0000 Yeah, there's no GPIO check like there is in the reference code. The fact it says AR9382 is pretty telling. That's like it's asking for a very specific NIC with very specific GPIO mappings. :( -adrian On 22 December 2014 at 06:03, Anthony Jenkins wrote: > Will do. I'm actually thinking about reverting my changes just to see if= stock ath(4) works (it's been a looong while since I played with bringing = it up). I still occasionally see the same behavior I saw before my changes= . > > I'm using a recent Linux kernel (which works out of the box) to get it wo= rking in FreeBSD - the keyboard wi-fi LED and hotkey work perfectly there. > > Thanks, > Anthony > > ________________________________ > From: Adrian Chadd > To: Anthony Jenkins > Cc: "wireless@freebsd.org" > Sent: Sunday, December 21, 2014 9:39 PM > Subject: Re: Atheros AR9565 detected, not working > > > Hi! > > ok, how'd you build things? a module, or in the kernel? > > You need to (a) build it using 'make buildkernel / make installkernel' > and (b) ensure ATH_ENABLE_11N is in your kernel configuration. > > The GPIO bits are a bit odd - let me check the other chipset drivers. > > Can you compile the tools in src/tools/tools/ath/ - then run this: > > ath_prom_dump -i ath0 -d /tmp/ath.dump > ath_ee_9300_print /tmp/ath.dump > /tmp/ath.txt > > then email the contents of ath.txt . It'll include the GPIO pin id. > > Thanks! > > > > -adrian > > > > On 18 December 2014 at 11:53, Anthony Jenkins wrot= e: >> The attached patch seems to get my rfkill GPIO working. It seems ar9300= _enable_rf_kill() is never called. I added a call to it after ath_hal_enab= le_rfkill(), but this is probably not the right place (I see it called seve= ral times while the interface is up). >> >> I also found several spots in the GPIO handling code which give up if th= e GPIO pin is 8, 9, 11 or greater than 13; my rfkill GPIO pin is 11 (0x0B).= I commented these out: >> >> >> if ((gpio =3D=3D AR9382_GPIO_PIN_8_RESERVED) || >> (gpio =3D=3D AR9382_GPIO_PIN_11_RESERVED) || >> (gpio =3D=3D AR9382_GPIO_9_INPUT_ONLY)) >> { >> return AH_FALSE; >> } >> >> >> >> if ((gpio =3D=3D AR9382_GPIO_PIN_8_RESERVED) || >> (gpio =3D=3D AR9382_GPIO_PIN_11_RESERVED) || >> (gpio > AR9382_MAX_GPIO_INPUT_PIN_NUM)) >> { >> return; >> } >> >> >> Haven't narrowed down which is responsible for me being able to send thi= s email using my AR9565. Also I'm getting flooded with these messages sinc= e moving ath & wlan out of the kernel...my patch broke something, no? >> >> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? >> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D1, nbufs=3D128? >> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? >> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D1, nbufs=3D128? >> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? >> >> >> Anthony >> ________________________________ >> From: Adrian Chadd >> To: Anthony Jenkins >> Cc: "freebsd-wireless@freebsd.org" >> Sent: Monday, July 29, 2013 10:44 AM >> Subject: Re: Atheros AR9565 detected, not working >> >> >> Cool, thanks. >> >> Please make sure you post patches for all the things you fix. I'd love >> to see this kind of thing work out of the box. :) >> >> >> -adrian >> >> On 29 July 2013 07:36, Anthony Jenkins wrote: >>> Thanks Adrian, >>> >>> I've managed to fix a few things on this laptop, the remaining stuff is >>> BIOS/ACPI related. acpi_hp(4) isn't working, has something to do with = WMI. >>> Hoping if I fix the ACPI stuff I can >> have me AR9565 working. I'll poke >>> around and report back; the RFKill suggestion is a good place to start >>> looking. >>> >>> Thanks, >>> Anthony >>> >>> >>> On 07/29/13 10:30, Adrian Chadd wrote: >>>> >>>> Hm, maybe rfkill is set? >>>> >>>> The AR9565 is supported. I have the reference NICs from Atheros; they >>>> work just fine. >>>> >>>> It may be some kind of ACPI setting to enable/disable RFKill so the >>>> radio side is actually enabled. >>>> >>>> I'm sorry, I don't have much more than that to offer without having >>>> the laptop here. >>>> >>>> If someone's willing to send me one, I'll get 10 + wireless working on >>>> it and then hand it over to ixsystems to join the 'stuff we really >>>> should get pcbsd running smoothly on' pile. They're about $500 off of >>>> >> amazon.com. >>>> >>>> Thanks, >>>> >>>> >>>> >>>> -adrian >>>> >>>> On 29 July 2013 07:21, Anthony Jenkins wrote: >>>>> >>>>> I just got an HP ENVY Sleekbook 6z-1100 laptop hoping it came with a >>>>> FreeBSD-supported wireless NIC. It has an Atheros AR9565 and looking= at >>>>> the >>>>> logs it _seems_ like it should be working, but I get no network traff= ic. >>>>> I >>>>> haven't started the Atheros debugging procedure yet, save to compile = in >>>>> option AH_DEBUG and move ath(4) out of the kernel & to a module to >>>>> facilitate changes. Works (of course) in Win8 which came with laptop= . >>>>> Wireless enabled LED is amber (disabled) in FreeBSD, goes from amber >> to >>>>> white (enabled) when I boot the Win8 HDD. >>>>> >>>>> Here's various logs and misc. system info. What should I try next? >>>>> Thanks >>>>> in advance! >>>>> >>>>> [root@laptop /usr/src]# uname -a n >>>>> FreeBSD laptop.qtchat.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat J= ul >>>>> 27 >>>>> 23:45:30 EDT 2013 root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNE= L >>>>> amd64 >>>>> >>>>> [root@laptop /usr/src]# dmesg >>>>> Copyright (c) 1992-2013 The FreeBSD Project. >>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1= 994 >>>>> The Regents >> of the University of California. All rights reserved. >>>>> FreeBSD is a registered trademark of The FreeBSD Foundation. >>>>> FreeBSD 10.0-CURRENT #0: Sat Jul 27 23:45:30 EDT 2013 >>>>> root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL amd64 >>>>> FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 >>>>> module_register: module pci/xhci already exists! >>>>> Module pci/xhci failed to register: 17 >>>>> CPU: AMD A10-4655M APU with Radeon(tm) HD Graphics (1996.31-MHz >>>>> K8-class >>>>> CPU) >>>>> Origin =3D "AuthenticAMD" Id =3D 0x610f01 Family =3D 0x15 Model= =3D 0x10 >>>>> Stepping =3D 1 >>>>> >>>>> >> Features=3D0x178bfbff >>>>> >>>>> Features2=3D0x3e98320b >>>>> AMD Features=3D0x2e500800 >>>>> AMD >>>>> >>>>> Features2=3D0x1abbfff,NodeId,TBM,,> >>>>> Standard Extended Features=3D0x8 >>>>> TSC: P-state invariant, performance statistics >>>>> real memory =3D 17179869184 (16384 MB) >>>>> avail memory =3D 15463530496 (14747 MB) >>>>> Event timer "LAPIC" quality 400 >>>>> ACPI APIC Table: >> >>>>> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >>>>> FreeBSD/SMP: 1 package(s) x 4 core(s) >>>>> cpu0 (BSP): APIC ID: 16 >>>>> cpu1 (AP): APIC ID: 17 >>>>> cpu2 (AP): APIC ID: 18 >>>>> cpu3 (AP): APIC ID: 19 >>>>> ioapic0: Changing APIC ID to 4 >>>>> ioapic0 irqs 0-23 on motherboard >>>>> kbd1 at kbdmux0 >>>>> acpi0: on motherboard >>>>> acpi0: Power Button (fixed) >>>>> cpu0: on acpi0 >>>>> cpu1: on acpi0 >>>>> cpu2: on acpi0 >>>>> cpu3: on acpi0 >>>>> hpet0: iomem 0xfed00000-0xfed003ff irq 0= ,8 >>>>> on >>>>> acpi0 >>>>> Timecounter "HPET" frequency 14318180 Hz quality >> 950 >>>>> atrtc0: port 0x70-0x71 on acpi0 >>>>> Event timer "RTC" frequency 32768 Hz quality 0 >>>>> attimer0: port 0x40-0x43 on acpi0 >>>>> Timecounter "i8254" frequency 1193182 Hz quality 0 >>>>> Event timer "i8254" frequency 1193182 Hz quality 100 >>>>> Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 >>>>> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 >>>>> acpi_ec0: port 0x62,0x66 iomem >>>>> 0xff000000-0xff000fff on acpi0 >>>>> acpi_button0: on acpi0 >>>>> pcib0: port 0xcf8-0xcff on acpi0 >>>>> pci0: on pcib0 >>>>> vgapci0: port 0x3000-0x30ff mem >>>>> 0xe0000000-0xefffffff,0xf0300000-0xf033ffff >> irq 17 at device 1.0 on pci0 >>>>> acpi_video0: on vgapci0 >>>>> hdac0: mem 0xf0344000-0xf0347fff irq 18= at >>>>> device 1.1 on pci0 >>>>> hdac0: hdac_get_capabilities: Invalid corb size (0); assuming 256. >>>>> hdac0: hdac_get_capabilities: Invalid rirb size (0); assuming 256. >>>>> pcib1: at device 4.0 on pci0 >>>>> pci1: on pcib1 >>>>> pci1: at device 0.0 (no driver attached) >>>>> re0: port >>>>> 0x2000-0x20ff mem 0xf0004000-0xf0004fff,0xf0000000-0xf0003fff irq 16 = at >>>>> device 0.2 on pci1 >>>>> re0: Using 1 MSI-X message >>>>> re0: turning off MSI enable bit. >>>>> re0: ASPM disabled >>>>> re0: Chip rev. >> 0x48800000 >>>>> re0: MAC rev. 0x00000000 >>>>> miibus0: on re0 >>>>> rgephy0: PHY 1 on >>>>> miibus0 >>>>> rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, >>>>> 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-maste= r, >>>>> 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow >>>>> re0: Ethernet address: 6c:3b:e5:81:21:f0 >>>>> pcib2: at device 5.0 on pci0 >>>>> pci2: on pcib2 >>>>> ath0: mem 0xf0100000-0xf017ffff irq 17 at >>>>> device >>>>> 0.0 on pci2 >>>>> ar9300_set_stub_functions: setting stub functions >>>>> ar9300_set_stub_functions: setting stub functions >>>>> ar9300_attach: calling >> ar9300_hw_attach >>>>> ar9300_hw_attach: calling ar9300_eeprom_attach >>>>> ar9300_flash_map: unimplemented for now >>>>> Restoring Cal data from DRAM >>>>> Restoring Cal data from EEPROM >>>>> Restoring Cal data from Flash >>>>> Restoring Cal data from Flash >>>>> Restoring Cal data from OTP >>>>> ar9300_hw_attach: ar9300_eeprom_attach returned 0 >>>>> ar9300_fill_capability_info: (MCI) MCI support =3D 1 >>>>> ath0: RX status length: 48 >>>>> ath0: RX buffer size: 4096 >>>>> ath0: TX descriptor length: 128 >>>>> ath0: TX status length: 36 >>>>> ath0: TX buffers per descriptor: 4 >>>>> ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0 >>>>> ath0: ath_edma_setup_rxfifo: type=3D0, FIFO depth =3D 16 entries >>>>> ath0: ath_edma_setup_rxfifo: type=3D1, FIFO depth =3D 128 >> entries >>>>> ath0: [HT] enabling HT modes >>>>> ath0: [HT] enabling short-GI in 20MHz mode >>>>> ath0: [HT] 1 stream STBC receive enabled >>>>> ath0: [HT] 1 RX streams; 1 TX streams >>>>> ath0: AR9565 mac 704.0 RF5110 phy 526.12 >>>>> ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 >>>>> xhci0: mem 0xf0348000-0xf0349fff = irq >>>>> 18 >>>>> at device 16.0 on pci0 >>>>> usbus0: waiting for BIOS to give up control >>>>> xhci0: 32 byte context size. >>>>> usbus0 on xhci0 >>>>> ahci0: port >>>>> 0x3118-0x311f,0x3124-0x3127,0x3110-0x3117,0x3120-0x3123,0x3100-0x310f= mem >>>>> 0xf034e000-0xf034e7ff irq 19 at device 17.0 on pci0 >>>>> ahci0: AHCI v1.30 with 1 6Gbps ports, Port Multiplier supported >>>>> ahcich0: >> at channel 0 on ahci0 >>>>> ohci0: mem 0xf034d000-0xf034dfff irq = 18 >>>>> at >>>>> device 18.0 on pci0 >>>>> usbus1 on ohci0 >>>>> ehci0: mem 0xf034c000-0xf034c0ff = irq >>>>> 17 >>>>> at device 18.2 on pci0 >>>>> usbus2: EHCI version 1.0 >>>>> usbus2 on ehci0 >>>>> ohci1: mem 0xf034b000-0xf034bfff irq = 18 >>>>> at >>>>> device 19.0 on pci0 >>>>> usbus3 on ohci1 >>>>> ehci1: mem 0xf034a000-0xf034a0ff = irq >>>>> 17 >>>>> at device 19.2 on pci0 >>>>> usbus4: EHCI version 1.0 >>>>> usbus4 on ehci1 >>>>> pci0: at device 20.0 (no driver attached) >>>>> hdac1: >> mem 0xf0340000-0xf0343fff >>>>> irq >>>>> 16 at device 20.2 on pci0 >>>>> isab0: at device 20.3 on pci0 >>>>> isa0: on isab0 >>>>> pcib3: at device 20.4 on pci0 >>>>> pci3: on pcib3 >>>>> acpi_lid0: on acpi0 >>>>> acpi_tz0: on acpi0 >>>>> acpi_tz0: _CRT value is absurd, ignored (226.8C) >>>>> atkbdc0: port 0x60,0x64 irq 1 on acpi0 >>>>> atkbd0: irq 1 on atkbdc0 >>>>> kbd0 at atkbd0 >>>>> atkbd0: [GIANT-LOCKED] >>>>> psm0: irq 12 on atkbdc0 >>>>> psm0: [GIANT-LOCKED] >>>>> psm0: model Synaptics Touchpad, device ID 0 >>>>> >> battery0: on acpi0 >>>>> acpi_acad0: on acpi0 >>>>> sc0: at flags 0x100 on isa0 >>>>> sc0: VGA <16 virtual consoles, flags=3D0x300> >>>>> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on = isa0 >>>>> ctl: CAM Target Layer loaded >>>>> acpi_throttle0: on cpu0 >>>>> acpi_throttle1: on cpu1 >>>>> acpi_throttle1: failed to attach P_CNT >>>>> device_attach: acpi_throttle1 attach returned 6 >>>>> acpi_throttle2: on cpu2 >>>>> acpi_throttle2: failed to attach P_CNT >>>>> device_attach: acpi_throttle2 attach returned 6 >>>>> acpi_throttle3: on cpu3 >>>>> acpi_throttle3: failed to attach P_CNT >>>>> >> device_attach: acpi_throttle3 attach returned 6 >>>>> ZFS filesystem version: 5 >>>>> ZFS storage pool version: features support (5000) >>>>> Timecounters tick every 1.000 msec >>>>> hdacc0: at cad 0 on hdac0 >>>>> hdaa0: at nid 1 on hdacc0 >>>>> pcm0: at nid 3 on hdaa0 >>>>> hdacc1: at cad 0 on hdac1 >>>>> hdaa1: at nid 1 on hdacc1 >>>>> pcm1: at nid 13,11 and 12 on hdaa= 1 >>>>> pcm2: at nid 17 on hdaa1 >>>>> usbus0: 5.0Gbps Super Speed USB v3.0 >>>>> usbus1: 12Mbps Full Speed USB v1.0 >>>>> usbus2: 480Mbps High Speed USB v2.0 >>>>> usbus3: 12Mbps Full Speed USB >> v1.0 >>>>> usbus4: 480Mbps High Speed USB v2.0 >>>>> ugen3.1: at usbus3 >>>>> uhub0: on usbus= 3 >>>>> ugen2.1: at usbus2 >>>>> uhub1: on usbus= 2 >>>>> ugen1.1: at usbus1 >>>>> uhub2: on usbus= 1 >>>>> ugen0.1: <0x1022> at usbus0 >>>>> uhub3: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on us= bus0 >>>>> ugen4.1: at usbus4 >>>>> uhub4: on usbus= 4 >>>>> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >>>>> ada0: ATA-9 SATA 3.x device >>>>> ada0: 600.000MB/s transfers (SATA 3.x, >> UDMA6, PIO 8192bytes) >>>>> ada0: Command Queueing enabled >>>>> ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C) >>>>> ada0: Previously was known as ad4 >>>>> SMP: AP CPU #3 Launched! >>>>> SMP: AP CPU #1 Launched! >>>>> SMP: AP CPU #2 Launched! >>>>> Timecounter "TSC" frequency 1996309068 Hz quality 1000 >>>>> Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0 >>>>> uhub0: 5 ports with 5 removable, self powered >>>>> uhub2: 5 ports with 5 removable, self powered >>>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>>> [SystemCMOS] >>>>> (20130626/evregion-178) >>>>> ACPI Error: Region SystemCMOS (ID=3D5) has no handler >>>>> (20130626/exfldio-320) >>>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>>> 0xfffffe0026adac40), >> AE_NOT_EXIST (20130626/psparse-553) >>>>> ACPI Error: Method parse/execution failed [\134_SB_.PCI0.LPC0.EC0_._Q= 42] >>>>> (Node 0xfffffe0026ae8340), AE_NOT_EXIST (20130626/psparse-553) >>>>> acpi_ec0: evaluation of query method _Q42 failed: AE_NOT_EXIST >>>>> uhub3: 4 ports with 4 removable, self powered >>>>> Root mount waiting for: usbus4 usbus2 >>>>> uhub1: 5 ports with 5 removable, self powered >>>>> uhub4: 5 ports with 5 removable, self powered >>>>> Root mount waiting for: usbus4 usbus2 >>>>> ugen2.2: at usbus2 >>>>> ugen4.2: at usbus4 >>>>> Trying to mount root from zfs:sys []... >>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>> ugen3.2: at usbus3 >>>>> >> ar9300_Stub_GetCTSTimeout: called >>>>> ar9300_Stub_GetCTSTimeout: called >>>>> ar9300_Stub_GetAntennaSwitch: called >>>>> ar9300_Stub_GetAntennaSwitch: called >>>>> wlan1: Ethernet address: 20:68:9d:c5:76:8d >>>>> run0: on usbus= 2 >>>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>>> 1c:bd:b9:8c:9d:71 >>>>> ubt0: >>>>> on >>>>> usbus3 >>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>> WARNING: attempt to domain_add(bluetooth) after domainfinalize() >>>>> WARNING: attempt to domain_add(netgraph) after domainfinalize() >>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>> can't >> evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>> WARNING pid 2654 (python2.7): ioctl sign-extension ioctl ffffffff8008= 7467 >>>>> WARNING pid 2655 (python2.7): ioctl sign-extension ioctl ffffffff8008= 7467 >>>>> WARNING pid 2656 (python2.7): ioctl sign-extension ioctl ffffffff8008= 7467 >>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>> wlan0: link state changed to UP >>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>> uhub3: at usbus0, port 1, addr 1 (disconnected) >>>>> uhub2: at usbus1, port 1, addr 1 (disconnected) >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller >> halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> uhub1: at usbus2, port 1, addr 1 (disconnected) >>>>> ugen2.2: at usbus2 (disconnected) >>>>> run0: at uhub1, port 1, addr 2 (disconnected) >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller >> halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> wlan0: link state changed to DOWN >>>>> uhub0: at usbus3, port 1, addr 1 (disconnected) >>>>> ugen3.2: at usbus3 (disconnected) >>>>> ubt0: at uhub0, port 4, addr 2 (disconnected) >>>>> xhci_interrupt: host controller halted >>>>> xhci_interrupt: host controller halted >>>>> uhub4: at usbus4, port 1, addr 1 (disconnected) >>>>> ugen4.2: at usbus4 (disconnected) >>>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>>> [SystemCMOS] >>>>> (20130626/evregion-178) >>>>> ACPI Error: Region SystemCMOS (ID=3D5) >> has no handler >>>>> (20130626/exfldio-320) >>>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>>> 0xfffffe0026adac40), AE_NOT_EXIST (20130626/psparse-553) >>>>> ACPI Error: Method parse/execution failed [\134_PTS] (Node >>>>> 0xfffffe0026ab4c80), AE_NOT_EXIST (20130626/psparse-553) >>>>> acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_EXIST >>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>> xhci0: 32 byte context size. >>>>> uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on us= bus0 >>>>> uhub1: on usbus= 2 >>>>> uhub2: on usbus= 4 >>>>> uhub3: on usbus= 3 >>>>> uhub4: > HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 >>>>> uhub0: 4 ports with 4 removable, self powered >>>>> uhub4: 5 ports with 5 removable, self powered >>>>> uhub3: 5 ports with 5 removable, self powered >>>>> uhub1: 5 ports with 5 removable, self powered >>>>> uhub2: 5 ports with 5 removable, self powered >>>>> ugen2.2: at usbus2 >>>>> run0: on usbus= 2 >>>>> ugen4.2: at usbus4 >>>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>>> 1c:bd:b9:8c:9d:71 >>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>> ugen3.2: at usbus3 >>>>> ubt0: >>>>> >> on >>>>> usbus3 >>>>> wlan0: link state changed to UP >>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>> >>>>> [root@laptop /usr/src]# cat /etc/rc.conf >>>>> wlans_run0=3D"wlan0" >>>>> wlans_ath0=3D"wlan1" >>>>> ifconfig_wlan0=3D"DHCP WPA" >>>>> ... >>>>> >>>>> [root@laptop /usr/src]# ifconfig -a >>>>> ath0: flags=3D8802 metric 0 mtu 2290 >>>>> ether 20:68:9d:c5:76:8d >>>>> nd6 options=3D29 >>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>> status: no carrier >>>>> wlan1: >> flags=3D8802 metric 0 mtu 1500 >>>>> ether 20:68:9d:c5:76:8d >>>>> nd6 options=3D29 >>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>> status: no carrier >>>>> ssid "" channel 1 (2412 MHz 11b) >>>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bm= iss >>>>> 7 >>>>> scanvalid 60 wme burst bintval 0 >>>>> ... >>>>> >>>>> [root@laptop /usr/src]# /etc/rc.d/netif start ath0 >>>>> Starting Network: ath0. >>>>> ath0: flags=3D8843 metric 0 m= tu >>>>> >> 2290 >>>>> ether 20:68:9d:c5:76:8d >>>>> nd6 options=3D29 >>>>> media: IEEE 802.11 Wireless Ethernet autoselect mode 11g >>>>> status: associated >>>>> Additional inet routing options: ignore ICMP redirect=3DYES log ICMP >>>>> redirect=3DYES. >>>>> >>>>> [root@laptop /usr/src]# for iface in ath0 wlan1; do ifconfig ${iface}= ; >>>>> done >>>>> ath0: flags=3D8843 metric 0 m= tu >>>>> 2290 >>>>> ether 20:68:9d:c5:76:8d >>>>> nd6 options=3D29 >>>>> media: IEEE 802.11 Wireless Ethernet autoselect mode >> 11g >>>>> status: associated >>>>> wlan1: flags=3D8843 metric 0 = mtu >>>>> 1500 >>>>> ether 20:68:9d:c5:76:8d >>>>> inet 67.215.65.145 netmask 0xff000000 broadcast 67.215.65.145 >>>>> nd6 options=3D29 >>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>> status: no carrier >>>>> ssid "" channel 2 (2417 MHz 11g) >>>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bm= iss >>>>> 7 >>>>> scanvalid 60 protmode CTS wme burst >>>>> >>>>> [root@laptop /usr/src]# dmesg >>>>> ... >>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>> >>>>> >>>>> -- >>>>> Anthony Jenkins >>>>> _______________________________________________ >>>>> freebsd-wireless@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>>> To unsubscribe, send any mail to >>>>> "freebsd-wireless-unsubscribe@freebsd.org" >>> >>> >>> >>> -- >>> Anthony Jenkins From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 19:49:38 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71179AEC for ; Mon, 22 Dec 2014 19:49:38 +0000 (UTC) Received: from nm50.bullet.mail.gq1.yahoo.com (nm50.bullet.mail.gq1.yahoo.com [67.195.87.86]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2179F39B8 for ; Mon, 22 Dec 2014 19:49:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1419277342; bh=c0Hqjp5taxLO1wLfwN7BI9FPkKO1jhMS7YcjuIW9FRM=; h=Date:From:To:CC:Subject:References:In-Reply-To:From:Subject; b=mU1oTWlFduFzX76UkUuKclZ/9gEd+LDyDTdReJbTs091f/hLEcn+vItJW7FSG7jrKJDub0NZBrUSaza8j5TJmZVGTFpen5vb0c1Es9fKwP1SUZ5kSAHqGtj5yLmPtwLk+l5Rl95u1sh4K0FxUWSdriW4pS39VNnQVS4+GUsruGM2XR7zbGyjSAZMuCDaCeKUm/Ipw1y7STigX9A7QugmkFK5fQREpY0nhifQyZv0MRpfdXTYZEB7WIjV5q7irKP5JWp15CAcgf3+PhyjbqoiJJXVRIc3Uj1qlNd0ZDmAkrhbQ7G846Uj6ywcm1lcLOuXptYlrl0RqvMZ0mgHAYx/EQ== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=YMZ9/7ht+N4NjlkBv5vwmIs7FBlq5jG7BGPQs9QJgNig3bqpt3S4DLEfWsZgDOadEoatIgLLlxnDtN9xC7wqsHe9L1e8g0/5H93pLEliEbylUmGZPEzXgrI4VWtk0Mk0vNAOTBtViLOvfGpkDh4n9+TjdXOP2IdpBb2YIgYhqHhhm50+0/dTmq9ZVXpY6Oa5YEPAnPpgdVhZJ4KWa95vZ18lNLLTX7uTDYti5jPQjAjm6rWaJRNGGSlq/TT7lQ4lJ3A5q27LF7J1npzEF2Y6Iey7au01grjGPaKD0j7TcxEr/2Y846Mz41G4kK0W71e0XlFUcHLlw8SlvmImqUx8yQ==; Received: from [127.0.0.1] by nm50.bullet.mail.gq1.yahoo.com with NNFMP; 22 Dec 2014 19:42:22 -0000 Received: from [98.137.12.61] by nm50.bullet.mail.gq1.yahoo.com with NNFMP; 22 Dec 2014 19:39:23 -0000 Received: from [98.139.215.140] by tm6.bullet.mail.gq1.yahoo.com with NNFMP; 22 Dec 2014 19:39:22 -0000 Received: from [68.142.230.75] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 19:39:22 -0000 Received: from [127.0.0.1] by smtp232.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 19:39:21 -0000 X-Yahoo-Newman-Id: 979894.90703.bm@smtp232.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-4 X-YMail-OSG: XgN_9IwVM1lzocA0hUU7ULZ7vBKjSSpiDcysIPWdomVf62X ejQo52AfrxkbiuDBiIpTyy7OT7nydGS_R9TlQKUOvGkaovb8M_lc7hFsuOVt Tm6F5lMilF1hwFvahCFSQVhq7gVxgqUxCHcsCt0JRFc0LdSqcgJZxTTnnELH JZWqh655Ed1iY1YTHK7fihUcAw.Wr0NbvqVOsldfc52kwpTQeonLqQIJUtNL Zl_Asc3TATri.CrY01TT2_ihpSfl9EQafKQju0B_TlWpNvKmntdtTc24oSRQ PyqrzXbpQrcSLunjAZS3vcdGz0XAdnFiclBTaMLTyBnn9l_F5e4PQ_FGkgpX 0bATeNK2egYR8j06ZSvg8BjPrpgmhfCLTbNW0Zc7Xpqht6cb162vsa_x_z3_ I_b5CSd__XHPC9vb8Ufm.ucSa5TE1vjCpUJ2.JNn.jW2bPVP6o_HFmVUtEBB 1PtGqCcmeFpK3YCYP7.l2HPmdxgL.KCSF5qo43k.D5Vs_Bm1T9ruvQpLFLiE ghuyBIwUEUFwQnze1wq2X3yTgGRsg4LEHP7xVKpZeijv1wRIV7Lm3SuDEKCn krQ3YuEHQ0kRPnwqv2EYl6oaU0m.BIoP5Ft90 X-Yahoo-SMTP: 9sPoSQ2swBBlERuQ.0vs8XLc_MeClW0- Message-ID: <54987366.6060803@yahoo.com> Date: Mon, 22 Dec 2014 14:39:18 -0500 From: Anthony Jenkins User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Atheros AR9565 detected, not working References: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> In-Reply-To: Content-Type: multipart/mixed; boundary="------------010507010808010009050409" Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 19:49:38 -0000 This is a multi-part message in MIME format. --------------010507010808010009050409 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Logs attached. Thanks, Anthony On 12/22/2014 11:21, Adrian Chadd wrote: > Yeah, there's no GPIO check like there is in the reference code. > > The fact it says AR9382 is pretty telling. That's like it's asking for > a very specific NIC with very specific GPIO mappings. :( > > > > -adrian > > > On 22 December 2014 at 06:03, Anthony Jenkins wrote: >> Will do. I'm actually thinking about reverting my changes just to see if stock ath(4) works (it's been a looong while since I played with bringing it up). I still occasionally see the same behavior I saw before my changes. >> >> I'm using a recent Linux kernel (which works out of the box) to get it working in FreeBSD - the keyboard wi-fi LED and hotkey work perfectly there. >> >> Thanks, >> Anthony >> >> ________________________________ >> From: Adrian Chadd >> To: Anthony Jenkins >> Cc: "wireless@freebsd.org" >> Sent: Sunday, December 21, 2014 9:39 PM >> Subject: Re: Atheros AR9565 detected, not working >> >> >> Hi! >> >> ok, how'd you build things? a module, or in the kernel? >> >> You need to (a) build it using 'make buildkernel / make installkernel' >> and (b) ensure ATH_ENABLE_11N is in your kernel configuration. >> >> The GPIO bits are a bit odd - let me check the other chipset drivers. >> >> Can you compile the tools in src/tools/tools/ath/ - then run this: >> >> ath_prom_dump -i ath0 -d /tmp/ath.dump >> ath_ee_9300_print /tmp/ath.dump > /tmp/ath.txt >> >> then email the contents of ath.txt . It'll include the GPIO pin id. >> >> Thanks! >> >> >> >> -adrian >> >> >> >> On 18 December 2014 at 11:53, Anthony Jenkins wrote: >>> The attached patch seems to get my rfkill GPIO working. It seems ar9300_enable_rf_kill() is never called. I added a call to it after ath_hal_enable_rfkill(), but this is probably not the right place (I see it called several times while the interface is up). >>> >>> I also found several spots in the GPIO handling code which give up if the GPIO pin is 8, 9, 11 or greater than 13; my rfkill GPIO pin is 11 (0x0B). I commented these out: >>> >>> >>> if ((gpio == AR9382_GPIO_PIN_8_RESERVED) || >>> (gpio == AR9382_GPIO_PIN_11_RESERVED) || >>> (gpio == AR9382_GPIO_9_INPUT_ONLY)) >>> { >>> return AH_FALSE; >>> } >>> >>> >>> >>> if ((gpio == AR9382_GPIO_PIN_8_RESERVED) || >>> (gpio == AR9382_GPIO_PIN_11_RESERVED) || >>> (gpio > AR9382_MAX_GPIO_INPUT_PIN_NUM)) >>> { >>> return; >>> } >>> >>> >>> Haven't narrowed down which is responsible for me being able to send this email using my AR9565. Also I'm getting flooded with these messages since moving ath & wlan out of the kernel...my patch broke something, no? >>> >>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? >>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=1, nbufs=128? >>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? >>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=1, nbufs=128? >>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? >>> >>> >>> Anthony >>> ________________________________ >>> From: Adrian Chadd >>> To: Anthony Jenkins >>> Cc: "freebsd-wireless@freebsd.org" >>> Sent: Monday, July 29, 2013 10:44 AM >>> Subject: Re: Atheros AR9565 detected, not working >>> >>> >>> Cool, thanks. >>> >>> Please make sure you post patches for all the things you fix. I'd love >>> to see this kind of thing work out of the box. :) >>> >>> >>> -adrian >>> >>> On 29 July 2013 07:36, Anthony Jenkins wrote: >>>> Thanks Adrian, >>>> >>>> I've managed to fix a few things on this laptop, the remaining stuff is >>>> BIOS/ACPI related. acpi_hp(4) isn't working, has something to do with WMI. >>>> Hoping if I fix the ACPI stuff I can >>> have me AR9565 working. I'll poke >>>> around and report back; the RFKill suggestion is a good place to start >>>> looking. >>>> >>>> Thanks, >>>> Anthony >>>> >>>> >>>> On 07/29/13 10:30, Adrian Chadd wrote: >>>>> Hm, maybe rfkill is set? >>>>> >>>>> The AR9565 is supported. I have the reference NICs from Atheros; they >>>>> work just fine. >>>>> >>>>> It may be some kind of ACPI setting to enable/disable RFKill so the >>>>> radio side is actually enabled. >>>>> >>>>> I'm sorry, I don't have much more than that to offer without having >>>>> the laptop here. >>>>> >>>>> If someone's willing to send me one, I'll get 10 + wireless working on >>>>> it and then hand it over to ixsystems to join the 'stuff we really >>>>> should get pcbsd running smoothly on' pile. They're about $500 off of >>>>> >>> amazon.com. >>>>> Thanks, >>>>> >>>>> >>>>> >>>>> -adrian >>>>> >>>>> On 29 July 2013 07:21, Anthony Jenkins wrote: >>>>>> I just got an HP ENVY Sleekbook 6z-1100 laptop hoping it came with a >>>>>> FreeBSD-supported wireless NIC. It has an Atheros AR9565 and looking at >>>>>> the >>>>>> logs it _seems_ like it should be working, but I get no network traffic. >>>>>> I >>>>>> haven't started the Atheros debugging procedure yet, save to compile in >>>>>> option AH_DEBUG and move ath(4) out of the kernel & to a module to >>>>>> facilitate changes. Works (of course) in Win8 which came with laptop. >>>>>> Wireless enabled LED is amber (disabled) in FreeBSD, goes from amber >>> to >>>>>> white (enabled) when I boot the Win8 HDD. >>>>>> >>>>>> Here's various logs and misc. system info. What should I try next? >>>>>> Thanks >>>>>> in advance! >>>>>> >>>>>> [root@laptop /usr/src]# uname -a n >>>>>> FreeBSD laptop.qtchat.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Jul >>>>>> 27 >>>>>> 23:45:30 EDT 2013 root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL >>>>>> amd64 >>>>>> >>>>>> [root@laptop /usr/src]# dmesg >>>>>> Copyright (c) 1992-2013 The FreeBSD Project. >>>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >>>>>> The Regents >>> of the University of California. All rights reserved. >>>>>> FreeBSD is a registered trademark of The FreeBSD Foundation. >>>>>> FreeBSD 10.0-CURRENT #0: Sat Jul 27 23:45:30 EDT 2013 >>>>>> root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL amd64 >>>>>> FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 >>>>>> module_register: module pci/xhci already exists! >>>>>> Module pci/xhci failed to register: 17 >>>>>> CPU: AMD A10-4655M APU with Radeon(tm) HD Graphics (1996.31-MHz >>>>>> K8-class >>>>>> CPU) >>>>>> Origin = "AuthenticAMD" Id = 0x610f01 Family = 0x15 Model = 0x10 >>>>>> Stepping = 1 >>>>>> >>>>>> >>> Features=0x178bfbff >>>>>> Features2=0x3e98320b >>>>>> AMD Features=0x2e500800 >>>>>> AMD >>>>>> >>>>>> Features2=0x1abbfff,NodeId,TBM,,> >>>>>> Standard Extended Features=0x8 >>>>>> TSC: P-state invariant, performance statistics >>>>>> real memory = 17179869184 (16384 MB) >>>>>> avail memory = 15463530496 (14747 MB) >>>>>> Event timer "LAPIC" quality 400 >>>>>> ACPI APIC Table: >>>>> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >>>>>> FreeBSD/SMP: 1 package(s) x 4 core(s) >>>>>> cpu0 (BSP): APIC ID: 16 >>>>>> cpu1 (AP): APIC ID: 17 >>>>>> cpu2 (AP): APIC ID: 18 >>>>>> cpu3 (AP): APIC ID: 19 >>>>>> ioapic0: Changing APIC ID to 4 >>>>>> ioapic0 irqs 0-23 on motherboard >>>>>> kbd1 at kbdmux0 >>>>>> acpi0: on motherboard >>>>>> acpi0: Power Button (fixed) >>>>>> cpu0: on acpi0 >>>>>> cpu1: on acpi0 >>>>>> cpu2: on acpi0 >>>>>> cpu3: on acpi0 >>>>>> hpet0: iomem 0xfed00000-0xfed003ff irq 0,8 >>>>>> on >>>>>> acpi0 >>>>>> Timecounter "HPET" frequency 14318180 Hz quality >>> 950 >>>>>> atrtc0: port 0x70-0x71 on acpi0 >>>>>> Event timer "RTC" frequency 32768 Hz quality 0 >>>>>> attimer0: port 0x40-0x43 on acpi0 >>>>>> Timecounter "i8254" frequency 1193182 Hz quality 0 >>>>>> Event timer "i8254" frequency 1193182 Hz quality 100 >>>>>> Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 >>>>>> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 >>>>>> acpi_ec0: port 0x62,0x66 iomem >>>>>> 0xff000000-0xff000fff on acpi0 >>>>>> acpi_button0: on acpi0 >>>>>> pcib0: port 0xcf8-0xcff on acpi0 >>>>>> pci0: on pcib0 >>>>>> vgapci0: port 0x3000-0x30ff mem >>>>>> 0xe0000000-0xefffffff,0xf0300000-0xf033ffff >>> irq 17 at device 1.0 on pci0 >>>>>> acpi_video0: on vgapci0 >>>>>> hdac0: mem 0xf0344000-0xf0347fff irq 18 at >>>>>> device 1.1 on pci0 >>>>>> hdac0: hdac_get_capabilities: Invalid corb size (0); assuming 256. >>>>>> hdac0: hdac_get_capabilities: Invalid rirb size (0); assuming 256. >>>>>> pcib1: at device 4.0 on pci0 >>>>>> pci1: on pcib1 >>>>>> pci1: at device 0.0 (no driver attached) >>>>>> re0: port >>>>>> 0x2000-0x20ff mem 0xf0004000-0xf0004fff,0xf0000000-0xf0003fff irq 16 at >>>>>> device 0.2 on pci1 >>>>>> re0: Using 1 MSI-X message >>>>>> re0: turning off MSI enable bit. >>>>>> re0: ASPM disabled >>>>>> re0: Chip rev. >>> 0x48800000 >>>>>> re0: MAC rev. 0x00000000 >>>>>> miibus0: on re0 >>>>>> rgephy0: PHY 1 on >>>>>> miibus0 >>>>>> rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, >>>>>> 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, >>>>>> 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow >>>>>> re0: Ethernet address: 6c:3b:e5:81:21:f0 >>>>>> pcib2: at device 5.0 on pci0 >>>>>> pci2: on pcib2 >>>>>> ath0: mem 0xf0100000-0xf017ffff irq 17 at >>>>>> device >>>>>> 0.0 on pci2 >>>>>> ar9300_set_stub_functions: setting stub functions >>>>>> ar9300_set_stub_functions: setting stub functions >>>>>> ar9300_attach: calling >>> ar9300_hw_attach >>>>>> ar9300_hw_attach: calling ar9300_eeprom_attach >>>>>> ar9300_flash_map: unimplemented for now >>>>>> Restoring Cal data from DRAM >>>>>> Restoring Cal data from EEPROM >>>>>> Restoring Cal data from Flash >>>>>> Restoring Cal data from Flash >>>>>> Restoring Cal data from OTP >>>>>> ar9300_hw_attach: ar9300_eeprom_attach returned 0 >>>>>> ar9300_fill_capability_info: (MCI) MCI support = 1 >>>>>> ath0: RX status length: 48 >>>>>> ath0: RX buffer size: 4096 >>>>>> ath0: TX descriptor length: 128 >>>>>> ath0: TX status length: 36 >>>>>> ath0: TX buffers per descriptor: 4 >>>>>> ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0 >>>>>> ath0: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries >>>>>> ath0: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 >>> entries >>>>>> ath0: [HT] enabling HT modes >>>>>> ath0: [HT] enabling short-GI in 20MHz mode >>>>>> ath0: [HT] 1 stream STBC receive enabled >>>>>> ath0: [HT] 1 RX streams; 1 TX streams >>>>>> ath0: AR9565 mac 704.0 RF5110 phy 526.12 >>>>>> ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 >>>>>> xhci0: mem 0xf0348000-0xf0349fff irq >>>>>> 18 >>>>>> at device 16.0 on pci0 >>>>>> usbus0: waiting for BIOS to give up control >>>>>> xhci0: 32 byte context size. >>>>>> usbus0 on xhci0 >>>>>> ahci0: port >>>>>> 0x3118-0x311f,0x3124-0x3127,0x3110-0x3117,0x3120-0x3123,0x3100-0x310f mem >>>>>> 0xf034e000-0xf034e7ff irq 19 at device 17.0 on pci0 >>>>>> ahci0: AHCI v1.30 with 1 6Gbps ports, Port Multiplier supported >>>>>> ahcich0: >>> at channel 0 on ahci0 >>>>>> ohci0: mem 0xf034d000-0xf034dfff irq 18 >>>>>> at >>>>>> device 18.0 on pci0 >>>>>> usbus1 on ohci0 >>>>>> ehci0: mem 0xf034c000-0xf034c0ff irq >>>>>> 17 >>>>>> at device 18.2 on pci0 >>>>>> usbus2: EHCI version 1.0 >>>>>> usbus2 on ehci0 >>>>>> ohci1: mem 0xf034b000-0xf034bfff irq 18 >>>>>> at >>>>>> device 19.0 on pci0 >>>>>> usbus3 on ohci1 >>>>>> ehci1: mem 0xf034a000-0xf034a0ff irq >>>>>> 17 >>>>>> at device 19.2 on pci0 >>>>>> usbus4: EHCI version 1.0 >>>>>> usbus4 on ehci1 >>>>>> pci0: at device 20.0 (no driver attached) >>>>>> hdac1: >>> mem 0xf0340000-0xf0343fff >>>>>> irq >>>>>> 16 at device 20.2 on pci0 >>>>>> isab0: at device 20.3 on pci0 >>>>>> isa0: on isab0 >>>>>> pcib3: at device 20.4 on pci0 >>>>>> pci3: on pcib3 >>>>>> acpi_lid0: on acpi0 >>>>>> acpi_tz0: on acpi0 >>>>>> acpi_tz0: _CRT value is absurd, ignored (226.8C) >>>>>> atkbdc0: port 0x60,0x64 irq 1 on acpi0 >>>>>> atkbd0: irq 1 on atkbdc0 >>>>>> kbd0 at atkbd0 >>>>>> atkbd0: [GIANT-LOCKED] >>>>>> psm0: irq 12 on atkbdc0 >>>>>> psm0: [GIANT-LOCKED] >>>>>> psm0: model Synaptics Touchpad, device ID 0 >>>>>> >>> battery0: on acpi0 >>>>>> acpi_acad0: on acpi0 >>>>>> sc0: at flags 0x100 on isa0 >>>>>> sc0: VGA <16 virtual consoles, flags=0x300> >>>>>> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >>>>>> ctl: CAM Target Layer loaded >>>>>> acpi_throttle0: on cpu0 >>>>>> acpi_throttle1: on cpu1 >>>>>> acpi_throttle1: failed to attach P_CNT >>>>>> device_attach: acpi_throttle1 attach returned 6 >>>>>> acpi_throttle2: on cpu2 >>>>>> acpi_throttle2: failed to attach P_CNT >>>>>> device_attach: acpi_throttle2 attach returned 6 >>>>>> acpi_throttle3: on cpu3 >>>>>> acpi_throttle3: failed to attach P_CNT >>>>>> >>> device_attach: acpi_throttle3 attach returned 6 >>>>>> ZFS filesystem version: 5 >>>>>> ZFS storage pool version: features support (5000) >>>>>> Timecounters tick every 1.000 msec >>>>>> hdacc0: at cad 0 on hdac0 >>>>>> hdaa0: at nid 1 on hdacc0 >>>>>> pcm0: at nid 3 on hdaa0 >>>>>> hdacc1: at cad 0 on hdac1 >>>>>> hdaa1: at nid 1 on hdacc1 >>>>>> pcm1: at nid 13,11 and 12 on hdaa1 >>>>>> pcm2: at nid 17 on hdaa1 >>>>>> usbus0: 5.0Gbps Super Speed USB v3.0 >>>>>> usbus1: 12Mbps Full Speed USB v1.0 >>>>>> usbus2: 480Mbps High Speed USB v2.0 >>>>>> usbus3: 12Mbps Full Speed USB >>> v1.0 >>>>>> usbus4: 480Mbps High Speed USB v2.0 >>>>>> ugen3.1: at usbus3 >>>>>> uhub0: on usbus3 >>>>>> ugen2.1: at usbus2 >>>>>> uhub1: on usbus2 >>>>>> ugen1.1: at usbus1 >>>>>> uhub2: on usbus1 >>>>>> ugen0.1: <0x1022> at usbus0 >>>>>> uhub3: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 >>>>>> ugen4.1: at usbus4 >>>>>> uhub4: on usbus4 >>>>>> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >>>>>> ada0: ATA-9 SATA 3.x device >>>>>> ada0: 600.000MB/s transfers (SATA 3.x, >>> UDMA6, PIO 8192bytes) >>>>>> ada0: Command Queueing enabled >>>>>> ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C) >>>>>> ada0: Previously was known as ad4 >>>>>> SMP: AP CPU #3 Launched! >>>>>> SMP: AP CPU #1 Launched! >>>>>> SMP: AP CPU #2 Launched! >>>>>> Timecounter "TSC" frequency 1996309068 Hz quality 1000 >>>>>> Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0 >>>>>> uhub0: 5 ports with 5 removable, self powered >>>>>> uhub2: 5 ports with 5 removable, self powered >>>>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>>>> [SystemCMOS] >>>>>> (20130626/evregion-178) >>>>>> ACPI Error: Region SystemCMOS (ID=5) has no handler >>>>>> (20130626/exfldio-320) >>>>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>>>> 0xfffffe0026adac40), >>> AE_NOT_EXIST (20130626/psparse-553) >>>>>> ACPI Error: Method parse/execution failed [\134_SB_.PCI0.LPC0.EC0_._Q42] >>>>>> (Node 0xfffffe0026ae8340), AE_NOT_EXIST (20130626/psparse-553) >>>>>> acpi_ec0: evaluation of query method _Q42 failed: AE_NOT_EXIST >>>>>> uhub3: 4 ports with 4 removable, self powered >>>>>> Root mount waiting for: usbus4 usbus2 >>>>>> uhub1: 5 ports with 5 removable, self powered >>>>>> uhub4: 5 ports with 5 removable, self powered >>>>>> Root mount waiting for: usbus4 usbus2 >>>>>> ugen2.2: at usbus2 >>>>>> ugen4.2: at usbus4 >>>>>> Trying to mount root from zfs:sys []... >>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>> ugen3.2: at usbus3 >>>>>> >>> ar9300_Stub_GetCTSTimeout: called >>>>>> ar9300_Stub_GetCTSTimeout: called >>>>>> ar9300_Stub_GetAntennaSwitch: called >>>>>> ar9300_Stub_GetAntennaSwitch: called >>>>>> wlan1: Ethernet address: 20:68:9d:c5:76:8d >>>>>> run0: on usbus2 >>>>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>>>> 1c:bd:b9:8c:9d:71 >>>>>> ubt0: >>>>>> on >>>>>> usbus3 >>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>> WARNING: attempt to domain_add(bluetooth) after domainfinalize() >>>>>> WARNING: attempt to domain_add(netgraph) after domainfinalize() >>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>> can't >>> evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>> WARNING pid 2654 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>>>> WARNING pid 2655 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>>>> WARNING pid 2656 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>> wlan0: link state changed to UP >>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>> uhub3: at usbus0, port 1, addr 1 (disconnected) >>>>>> uhub2: at usbus1, port 1, addr 1 (disconnected) >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller >>> halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> uhub1: at usbus2, port 1, addr 1 (disconnected) >>>>>> ugen2.2: at usbus2 (disconnected) >>>>>> run0: at uhub1, port 1, addr 2 (disconnected) >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller >>> halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> wlan0: link state changed to DOWN >>>>>> uhub0: at usbus3, port 1, addr 1 (disconnected) >>>>>> ugen3.2: at usbus3 (disconnected) >>>>>> ubt0: at uhub0, port 4, addr 2 (disconnected) >>>>>> xhci_interrupt: host controller halted >>>>>> xhci_interrupt: host controller halted >>>>>> uhub4: at usbus4, port 1, addr 1 (disconnected) >>>>>> ugen4.2: at usbus4 (disconnected) >>>>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>>>> [SystemCMOS] >>>>>> (20130626/evregion-178) >>>>>> ACPI Error: Region SystemCMOS (ID=5) >>> has no handler >>>>>> (20130626/exfldio-320) >>>>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>>>> 0xfffffe0026adac40), AE_NOT_EXIST (20130626/psparse-553) >>>>>> ACPI Error: Method parse/execution failed [\134_PTS] (Node >>>>>> 0xfffffe0026ab4c80), AE_NOT_EXIST (20130626/psparse-553) >>>>>> acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_EXIST >>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>> xhci0: 32 byte context size. >>>>>> uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 >>>>>> uhub1: on usbus2 >>>>>> uhub2: on usbus4 >>>>>> uhub3: on usbus3 >>>>>> uhub4: >> HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 >>>>>> uhub0: 4 ports with 4 removable, self powered >>>>>> uhub4: 5 ports with 5 removable, self powered >>>>>> uhub3: 5 ports with 5 removable, self powered >>>>>> uhub1: 5 ports with 5 removable, self powered >>>>>> uhub2: 5 ports with 5 removable, self powered >>>>>> ugen2.2: at usbus2 >>>>>> run0: on usbus2 >>>>>> ugen4.2: at usbus4 >>>>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>>>> 1c:bd:b9:8c:9d:71 >>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>> ugen3.2: at usbus3 >>>>>> ubt0: >>>>>> >>> on >>>>>> usbus3 >>>>>> wlan0: link state changed to UP >>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>> >>>>>> [root@laptop /usr/src]# cat /etc/rc.conf >>>>>> wlans_run0="wlan0" >>>>>> wlans_ath0="wlan1" >>>>>> ifconfig_wlan0="DHCP WPA" >>>>>> ... >>>>>> >>>>>> [root@laptop /usr/src]# ifconfig -a >>>>>> ath0: flags=8802 metric 0 mtu 2290 >>>>>> ether 20:68:9d:c5:76:8d >>>>>> nd6 options=29 >>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>> status: no carrier >>>>>> wlan1: >>> flags=8802 metric 0 mtu 1500 >>>>>> ether 20:68:9d:c5:76:8d >>>>>> nd6 options=29 >>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>> status: no carrier >>>>>> ssid "" channel 1 (2412 MHz 11b) >>>>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmiss >>>>>> 7 >>>>>> scanvalid 60 wme burst bintval 0 >>>>>> ... >>>>>> >>>>>> [root@laptop /usr/src]# /etc/rc.d/netif start ath0 >>>>>> Starting Network: ath0. >>>>>> ath0: flags=8843 metric 0 mtu >>>>>> >>> 2290 >>>>>> ether 20:68:9d:c5:76:8d >>>>>> nd6 options=29 >>>>>> media: IEEE 802.11 Wireless Ethernet autoselect mode 11g >>>>>> status: associated >>>>>> Additional inet routing options: ignore ICMP redirect=YES log ICMP >>>>>> redirect=YES. >>>>>> >>>>>> [root@laptop /usr/src]# for iface in ath0 wlan1; do ifconfig ${iface}; >>>>>> done >>>>>> ath0: flags=8843 metric 0 mtu >>>>>> 2290 >>>>>> ether 20:68:9d:c5:76:8d >>>>>> nd6 options=29 >>>>>> media: IEEE 802.11 Wireless Ethernet autoselect mode >>> 11g >>>>>> status: associated >>>>>> wlan1: flags=8843 metric 0 mtu >>>>>> 1500 >>>>>> ether 20:68:9d:c5:76:8d >>>>>> inet 67.215.65.145 netmask 0xff000000 broadcast 67.215.65.145 >>>>>> nd6 options=29 >>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>> status: no carrier >>>>>> ssid "" channel 2 (2417 MHz 11g) >>>>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmiss >>>>>> 7 >>>>>> scanvalid 60 protmode CTS wme burst >>>>>> >>>>>> [root@laptop /usr/src]# dmesg >>>>>> ... >>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>> >>>>>> >>>>>> -- >>>>>> Anthony Jenkins >>>>>> _______________________________________________ >>>>>> freebsd-wireless@freebsd.org mailing list >>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>>>> To unsubscribe, send any mail to >>>>>> "freebsd-wireless-unsubscribe@freebsd.org" >>>> >>>> >>>> -- >>>> Anthony Jenkins --------------010507010808010009050409 Content-Type: text/plain; charset=UTF-8; name="ath.dump" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ath.dump" MDAwMDogMDQwMiA2ODIwIGM1OWQgOGQ3NiA0MjU3IDMzMzMgMmQzNSAzMTMwCjAwMDg6IDJk MzAgMzA0NCAzMDMwIDAwMzEgMDA0NCAwMDAwIDAwNmEgMDAxZgowMDEwOiAwMjExIDJkMDAg MDAwMCAwMDA1IDAwNTggMjI1ZCAwMDEwIGZmMDgKMDAxODogNzYxMSAxZTQyIDUwMTIgNDAw NSAyMjAwIDAyMjIgNTAwMCA1MDAxCjAwMjA6IDEwMDEgMDAwMCAwMDAwIDAwMDAgMTkwMCA2 NDAwIDhjYTQgMDBiNAowMDI4OiAwMGZmIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDAzMDogMGUwZSAwMDAzIGUyMmMgMDIwMCAxYzBlIGZmZmYgMDgwMCBmZmZmCjAw Mzg6IDA4MDAgMDM1MyAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMDQwOiAyZDJk IDMyMzIgMzczYyAzYzNjIDAwMDAgODk3MCBlN2EyIDg3MDAKMDA0ODogMDAwMCBlNzAwIDg4 MDAgMDAwMCBlOTAwIDg4MDAgMDAwMCAwMDAwCjAwNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowMDU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDA2MDogMDAwMCA3MDAwIDcwYWMgYWM4OSA4OTcwIDcwYWMgOTg4OSAy NDI0CjAwNjg6IDI0MjQgMjQyNCAyNDI0IDIyMjQgMWMyMCAyMjI0IDFjMjAgMjIyNAowMDcw OiAxYzIwIDIyMjIgMjAyMiAxYTFlIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDA3ODogMjIyMiAy MDIyIDFhMWUgMDAwMCAwMDAwIDAwMDAgMDAwMCAyMjIyCjAwODA6IDIwMjIgMWExZSAwMDAw IDAwMDAgMDAwMCAwMDAwIDIwMjAgMjAyMAowMDg4OiAxYTFlIDAwMDAgMDAwMCAwMDAwIDAw MDAgMjAyMCAyMDIwIDFhMWUKMDA5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAyMDIwIDIwMjAg MWExZSAwMDAwCjAwOTg6IDAwMDAgMDAwMCAwMDAwIDEyMTEgMTcxNSA0MjQxIDQ3NDUgMzIz MQowMGEwOiAzNzM1IDc1NzAgYjhhYyA3NTcwIGI4YWMgNzU3MCBiOGFjIDc1NzAKMDBhODog YjhhYyA3NTcwIGI4YWMgNzU3MCBiOGFjIDc1NzAgYjhhYyA3NTcwCjAwYjA6IGI4YWMgNzU3 MCBiOGFjIDc1NzAgYjhhYyA3NTcwIGI4YWMgNzU3MAowMGI4OiBiOGFjIDdjM2MgN2MzYyA3 YzNjIDdjM2MgN2MzYyA3YzNjIDdjM2MKMDBjMDogN2MzYyA3YzNjIDdjM2MgN2MzYyA3YzNj IDdjM2MgN2MzYyA3YzNjCjAwYzg6IDdjM2MgN2MzYyA3YzNjIDdjM2MgN2MzYyA3YzNjIDdj M2MgN2MzYwowMGQwOiA3YzNjIDA1NTAgMDA0MCAyMjIyIDAwMDIgMDE1MCAwMTUwIDAwMTAK MDBkODogMDAwMCAwMDAwIDAwMDAgMDAzNyA5MDUwIGIwYTAgZmZjOCAwMDAwCjAwZTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDBlMDAgMDMwZQowMGU4OiAyZDAwIDAwZTIg MGUwMiBlMDFjIGYwZTAgZTAwYyBmMGUwIDkzNmMKMDBmMDogMDAwMyAwMDAwIDAwMDAgMDAw MCAyZDAwIDAwM2MgMDAwMCAwMDAwCjAwZjg6IDAwMDAgMDAwMCAwMDAwIDQ4MDAgNjg1NCA4 Yzc4IGI0YTAgMDBjNQowMTAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDEwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAx MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMTE4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDEyMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAxMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowMTMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDEzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjAxNDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgNGMwMAowMTQ4 OiA2ODU4IDhjNzggYjRhMCA0Y2NkIDY4NTggOGM3OCBiZGI0IDRjY2QKMDE1MDogNjg1OCA4 Yzc4IGJkYjQgMWVjNSAxYTFjIDFlMTQgMWExYyAxZTE0CjAxNTg6IDFhMWMgMWUxNCAxYTFj IDFjMTQgMTgxYSAxYzEyIDE4MWEgMWMxMgowMTYwOiAxODFhIDFjMTAgMTgxYSAxYzEwIDE4 MWEgMTQxNiAwMDEyIDAwMDAKMDE2ODogMDAwMCAwMDAwIDFjMDAgMTgxYSAxNDE2IDAwMTIg MDAwMCAwMDAwCjAxNzA6IDAwMDAgMWMwMCAxODFhIDE0MTYgMDAxMiAwMDAwIDAwMDAgMDAw MAowMTc4OiAxYzAwIDE4MWEgMTQxNiAwMDEyIDAwMDAgMDAwMCAwMDAwIDFjMDAKMDE4MDog MTgxYSAxNDE2IDAwMTIgMDAwMCAwMDAwIDAwMDAgMWMwMCAxODFhCjAxODg6IDE0MTYgMDAx MiAwMDAwIDAwMDAgMDAwMCAxYzAwIDE4MWEgMTQxNgowMTkwOiAwMDEyIDAwMDAgMDAwMCAw MDAwIDFjMDAgMTgxYSAxNDE2IDAwMTIKMDE5ODogMDAwMCAwMDAwIDAwMDAgMWMwMCAxODFh IDE0MTYgMDAxMiAwMDAwCjAxYTA6IDAwMDAgMDAwMCAxYzAwIDE4MWEgMTQxNiAwMDEyIDAw MDAgMDAwMAowMWE4OiAwMDAwIDFjMDAgMTgxYSAxNDE2IDAwMTIgMDAwMCAwMDAwIDAwMDAK MDFiMDogMWMwMCAxODFhIDE0MTYgMDAxMiAwMDAwIDAwMDAgMDAwMCAxYzAwCjAxYjg6IDE4 MWEgMTQxNiAwMDEyIDAwMDAgMDAwMCAwMDAwIDFjMDAgMTgxYQowMWMwOiAxNDE2IDAwMTIg MDAwMCAwMDAwIDAwMDAgMWMwMCAxODFhIDE0MTYKMDFjODogMDAxMiAwMDAwIDAwMDAgMDAw MCAxYzAwIDE4MWEgMTQxNiAwMDEyCjAxZDA6IDAwMDAgMDAwMCAwMDAwIDEwMDAgMTgxNiA0 NjQwIDMwNDggMzgzNgowMWQ4OiA1NDRjIDc4NjggYTA4YyBjZGI5IDU0NGMgNzg2OCBhMDhj IGNkYjkKMDFlMDogNTQ0YyA3ODY4IGEwOGMgY2RiOSA1NDRjIDc4NjggYTA4YyBjZGI5CjAx ZTg6IDU0NGMgNzg2OCBhMDhjIGNkYjkgNTQ0YyA3ODY4IGEwOGMgY2RiOQowMWYwOiA1NDRj IDc4NjggYTA4YyBjZGI5IDU0NGMgNzg2OCBhMDhjIGNkYjkKMDFmODogNTQ0YyA3ODY4IGEw OGMgY2RiOSA3YzNjIDdjM2MgN2MzYyA3YzNjCjAyMDA6IDdjM2MgN2MzYyA3YzNjIDdjM2Mg N2MzYyA3YzNjIDdjM2MgN2MzYwowMjA4OiA3YzNjIDdjM2MgN2MzYyA3YzNjIDdjM2MgN2Mz YyA3YzNjIDdjM2MKMDIxMDogN2MzYyA3YzNjIDdjM2MgN2MzYyA3YzNjIDdjM2MgN2MzYyA3 YzNjCjAyMTg6IDdjM2MgN2MzYyA3YzNjIDdjM2MgN2MzYyA3YzNjIDdjM2MgN2MzYwowMjIw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDIyODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAyMzA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMjM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDI0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjAyNDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowMjUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDI1ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAyNjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMjY4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDI3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjAyNzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowMjgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDI4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAyOTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMjk4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDJhMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAyYTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowMmIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDJiODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAy YzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMmM4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDJkMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAyZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowMmUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDJlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjAyZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMmY4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDMwMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAzMDg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMzEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDMxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjAzMjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowMzI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDMzMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAzMzg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMzQwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDM0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjAzNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowMzU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDM2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAzNjg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowMzcwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDM3ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAzODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowMzg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDM5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAz OTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowM2EwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDNhODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAzYjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowM2I4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDNjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjAzYzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowM2Qw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDNkODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjAzZTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowM2U4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDNmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjAzZjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowNDAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDQwODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA0MTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNDE4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDQyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjA0Mjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowNDMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDQzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA0NDA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNDQ4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDQ1MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA0NTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowNDYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDQ2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA0 NzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNDc4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDQ4MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA0ODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowNDkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDQ5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjA0YTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNGE4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDRiMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA0Yjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNGMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDRjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjA0ZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowNGQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDRlMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA0ZTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNGYwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDRmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjA1MDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowNTA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDUxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA1MTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNTIwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDUyODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA1MzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowNTM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDU0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA1 NDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNTUwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDU1ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA1NjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowNTY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDU3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjA1Nzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNTgw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDU4ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA1OTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNTk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDVhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjA1YTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowNWIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDViODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA1YzA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNWM4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDVkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjA1ZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowNWUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDVlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA1ZjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNWY4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDYwMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA2MDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowNjEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDYxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA2 MjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNjI4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDYzMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA2Mzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowNjQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDY0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjA2NTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNjU4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDY2MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA2Njg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNjcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDY3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjA2ODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowNjg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDY5MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA2OTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNmEwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDZhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjA2YjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowNmI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDZjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA2Yzg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNmQwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDZkODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA2ZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowNmU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDZmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA2 Zjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNzAwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDcwODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA3MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowNzE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDcyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjA3Mjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNzMw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDczODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA3NDA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNzQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDc1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjA3NTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowNzYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDc2ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA3NzA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowNzc4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDc4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjA3ODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowNzkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDc5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA3YTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowN2E4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDdiMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA3Yjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowN2MwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDdjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA3 ZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowN2Q4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDdlMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA3ZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowN2YwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDdmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjA4MDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowODA4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDgxMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA4MTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowODIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDgyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjA4MzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowODM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDg0MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA4NDg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowODUwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDg1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjA4NjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowODY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDg3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA4Nzg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowODgwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDg4ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA4OTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowODk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDhhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA4 YTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowOGIwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDhiODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA4YzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowOGM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDhkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjA4ZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowOGUw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDhlODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA4ZjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowOGY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDkwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjA5MDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowOTEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDkxODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA5MjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowOTI4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDkzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjA5Mzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowOTQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MDk0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA5NTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowOTU4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDk2MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA5Njg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowOTcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMDk3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA5 ODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowOTg4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDk5MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA5OTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowOWEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMDlhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjA5YjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowOWI4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDljMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA5Yzg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowOWQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMDlkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjA5ZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowOWU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMDlmMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjA5Zjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYTAwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGEwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjBhMTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowYTE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MGEyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBhMjg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYTMwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGEzODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBhNDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowYTQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMGE1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBh NTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYTYwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGE2ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBhNzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowYTc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMGE4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjBhODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYTkw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGE5ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBhYTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYWE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMGFiMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjBhYjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowYWMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGFjODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBhZDA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYWQ4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGFlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjBhZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowYWYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MGFmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBiMDA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYjA4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGIxMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBiMTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowYjIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMGIyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBi MzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYjM4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGI0MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBiNDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowYjUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMGI1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjBiNjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYjY4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGI3MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBiNzg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYjgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMGI4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjBiOTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowYjk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGJhMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBiYTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYmIwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGJiODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjBiYzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowYmM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MGJkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBiZDg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYmUwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGJlODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBiZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowYmY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMGMwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBj MDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYzEwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGMxODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBjMjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowYzI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMGMzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjBjMzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYzQw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGM0ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBjNTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYzU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMGM2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjBjNjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowYzcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGM3ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBjODA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowYzg4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGM5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjBjOTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowY2EwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MGNhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBjYjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowY2I4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGNjMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBjYzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowY2QwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMGNkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBj ZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowY2U4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGNmMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBjZjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowZDAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMGQwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjBkMTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZDE4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGQyMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBkMjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZDMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMGQzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjBkNDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowZDQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGQ1MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBkNTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZDYwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGQ2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjBkNzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowZDc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MGQ4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBkODg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZDkwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGQ5ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBkYTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowZGE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMGRiMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBk Yjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZGMwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGRjODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBkZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowZGQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMGRlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjBkZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZGYw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGRmODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBlMDA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZTA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMGUxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjBlMTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowZTIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGUyODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBlMzA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZTM4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGU0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjBlNDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowZTUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MGU1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBlNjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZTY4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGU3MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBlNzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowZTgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMGU4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBl OTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZTk4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGVhMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBlYTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowZWIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMGViODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjBlYzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZWM4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGVkMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBlZDg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZWUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMGVlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjBlZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowZWY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGYwMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBmMDg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZjEwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGYxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjBmMjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAowZjI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MGYzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBmMzg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZjQwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGY0ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBmNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAowZjU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMGY2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBm Njg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZjcwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGY3ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBmODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAowZjg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMGY5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjBmOTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZmEw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGZhODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBmYjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZmI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMGZjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjBmYzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAowZmQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGZkODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjBmZTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAowZmU4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMGZmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjBmZjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxMDAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTAwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEwMTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMDE4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTAyMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEwMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxMDMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTAzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEw NDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMDQ4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTA1MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEwNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxMDYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTA2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjEwNzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMDc4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTA4MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEwODg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMDkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTA5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjEwYTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxMGE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTBiMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEwYjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMGMwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTBjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjEwZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxMGQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTBlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEwZTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMGYwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTBmODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjExMDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxMTA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTExMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEx MTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMTIwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTEyODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjExMzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxMTM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTE0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjExNDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMTUw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTE1ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjExNjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMTY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTE3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjExNzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxMTgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTE4ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjExOTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMTk4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTFhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjExYTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxMWIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTFiODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjExYzA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMWM4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTFkMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjExZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxMWUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTFlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEx ZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMWY4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTIwMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEyMDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxMjEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTIxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjEyMjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMjI4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTIzMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEyMzg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMjQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTI0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjEyNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxMjU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTI2MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEyNjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMjcwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTI3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjEyODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxMjg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTI5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEyOTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMmEwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTJhODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEyYjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxMmI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTJjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEy Yzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMmQwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTJkODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEyZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxMmU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTJmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjEyZjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMzAw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTMwODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEzMTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMzE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTMyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjEzMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxMzMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTMzODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEzNDA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMzQ4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTM1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjEzNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxMzYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTM2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEzNzA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxMzc4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTM4MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEzODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxMzkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTM5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEz YTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxM2E4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTNiMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEzYjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxM2MwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTNjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjEzZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxM2Q4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTNlMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjEzZTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxM2YwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTNmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjE0MDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxNDA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTQxMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE0MTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNDIwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTQyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjE0MzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxNDM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTQ0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE0NDg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNDUwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTQ1ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE0NjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxNDY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTQ3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE0 Nzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNDgwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTQ4ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE0OTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxNDk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTRhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjE0YTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNGIw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTRiODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE0YzA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNGM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTRkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjE0ZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxNGUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTRlODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE0ZjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNGY4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTUwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjE1MDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxNTEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTUxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE1MjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNTI4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTUzMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE1Mzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxNTQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTU0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE1 NTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNTU4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTU2MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE1Njg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxNTcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTU3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjE1ODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNTg4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTU5MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE1OTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNWEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTVhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjE1YjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxNWI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTVjMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE1Yzg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNWQwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTVkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjE1ZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxNWU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTVmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE1Zjg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNjAwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTYwODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE2MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxNjE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTYyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE2 Mjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNjMwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTYzODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE2NDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxNjQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTY1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjE2NTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNjYw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTY2ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE2NzA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNjc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTY4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjE2ODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxNjkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTY5ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE2YTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNmE4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTZiMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjE2Yjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxNmMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTZjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE2ZDA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNmQ4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTZlMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE2ZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxNmYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTZmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE3 MDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNzA4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTcxMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE3MTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxNzIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTcyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjE3MzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNzM4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTc0MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE3NDg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNzUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTc1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjE3NjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxNzY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTc3MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE3Nzg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxNzgwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTc4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjE3OTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxNzk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTdhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE3YTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxN2IwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTdiODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE3YzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxN2M4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTdkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE3 ZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxN2UwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTdlODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE3ZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxN2Y4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTgwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjE4MDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxODEw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTgxODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE4MjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxODI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTgzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjE4Mzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxODQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTg0ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE4NTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxODU4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTg2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjE4Njg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxODcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTg3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE4ODA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxODg4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTg5MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE4OTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxOGEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMThhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE4 YjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxOGI4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMThjMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE4Yzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxOGQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMThkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjE4ZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxOGU4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMThmMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE4Zjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxOTAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTkwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjE5MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxOTE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTkyMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE5Mjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxOTMwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTkzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjE5NDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxOTQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MTk1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE5NTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxOTYwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTk2ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE5NzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxOTc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMTk4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE5 ODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxOTkwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTk5ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE5YTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxOWE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMTliMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjE5Yjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxOWMw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTljODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjE5ZDA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxOWQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMTllMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjE5ZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxOWYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMTlmODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFhMDA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYTA4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWExMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjFhMTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxYTIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MWEyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFhMzA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYTM4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWE0MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFhNDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxYTUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMWE1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFh NjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYTY4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWE3MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFhNzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxYTgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMWE4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjFhOTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYTk4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWFhMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFhYTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYWIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMWFiODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjFhYzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxYWM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWFkMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFhZDg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYWUwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWFlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjFhZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxYWY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MWIwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFiMDg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYjEwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWIxODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFiMjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxYjI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMWIzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFi Mzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYjQwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWI0ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFiNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxYjU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMWI2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjFiNjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYjcw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWI3ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFiODA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYjg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMWI5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjFiOTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxYmEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWJhODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFiYjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYmI4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWJjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjFiYzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxYmQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MWJkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFiZTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYmU4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWJmMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFiZjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxYzAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMWMwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFj MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYzE4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWMyMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFjMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxYzMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMWMzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjFjNDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYzQ4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWM1MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFjNTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYzYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMWM2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjFjNzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxYzc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWM4MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFjODg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxYzkwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWM5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjFjYTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxY2E4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MWNiMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFjYjg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxY2MwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWNjODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFjZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxY2Q4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMWNlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFj ZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxY2YwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWNmODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFkMDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxZDA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMWQxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjFkMTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZDIw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWQyODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFkMzA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZDM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMWQ0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjFkNDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxZDUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWQ1ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFkNjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZDY4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWQ3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjFkNzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxZDgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MWQ4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFkOTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZDk4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWRhMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFkYTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxZGIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMWRiODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFk YzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZGM4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWRkMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFkZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxZGUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMWRlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjFkZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZGY4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWUwMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFlMDg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZTEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMWUxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjFlMjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxZTI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWUzMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFlMzg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZTQwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWU0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjFlNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxZTU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MWU2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFlNjg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZTcwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWU3ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFlODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxZTg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMWU5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFl OTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZWEwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWVhODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFlYjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxZWI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMWVjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjFlYzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZWQw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWVkODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFlZTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZWU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMWVmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjFlZjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxZjAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWYwODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFmMTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZjE4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWYyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjFmMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoxZjMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MWYzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFmNDA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZjQ4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWY1MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFmNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoxZjYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMWY2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFm NzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZjc4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWY4MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFmODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoxZjkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMWY5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjFmYTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZmE4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWZiMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFmYjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZmMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMWZjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjFmZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoxZmQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWZlMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjFmZTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoxZmYwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMWZmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjIwMDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyMDA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjAxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIwMTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMDIwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjAyODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIwMzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyMDM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjA0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIw NDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMDUwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjA1ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIwNjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyMDY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjA3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjIwNzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMDgw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjA4ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIwOTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMDk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjBhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjIwYTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyMGIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjBiODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIwYzA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMGM4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjBkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjIwZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyMGUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjBlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIwZjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMGY4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjEwMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIxMDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyMTEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjExODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIx MjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMTI4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjEzMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIxMzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyMTQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjE0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjIxNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMTU4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjE2MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIxNjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMTcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjE3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjIxODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyMTg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjE5MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIxOTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMWEwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjFhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjIxYjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyMWI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjFjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIxYzg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMWQwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjFkODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIxZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyMWU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjFmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIx Zjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMjAwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjIwODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIyMTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyMjE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjIyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjIyMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMjMw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjIzODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIyNDA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMjQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjI1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjIyNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyMjYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjI2ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIyNzA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMjc4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjI4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjIyODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyMjkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjI5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIyYTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMmE4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjJiMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIyYjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyMmMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjJjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIy ZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMmQ4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjJlMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIyZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyMmYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjJmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjIzMDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMzA4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjMxMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIzMTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMzIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjMyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjIzMzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyMzM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjM0MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIzNDg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMzUwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjM1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjIzNjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyMzY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjM3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIzNzg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyMzgwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjM4ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIzOTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyMzk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjNhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIz YTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyM2IwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjNiODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIzYzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyM2M4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjNkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjIzZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyM2Uw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjNlODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjIzZjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyM2Y4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjQwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjI0MDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyNDEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjQxODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI0MjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNDI4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjQzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjI0Mzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyNDQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjQ0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI0NTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNDU4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjQ2MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI0Njg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyNDcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjQ3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI0 ODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNDg4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjQ5MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI0OTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyNGEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjRhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjI0YjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNGI4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjRjMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI0Yzg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNGQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjRkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjI0ZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyNGU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjRmMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI0Zjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNTAwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjUwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjI1MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyNTE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjUyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI1Mjg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNTMwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjUzODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI1NDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyNTQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjU1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI1 NTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNTYwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjU2ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI1NzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyNTc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjU4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjI1ODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNTkw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjU5ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI1YTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNWE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjViMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjI1Yjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyNWMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjVjODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI1ZDA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNWQ4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjVlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjI1ZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyNWYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjVmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI2MDA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNjA4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjYxMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI2MTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyNjIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjYyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI2 MzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNjM4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjY0MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI2NDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyNjUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjY1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjI2NjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNjY4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjY3MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI2Nzg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNjgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjY4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjI2OTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyNjk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjZhMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI2YTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNmIwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjZiODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjI2YzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyNmM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjZkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI2ZDg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNmUwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjZlODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI2ZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyNmY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjcwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI3 MDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNzEwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjcxODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI3MjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyNzI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjczMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjI3Mzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNzQw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjc0ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI3NTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNzU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjc2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjI3Njg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyNzcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjc3ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI3ODA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyNzg4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjc5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjI3OTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyN2EwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MjdhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI3YjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyN2I4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjdjMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI3Yzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyN2QwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjdkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI3 ZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyN2U4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjdmMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI3Zjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyODAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjgwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjI4MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyODE4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjgyMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI4Mjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyODMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjgzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjI4NDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyODQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjg1MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI4NTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyODYwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjg2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjI4NzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyODc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK Mjg4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI4ODg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyODkwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjg5ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI4YTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyOGE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjhiMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI4 Yjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyOGMwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjhjODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI4ZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyOGQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjhlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjI4ZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyOGYw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjhmODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI5MDA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyOTA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjkxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjI5MTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyOTIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjkyODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI5MzA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyOTM4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjk0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjI5NDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyOTUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK Mjk1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI5NjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyOTY4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjk3MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI5Nzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyOTgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMjk4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI5 OTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyOTk4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjlhMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI5YTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyOWIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMjliODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjI5YzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyOWM4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMjlkMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjI5ZDg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyOWUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMjllODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjI5ZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyOWY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmEwMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJhMDg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYTEwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmExODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjJhMjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyYTI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MmEzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJhMzg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYTQwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmE0ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJhNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyYTU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMmE2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJh Njg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYTcwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmE3ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJhODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyYTg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMmE5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjJhOTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYWEw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmFhODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJhYjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYWI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMmFjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjJhYzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyYWQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmFkODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJhZTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYWU4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmFmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjJhZjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyYjAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MmIwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJiMTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYjE4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmIyMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJiMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyYjMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMmIzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJi NDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYjQ4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmI1MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJiNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyYjYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMmI2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjJiNzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYjc4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmI4MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJiODg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYjkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMmI5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjJiYTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyYmE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmJiMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJiYjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYmMwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmJjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjJiZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyYmQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MmJlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJiZTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYmYwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmJmODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJjMDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyYzA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMmMxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJj MTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYzIwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmMyODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJjMzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyYzM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMmM0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjJjNDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYzUw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmM1ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJjNjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYzY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMmM3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjJjNzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyYzgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmM4ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJjOTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyYzk4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmNhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjJjYTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyY2IwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MmNiODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJjYzA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyY2M4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmNkMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJjZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyY2UwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMmNlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJj ZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyY2Y4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmQwMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJkMDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyZDEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMmQxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjJkMjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZDI4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmQzMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJkMzg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZDQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMmQ0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjJkNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyZDU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmQ2MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJkNjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZDcwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmQ3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjJkODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyZDg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MmQ5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJkOTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZGEwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmRhODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJkYjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyZGI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMmRjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJk Yzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZGQwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmRkODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJkZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyZGU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMmRmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjJkZjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZTAw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmUwODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJlMTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZTE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMmUyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjJlMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyZTMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmUzODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJlNDA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZTQ4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmU1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjJlNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyZTYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MmU2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJlNzA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZTc4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmU4MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJlODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyZTkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMmU5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJl YTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZWE4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmViMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJlYjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyZWMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMmVjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjJlZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZWQ4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmVlMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJlZTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZWYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMmVmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjJmMDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyZjA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmYxMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJmMTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZjIwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmYyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjJmMzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAoyZjM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MmY0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJmNDg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZjUwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmY1ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJmNjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAoyZjY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMmY3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJm Nzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZjgwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmY4ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJmOTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAoyZjk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMmZhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjJmYTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZmIw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmZiODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJmYzA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZmM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMmZkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjJmZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAoyZmUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMmZlODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjJmZjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoyZmY4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzAwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjMwMDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozMDEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzAxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMwMjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMDI4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzAzMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMwMzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozMDQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzA0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMw NTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMDU4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzA2MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMwNjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozMDcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzA3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjMwODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMDg4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzA5MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMwOTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMGEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzBhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjMwYjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozMGI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzBjMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMwYzg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMGQwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzBkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjMwZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozMGU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzBmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMwZjg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMTAwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzEwODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMxMTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozMTE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzEyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMx Mjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMTMwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzEzODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMxNDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozMTQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzE1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjMxNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMTYw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzE2ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMxNzA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMTc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzE4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjMxODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozMTkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzE5ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMxYTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMWE4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzFiMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjMxYjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozMWMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzFjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMxZDA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMWQ4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzFlMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMxZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozMWYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzFmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMy MDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMjA4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzIxMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMyMTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozMjIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzIyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjMyMzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMjM4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzI0MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMyNDg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMjUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzI1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjMyNjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozMjY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzI3MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMyNzg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMjgwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzI4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjMyOTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozMjk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzJhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMyYTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMmIwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzJiODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMyYzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozMmM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzJkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMy ZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMmUwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzJlODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMyZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozMmY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzMwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjMzMDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMzEw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzMxODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMzMjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMzI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzMzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjMzMzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozMzQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzM0ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMzNTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMzU4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzM2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjMzNjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozMzcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzM3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMzODA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozMzg4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzM5MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMzOTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozM2EwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzNhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMz YjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozM2I4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzNjMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMzYzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozM2QwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzNkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjMzZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozM2U4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzNmMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjMzZjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNDAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzQwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjM0MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozNDE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzQyMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM0Mjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNDMwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzQzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjM0NDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozNDQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzQ1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM0NTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNDYwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzQ2ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM0NzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozNDc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzQ4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM0 ODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNDkwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzQ5ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM0YTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozNGE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzRiMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjM0Yjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNGMw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzRjODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM0ZDA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNGQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzRlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjM0ZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozNGYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzRmODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM1MDA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNTA4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzUxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjM1MTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozNTIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzUyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM1MzA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNTM4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzU0MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM1NDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozNTUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzU1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM1 NjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNTY4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzU3MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM1Nzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozNTgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzU4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjM1OTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNTk4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzVhMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM1YTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNWIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzViODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjM1YzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozNWM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzVkMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM1ZDg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNWUwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzVlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjM1ZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozNWY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzYwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM2MDg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNjEwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzYxODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM2MjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozNjI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzYzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM2 Mzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNjQwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzY0ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM2NTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozNjU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzY2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjM2Njg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNjcw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzY3ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM2ODA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNjg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzY5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjM2OTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozNmEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzZhODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM2YjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNmI4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzZjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjM2Yzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozNmQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzZkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM2ZTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNmU4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzZmMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM2Zjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozNzAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzcwODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM3 MTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNzE4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzcyMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM3Mjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozNzMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzczODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjM3NDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNzQ4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzc1MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM3NTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNzYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzc2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjM3NzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozNzc4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzc4MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM3ODg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozNzkwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzc5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjM3YTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozN2E4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK MzdiMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM3Yjg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozN2MwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzdjODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM3ZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozN2Q4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzdlMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM3 ZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozN2YwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzdmODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM4MDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozODA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzgxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjM4MTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozODIw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzgyODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM4MzA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozODM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzg0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjM4NDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozODUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzg1ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM4NjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozODY4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzg3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjM4Nzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozODgwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK Mzg4ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM4OTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozODk4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzhhMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM4YTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozOGIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzhiODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM4 YzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozOGM4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzhkMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM4ZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozOGUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzhlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjM4ZjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozOGY4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzkwMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM5MDg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozOTEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzkxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjM5MjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozOTI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzkzMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM5Mzg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozOTQwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzk0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjM5NTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozOTU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK Mzk2MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM5Njg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozOTcwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzk3ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM5ODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozOTg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKMzk5MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM5 OTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozOWEwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzlhODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM5YjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozOWI4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKMzljMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjM5Yzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozOWQw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKMzlkODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjM5ZTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozOWU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKMzlmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjM5Zjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozYTAwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2EwODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNhMTA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYTE4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2EyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjNhMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozYTMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK M2EzODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNhNDA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYTQ4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2E1MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNhNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozYTYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKM2E2ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNh NzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYTc4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2E4MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNhODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozYTkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKM2E5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjNhYTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYWE4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2FiMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNhYjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYWMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKM2FjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjNhZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozYWQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2FlMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNhZTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYWYwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2FmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjNiMDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozYjA4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK M2IxMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNiMTg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYjIwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2IyODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNiMzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozYjM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKM2I0MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNi NDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYjUwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2I1ODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNiNjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozYjY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKM2I3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjNiNzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYjgw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2I4ODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNiOTA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYjk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKM2JhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjNiYTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozYmIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2JiODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNiYzA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYmM4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2JkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjNiZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozYmUwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK M2JlODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNiZjA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYmY4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2MwMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNjMDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozYzEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKM2MxODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNj MjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYzI4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2MzMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNjMzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozYzQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKM2M0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjNjNTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYzU4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2M2MDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNjNjg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozYzcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKM2M3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjNjODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozYzg4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2M5MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNjOTg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozY2EwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2NhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjNjYjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozY2I4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK M2NjMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNjYzg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozY2QwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2NkODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNjZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozY2U4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKM2NmMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNj Zjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZDAwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2QwODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNkMTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozZDE4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKM2QyMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjNkMjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZDMw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2QzODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNkNDA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZDQ4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKM2Q1MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjNkNTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozZDYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2Q2ODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNkNzA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZDc4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2Q4MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjNkODg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozZDkwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK M2Q5ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNkYTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZGE4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2RiMDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNkYjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozZGMwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKM2RjODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNk ZDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZGQ4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2RlMDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNkZTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozZGYwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKM2RmODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjNlMDA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZTA4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2UxMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNlMTg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZTIwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKM2UyODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjNlMzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozZTM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2U0MDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNlNDg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZTUwOiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2U1ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjNlNjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozZTY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK M2U3MDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNlNzg6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZTgwOiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2U4ODogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNlOTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozZTk4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKM2VhMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNl YTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZWIwOiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2ViODogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNlYzA6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozZWM4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKM2VkMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjNlZDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZWUw OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2VlODogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNlZjA6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZWY4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKM2YwMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjNmMDg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozZjEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2YxODog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNmMjA6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZjI4OiAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2YzMDogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwCjNmMzg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMAozZjQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAK M2Y0ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNmNTA6IDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZjU4OiAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2Y2MDogMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNmNjg6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwIDAwMDAgMDAwMAozZjcwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAw IDAwMDAKM2Y3ODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNm ODA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZjg4OiAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2Y5MDogMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNmOTg6IDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwIDAwMDAgMDAwMAozZmEwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MCAwMDAwIDAwMDAKM2ZhODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAw MDAwCjNmYjA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZmI4 OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2ZjMDogMDAwMCAw MDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNmYzg6IDAwMDAgMDAwMCAwMDAw IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAozZmQwOiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAw MDAgMDAwMCAwMDAwIDAwMDAKM2ZkODogMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAg MDAwMCAwMDAwCjNmZTA6IDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAw MAozZmU4OiAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAKM2ZmMDog MDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMCAwMDAwCjNmZjg6IDAwMDAgMDAw MCAwMDAwIDAwMDAgMDAwMCAwMDAwIDAwMDAgMDAwMAoK --------------010507010808010009050409 Content-Type: text/plain; charset=UTF-8; name="ath.dump.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ath.dump.txt" fCBWZXJzaW9uOiAyLCBUZW1wbGF0ZTogNCwgTUFDOiAyMDo2ODo5ZDpjNTo3Njo4ZCB8Cnwg UmVnRG9tYWluOiAweDZhIDB4MWYgVHhSeE1hc2s6IDB4MTEgT3BGbGFnczogMHgwMiBPcE1p c2M6IDB4MDAgfAp8IFJmU2lsZW50OiAweDJkIEJ0T3B0aW9uczogMHgwMCBEZXZpY2VDYXA6 IDB4MDAgRGV2aWNlVHlwZTogMHgwNSB8CnwgcHdyVGFibGVPZmZzZXQ6IDAgZEIsIGZlYXR1 cmVfZW5hYmxlOiAweDVkIE1pc2NDb25maWc6IDB4MjIgfAp8IEVlcHJvbVdyaXRlR3Bpbzog MTYsIFdsYW5EaXNhYmxlR3BpbzogMCwgV2xhbkxlZEdwaW86IDggUnhCYW5kU2VsZWN0R3Bp bzogMjU1IHwKfCBUeFJ4R2FpbjogMTcsIFN3UmVnOiAzMDM5NzI5ODIgfAoKMkdIeiBtb2Rh bDoKfCBBbnRDdHJsOiAweDAwNDAwNTUwIEFudEN0cmwyOiAweDAwMDIyMjIyIHwKfCBDaCAw OiBBbnRDdHJsOiAweDAwMDAwMTUwIEF0dGVuMTogMCwgYXR0ZW4xX21hcmdpbjogMCwgTmZU aHJlc2g6IC0xIHwKfCBDaCAxOiBBbnRDdHJsOiAweDAwMDAwMTUwIEF0dGVuMTogMCwgYXR0 ZW4xX21hcmdpbjogMCwgTmZUaHJlc2g6IDAgfAp8IENoIDI6IEFudEN0cmw6IDB4MDAwMDAw MTAgQXR0ZW4xOiAwLCBhdHRlbjFfbWFyZ2luOiAwLCBOZlRocmVzaDogMCB8CnwgU3B1cjog KDA6IDEwMCkgKDE6IDE2NCkgKDI6IDE0MCkgKDM6IDE4MCkgKDQ6IDApIHwKfCBUZW1wU2xv cGU6IDI1LCBWb2x0U2xvcGU6IDAsIFF1aWNrRHJvcDogMCwgWHBhQmlhc0x2bCAwIHwKfCB0 eEZyYW1lVG9EYXRhU3RhcnQ6IDE0LCBUeEZyYW1lVG9QYU9uOiAxNCwgVHhFbmRUb1hwYU9m ZjogMCwgVHhFbmRUb1J4T246IDIsIFR4RnJhbWVUb1hwYU9uOiAxNCB8CnwgdHhDbGlwOiAz LCBBbnRHYWluOiAwLCBTd2l0Y2hTZXR0bGluZzogNDQsIGFkY0Rlc2lyZWRTaXplOiAtMzAg fAp8IFRocmVzaDYyOiAyOCwgUGFwcmRNYXNrSHQyMDogMHgwODAwZmZmZiwgUGFQcmRNYXNr SHQ0MDogMHgwODAwZmZmZiB8CnwgU3dpdGNoQ29tU3BkdDogMzUzLCBYbG5hQmlhc1N0cmVu Z3RoOiAwLCBSZkdhaW5DYXA6IDAsIFR4R2FpbkNhcDogMAoKNUdIeiBtb2RhbDoKfCBBbnRD dHJsOiAweDAwNDAwNTUwIEFudEN0cmwyOiAweDAwMDIyMjIyIHwKfCBDaCAwOiBBbnRDdHJs OiAweDAwMDAwMTUwIEF0dGVuMTogMCwgYXR0ZW4xX21hcmdpbjogMCwgTmZUaHJlc2g6IC0x IHwKfCBDaCAxOiBBbnRDdHJsOiAweDAwMDAwMTUwIEF0dGVuMTogMCwgYXR0ZW4xX21hcmdp bjogMCwgTmZUaHJlc2g6IDAgfAp8IENoIDI6IEFudEN0cmw6IDB4MDAwMDAwMTAgQXR0ZW4x OiAwLCBhdHRlbjFfbWFyZ2luOiAwLCBOZlRocmVzaDogMCB8CnwgU3B1cjogKDA6IDgwKSAo MTogMTQ0KSAoMjogMTYwKSAoMzogMTc2KSAoNDogMjAwKSB8CnwgVGVtcFNsb3BlOiA1NSwg Vm9sdFNsb3BlOiAwLCBRdWlja0Ryb3A6IDAsIFhwYUJpYXNMdmwgMCB8CnwgdHhGcmFtZVRv RGF0YVN0YXJ0OiAxNCwgVHhGcmFtZVRvUGFPbjogMTQsIFR4RW5kVG9YcGFPZmY6IDAsIFR4 RW5kVG9SeE9uOiAyLCBUeEZyYW1lVG9YcGFPbjogMTQgfAp8IHR4Q2xpcDogMywgQW50R2Fp bjogMCwgU3dpdGNoU2V0dGxpbmc6IDQ1LCBhZGNEZXNpcmVkU2l6ZTogLTMwIHwKfCBUaHJl c2g2MjogMjgsIFBhcHJkTWFza0h0MjA6IDB4MGNmMGUwZTAsIFBhUHJkTWFza0h0NDA6IDB4 NmNmMGUwZTAgfAp8IFN3aXRjaENvbVNwZHQ6IDM5MywgWGxuYUJpYXNTdHJlbmd0aDogMCwg UmZHYWluQ2FwOiAwLCBUeEdhaW5DYXA6IDAK --------------010507010808010009050409-- From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 19:51:14 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79E85B81 for ; Mon, 22 Dec 2014 19:51:14 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E250D3AB2 for ; Mon, 22 Dec 2014 19:51:13 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id x13so7488812wgg.19 for ; Mon, 22 Dec 2014 11:51:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=dE1a6c5dBkI2PNMR6JRRm9mDeCE2szhfsOVpf1xWq44=; b=fjl1b/4KAmbUAMKj0ZFusO2o1gPkDPl3ZDGz+zSWAAAUCWbi71llYrZS4eLnIo/HEq vFZ3c/Q7JjJbZZRwJqnl2mEJwI5pv3VXgGdoe9j3NWnfCQ3kbYEAOY1OuLKhYqwJu7Yt meS4Cv5W5V/+soXTyXYFgwl1KXhkxQjvK2jguC+9IQo5cWGa5lzQv7YBRG4MEmDEjcLN +FQF/bu5LTx3wz8rxBHEt6ku25w7Te+iXsTjOevqKhkgrdtwr2U1gXt1g21kcAP43GyL GL94D44UBWFTvj1wDkc4lfGiJrnRY0LcMkWsTAiJDvhXwUHkS3wIF8buZr7c6FdbiTqg ctJA== MIME-Version: 1.0 X-Received: by 10.194.85.83 with SMTP id f19mr46287479wjz.20.1419277872190; Mon, 22 Dec 2014 11:51:12 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Mon, 22 Dec 2014 11:51:12 -0800 (PST) In-Reply-To: <54987366.6060803@yahoo.com> References: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> <54987366.6060803@yahoo.com> Date: Mon, 22 Dec 2014 11:51:12 -0800 X-Google-Sender-Auth: x7QW0op7tcib07QilQxkR8fYFDA Message-ID: Subject: Re: Atheros AR9565 detected, not working From: Adrian Chadd To: Anthony Jenkins Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 19:51:14 -0000 See, that's where it's odd: | EepromWriteGpio: 16, WlanDisableGpio: 0, WlanLedGpio: 8 RxBandSelectGpio: 255 | .. how'd you figure out it's GPIO 11? -adrian On 22 December 2014 at 11:39, Anthony Jenkins wrote: > Logs attached. > > Thanks, > Anthony > > On 12/22/2014 11:21, Adrian Chadd wrote: >> Yeah, there's no GPIO check like there is in the reference code. >> >> The fact it says AR9382 is pretty telling. That's like it's asking for >> a very specific NIC with very specific GPIO mappings. :( >> >> >> >> -adrian >> >> >> On 22 December 2014 at 06:03, Anthony Jenkins wro= te: >>> Will do. I'm actually thinking about reverting my changes just to see = if stock ath(4) works (it's been a looong while since I played with bringin= g it up). I still occasionally see the same behavior I saw before my chang= es. >>> >>> I'm using a recent Linux kernel (which works out of the box) to get it = working in FreeBSD - the keyboard wi-fi LED and hotkey work perfectly there= . >>> >>> Thanks, >>> Anthony >>> >>> ________________________________ >>> From: Adrian Chadd >>> To: Anthony Jenkins >>> Cc: "wireless@freebsd.org" >>> Sent: Sunday, December 21, 2014 9:39 PM >>> Subject: Re: Atheros AR9565 detected, not working >>> >>> >>> Hi! >>> >>> ok, how'd you build things? a module, or in the kernel? >>> >>> You need to (a) build it using 'make buildkernel / make installkernel' >>> and (b) ensure ATH_ENABLE_11N is in your kernel configuration. >>> >>> The GPIO bits are a bit odd - let me check the other chipset drivers. >>> >>> Can you compile the tools in src/tools/tools/ath/ - then run this: >>> >>> ath_prom_dump -i ath0 -d /tmp/ath.dump >>> ath_ee_9300_print /tmp/ath.dump > /tmp/ath.txt >>> >>> then email the contents of ath.txt . It'll include the GPIO pin id. >>> >>> Thanks! >>> >>> >>> >>> -adrian >>> >>> >>> >>> On 18 December 2014 at 11:53, Anthony Jenkins wr= ote: >>>> The attached patch seems to get my rfkill GPIO working. It seems ar93= 00_enable_rf_kill() is never called. I added a call to it after ath_hal_en= able_rfkill(), but this is probably not the right place (I see it called se= veral times while the interface is up). >>>> >>>> I also found several spots in the GPIO handling code which give up if = the GPIO pin is 8, 9, 11 or greater than 13; my rfkill GPIO pin is 11 (0x0B= ). I commented these out: >>>> >>>> >>>> if ((gpio =3D=3D AR9382_GPIO_PIN_8_RESERVED) || >>>> (gpio =3D=3D AR9382_GPIO_PIN_11_RESERVED) || >>>> (gpio =3D=3D AR9382_GPIO_9_INPUT_ONLY)) >>>> { >>>> return AH_FALSE; >>>> } >>>> >>>> >>>> >>>> if ((gpio =3D=3D AR9382_GPIO_PIN_8_RESERVED) || >>>> (gpio =3D=3D AR9382_GPIO_PIN_11_RESERVED) || >>>> (gpio > AR9382_MAX_GPIO_INPUT_PIN_NUM)) >>>> { >>>> return; >>>> } >>>> >>>> >>>> Haven't narrowed down which is responsible for me being able to send t= his email using my AR9565. Also I'm getting flooded with these messages si= nce moving ath & wlan out of the kernel...my patch broke something, no? >>>> >>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? >>>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D1, nbufs=3D128? >>>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? >>>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D1, nbufs=3D128? >>>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=3D0, nbufs=3D128? >>>> >>>> >>>> Anthony >>>> ________________________________ >>>> From: Adrian Chadd >>>> To: Anthony Jenkins >>>> Cc: "freebsd-wireless@freebsd.org" >>>> Sent: Monday, July 29, 2013 10:44 AM >>>> Subject: Re: Atheros AR9565 detected, not working >>>> >>>> >>>> Cool, thanks. >>>> >>>> Please make sure you post patches for all the things you fix. I'd love >>>> to see this kind of thing work out of the box. :) >>>> >>>> >>>> -adrian >>>> >>>> On 29 July 2013 07:36, Anthony Jenkins wrote: >>>>> Thanks Adrian, >>>>> >>>>> I've managed to fix a few things on this laptop, the remaining stuff = is >>>>> BIOS/ACPI related. acpi_hp(4) isn't working, has something to do wit= h WMI. >>>>> Hoping if I fix the ACPI stuff I can >>>> have me AR9565 working. I'll poke >>>>> around and report back; the RFKill suggestion is a good place to star= t >>>>> looking. >>>>> >>>>> Thanks, >>>>> Anthony >>>>> >>>>> >>>>> On 07/29/13 10:30, Adrian Chadd wrote: >>>>>> Hm, maybe rfkill is set? >>>>>> >>>>>> The AR9565 is supported. I have the reference NICs from Atheros; the= y >>>>>> work just fine. >>>>>> >>>>>> It may be some kind of ACPI setting to enable/disable RFKill so the >>>>>> radio side is actually enabled. >>>>>> >>>>>> I'm sorry, I don't have much more than that to offer without having >>>>>> the laptop here. >>>>>> >>>>>> If someone's willing to send me one, I'll get 10 + wireless working = on >>>>>> it and then hand it over to ixsystems to join the 'stuff we really >>>>>> should get pcbsd running smoothly on' pile. They're about $500 off o= f >>>>>> >>>> amazon.com. >>>>>> Thanks, >>>>>> >>>>>> >>>>>> >>>>>> -adrian >>>>>> >>>>>> On 29 July 2013 07:21, Anthony Jenkins wrote: >>>>>>> I just got an HP ENVY Sleekbook 6z-1100 laptop hoping it came with = a >>>>>>> FreeBSD-supported wireless NIC. It has an Atheros AR9565 and looki= ng at >>>>>>> the >>>>>>> logs it _seems_ like it should be working, but I get no network tra= ffic. >>>>>>> I >>>>>>> haven't started the Atheros debugging procedure yet, save to compil= e in >>>>>>> option AH_DEBUG and move ath(4) out of the kernel & to a module to >>>>>>> facilitate changes. Works (of course) in Win8 which came with lapt= op. >>>>>>> Wireless enabled LED is amber (disabled) in FreeBSD, goes from ambe= r >>>> to >>>>>>> white (enabled) when I boot the Win8 HDD. >>>>>>> >>>>>>> Here's various logs and misc. system info. What should I try next? >>>>>>> Thanks >>>>>>> in advance! >>>>>>> >>>>>>> [root@laptop /usr/src]# uname -a n >>>>>>> FreeBSD laptop.qtchat.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat= Jul >>>>>>> 27 >>>>>>> 23:45:30 EDT 2013 root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKER= NEL >>>>>>> amd64 >>>>>>> >>>>>>> [root@laptop /usr/src]# dmesg >>>>>>> Copyright (c) 1992-2013 The FreeBSD Project. >>>>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,= 1994 >>>>>>> The Regents >>>> of the University of California. All rights reserved. >>>>>>> FreeBSD is a registered trademark of The FreeBSD Foundation. >>>>>>> FreeBSD 10.0-CURRENT #0: Sat Jul 27 23:45:30 EDT 2013 >>>>>>> root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL amd64 >>>>>>> FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 >>>>>>> module_register: module pci/xhci already exists! >>>>>>> Module pci/xhci failed to register: 17 >>>>>>> CPU: AMD A10-4655M APU with Radeon(tm) HD Graphics (1996.31-MHz >>>>>>> K8-class >>>>>>> CPU) >>>>>>> Origin =3D "AuthenticAMD" Id =3D 0x610f01 Family =3D 0x15 Mod= el =3D 0x10 >>>>>>> Stepping =3D 1 >>>>>>> >>>>>>> >>>> Features=3D0x178bfbff >>>>>>> Features2=3D0x3e98320b >>>>>>> AMD Features=3D0x2e500800 >>>>>>> AMD >>>>>>> >>>>>>> Features2=3D0x1abbfff,NodeId,TBM,,> >>>>>>> Standard Extended Features=3D0x8 >>>>>>> TSC: P-state invariant, performance statistics >>>>>>> real memory =3D 17179869184 (16384 MB) >>>>>>> avail memory =3D 15463530496 (14747 MB) >>>>>>> Event timer "LAPIC" quality 400 >>>>>>> ACPI APIC Table: >>>>>> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >>>>>>> FreeBSD/SMP: 1 package(s) x 4 core(s) >>>>>>> cpu0 (BSP): APIC ID: 16 >>>>>>> cpu1 (AP): APIC ID: 17 >>>>>>> cpu2 (AP): APIC ID: 18 >>>>>>> cpu3 (AP): APIC ID: 19 >>>>>>> ioapic0: Changing APIC ID to 4 >>>>>>> ioapic0 irqs 0-23 on motherboard >>>>>>> kbd1 at kbdmux0 >>>>>>> acpi0: on motherboard >>>>>>> acpi0: Power Button (fixed) >>>>>>> cpu0: on acpi0 >>>>>>> cpu1: on acpi0 >>>>>>> cpu2: on acpi0 >>>>>>> cpu3: on acpi0 >>>>>>> hpet0: iomem 0xfed00000-0xfed003ff irq= 0,8 >>>>>>> on >>>>>>> acpi0 >>>>>>> Timecounter "HPET" frequency 14318180 Hz quality >>>> 950 >>>>>>> atrtc0: port 0x70-0x71 on acpi0 >>>>>>> Event timer "RTC" frequency 32768 Hz quality 0 >>>>>>> attimer0: port 0x40-0x43 on acpi0 >>>>>>> Timecounter "i8254" frequency 1193182 Hz quality 0 >>>>>>> Event timer "i8254" frequency 1193182 Hz quality 100 >>>>>>> Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 >>>>>>> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi= 0 >>>>>>> acpi_ec0: port 0x62,0x66 iomem >>>>>>> 0xff000000-0xff000fff on acpi0 >>>>>>> acpi_button0: on acpi0 >>>>>>> pcib0: port 0xcf8-0xcff on acpi0 >>>>>>> pci0: on pcib0 >>>>>>> vgapci0: port 0x3000-0x30ff mem >>>>>>> 0xe0000000-0xefffffff,0xf0300000-0xf033ffff >>>> irq 17 at device 1.0 on pci0 >>>>>>> acpi_video0: on vgapci0 >>>>>>> hdac0: mem 0xf0344000-0xf0347fff irq = 18 at >>>>>>> device 1.1 on pci0 >>>>>>> hdac0: hdac_get_capabilities: Invalid corb size (0); assuming 256. >>>>>>> hdac0: hdac_get_capabilities: Invalid rirb size (0); assuming 256. >>>>>>> pcib1: at device 4.0 on pci0 >>>>>>> pci1: on pcib1 >>>>>>> pci1: at device 0.0 (no driver attached) >>>>>>> re0: port >>>>>>> 0x2000-0x20ff mem 0xf0004000-0xf0004fff,0xf0000000-0xf0003fff irq 1= 6 at >>>>>>> device 0.2 on pci1 >>>>>>> re0: Using 1 MSI-X message >>>>>>> re0: turning off MSI enable bit. >>>>>>> re0: ASPM disabled >>>>>>> re0: Chip rev. >>>> 0x48800000 >>>>>>> re0: MAC rev. 0x00000000 >>>>>>> miibus0: on re0 >>>>>>> rgephy0: PHY 1 on >>>>>>> miibus0 >>>>>>> rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, >>>>>>> 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-mas= ter, >>>>>>> 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow >>>>>>> re0: Ethernet address: 6c:3b:e5:81:21:f0 >>>>>>> pcib2: at device 5.0 on pci0 >>>>>>> pci2: on pcib2 >>>>>>> ath0: mem 0xf0100000-0xf017ffff irq 17 at >>>>>>> device >>>>>>> 0.0 on pci2 >>>>>>> ar9300_set_stub_functions: setting stub functions >>>>>>> ar9300_set_stub_functions: setting stub functions >>>>>>> ar9300_attach: calling >>>> ar9300_hw_attach >>>>>>> ar9300_hw_attach: calling ar9300_eeprom_attach >>>>>>> ar9300_flash_map: unimplemented for now >>>>>>> Restoring Cal data from DRAM >>>>>>> Restoring Cal data from EEPROM >>>>>>> Restoring Cal data from Flash >>>>>>> Restoring Cal data from Flash >>>>>>> Restoring Cal data from OTP >>>>>>> ar9300_hw_attach: ar9300_eeprom_attach returned 0 >>>>>>> ar9300_fill_capability_info: (MCI) MCI support =3D 1 >>>>>>> ath0: RX status length: 48 >>>>>>> ath0: RX buffer size: 4096 >>>>>>> ath0: TX descriptor length: 128 >>>>>>> ath0: TX status length: 36 >>>>>>> ath0: TX buffers per descriptor: 4 >>>>>>> ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0 >>>>>>> ath0: ath_edma_setup_rxfifo: type=3D0, FIFO depth =3D 16 entries >>>>>>> ath0: ath_edma_setup_rxfifo: type=3D1, FIFO depth =3D 128 >>>> entries >>>>>>> ath0: [HT] enabling HT modes >>>>>>> ath0: [HT] enabling short-GI in 20MHz mode >>>>>>> ath0: [HT] 1 stream STBC receive enabled >>>>>>> ath0: [HT] 1 RX streams; 1 TX streams >>>>>>> ath0: AR9565 mac 704.0 RF5110 phy 526.12 >>>>>>> ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 >>>>>>> xhci0: mem 0xf0348000-0xf0349ff= f irq >>>>>>> 18 >>>>>>> at device 16.0 on pci0 >>>>>>> usbus0: waiting for BIOS to give up control >>>>>>> xhci0: 32 byte context size. >>>>>>> usbus0 on xhci0 >>>>>>> ahci0: port >>>>>>> 0x3118-0x311f,0x3124-0x3127,0x3110-0x3117,0x3120-0x3123,0x3100-0x31= 0f mem >>>>>>> 0xf034e000-0xf034e7ff irq 19 at device 17.0 on pci0 >>>>>>> ahci0: AHCI v1.30 with 1 6Gbps ports, Port Multiplier supported >>>>>>> ahcich0: >>>> at channel 0 on ahci0 >>>>>>> ohci0: mem 0xf034d000-0xf034dfff ir= q 18 >>>>>>> at >>>>>>> device 18.0 on pci0 >>>>>>> usbus1 on ohci0 >>>>>>> ehci0: mem 0xf034c000-0xf034c0f= f irq >>>>>>> 17 >>>>>>> at device 18.2 on pci0 >>>>>>> usbus2: EHCI version 1.0 >>>>>>> usbus2 on ehci0 >>>>>>> ohci1: mem 0xf034b000-0xf034bfff ir= q 18 >>>>>>> at >>>>>>> device 19.0 on pci0 >>>>>>> usbus3 on ohci1 >>>>>>> ehci1: mem 0xf034a000-0xf034a0f= f irq >>>>>>> 17 >>>>>>> at device 19.2 on pci0 >>>>>>> usbus4: EHCI version 1.0 >>>>>>> usbus4 on ehci1 >>>>>>> pci0: at device 20.0 (no driver attached) >>>>>>> hdac1: >>>> mem 0xf0340000-0xf0343fff >>>>>>> irq >>>>>>> 16 at device 20.2 on pci0 >>>>>>> isab0: at device 20.3 on pci0 >>>>>>> isa0: on isab0 >>>>>>> pcib3: at device 20.4 on pci0 >>>>>>> pci3: on pcib3 >>>>>>> acpi_lid0: on acpi0 >>>>>>> acpi_tz0: on acpi0 >>>>>>> acpi_tz0: _CRT value is absurd, ignored (226.8C) >>>>>>> atkbdc0: port 0x60,0x64 irq 1 on acpi= 0 >>>>>>> atkbd0: irq 1 on atkbdc0 >>>>>>> kbd0 at atkbd0 >>>>>>> atkbd0: [GIANT-LOCKED] >>>>>>> psm0: irq 12 on atkbdc0 >>>>>>> psm0: [GIANT-LOCKED] >>>>>>> psm0: model Synaptics Touchpad, device ID 0 >>>>>>> >>>> battery0: on acpi0 >>>>>>> acpi_acad0: on acpi0 >>>>>>> sc0: at flags 0x100 on isa0 >>>>>>> sc0: VGA <16 virtual consoles, flags=3D0x300> >>>>>>> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff o= n isa0 >>>>>>> ctl: CAM Target Layer loaded >>>>>>> acpi_throttle0: on cpu0 >>>>>>> acpi_throttle1: on cpu1 >>>>>>> acpi_throttle1: failed to attach P_CNT >>>>>>> device_attach: acpi_throttle1 attach returned 6 >>>>>>> acpi_throttle2: on cpu2 >>>>>>> acpi_throttle2: failed to attach P_CNT >>>>>>> device_attach: acpi_throttle2 attach returned 6 >>>>>>> acpi_throttle3: on cpu3 >>>>>>> acpi_throttle3: failed to attach P_CNT >>>>>>> >>>> device_attach: acpi_throttle3 attach returned 6 >>>>>>> ZFS filesystem version: 5 >>>>>>> ZFS storage pool version: features support (5000) >>>>>>> Timecounters tick every 1.000 msec >>>>>>> hdacc0: at cad 0 on hdac0 >>>>>>> hdaa0: at nid 1 on hdacc0 >>>>>>> pcm0: at nid 3 on hdaa0 >>>>>>> hdacc1: at cad 0 on hdac1 >>>>>>> hdaa1: at nid 1 on hdacc1 >>>>>>> pcm1: at nid 13,11 and 12 on hd= aa1 >>>>>>> pcm2: at nid 17 on hdaa1 >>>>>>> usbus0: 5.0Gbps Super Speed USB v3.0 >>>>>>> usbus1: 12Mbps Full Speed USB v1.0 >>>>>>> usbus2: 480Mbps High Speed USB v2.0 >>>>>>> usbus3: 12Mbps Full Speed USB >>>> v1.0 >>>>>>> usbus4: 480Mbps High Speed USB v2.0 >>>>>>> ugen3.1: at usbus3 >>>>>>> uhub0: on usb= us3 >>>>>>> ugen2.1: at usbus2 >>>>>>> uhub1: on usb= us2 >>>>>>> ugen1.1: at usbus1 >>>>>>> uhub2: on usb= us1 >>>>>>> ugen0.1: <0x1022> at usbus0 >>>>>>> uhub3: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on = usbus0 >>>>>>> ugen4.1: at usbus4 >>>>>>> uhub4: on usb= us4 >>>>>>> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >>>>>>> ada0: ATA-9 SATA 3.x device >>>>>>> ada0: 600.000MB/s transfers (SATA 3.x, >>>> UDMA6, PIO 8192bytes) >>>>>>> ada0: Command Queueing enabled >>>>>>> ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C) >>>>>>> ada0: Previously was known as ad4 >>>>>>> SMP: AP CPU #3 Launched! >>>>>>> SMP: AP CPU #1 Launched! >>>>>>> SMP: AP CPU #2 Launched! >>>>>>> Timecounter "TSC" frequency 1996309068 Hz quality 1000 >>>>>>> Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0 >>>>>>> uhub0: 5 ports with 5 removable, self powered >>>>>>> uhub2: 5 ports with 5 removable, self powered >>>>>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>>>>> [SystemCMOS] >>>>>>> (20130626/evregion-178) >>>>>>> ACPI Error: Region SystemCMOS (ID=3D5) has no handler >>>>>>> (20130626/exfldio-320) >>>>>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Nod= e >>>>>>> 0xfffffe0026adac40), >>>> AE_NOT_EXIST (20130626/psparse-553) >>>>>>> ACPI Error: Method parse/execution failed [\134_SB_.PCI0.LPC0.EC0_.= _Q42] >>>>>>> (Node 0xfffffe0026ae8340), AE_NOT_EXIST (20130626/psparse-553) >>>>>>> acpi_ec0: evaluation of query method _Q42 failed: AE_NOT_EXIST >>>>>>> uhub3: 4 ports with 4 removable, self powered >>>>>>> Root mount waiting for: usbus4 usbus2 >>>>>>> uhub1: 5 ports with 5 removable, self powered >>>>>>> uhub4: 5 ports with 5 removable, self powered >>>>>>> Root mount waiting for: usbus4 usbus2 >>>>>>> ugen2.2: at usbus2 >>>>>>> ugen4.2: at usbus4 >>>>>>> Trying to mount root from zfs:sys []... >>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>> ugen3.2: at usbus3 >>>>>>> >>>> ar9300_Stub_GetCTSTimeout: called >>>>>>> ar9300_Stub_GetCTSTimeout: called >>>>>>> ar9300_Stub_GetAntennaSwitch: called >>>>>>> ar9300_Stub_GetAntennaSwitch: called >>>>>>> wlan1: Ethernet address: 20:68:9d:c5:76:8d >>>>>>> run0: on usb= us2 >>>>>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>>>>> 1c:bd:b9:8c:9d:71 >>>>>>> ubt0: >>>>>>> on >>>>>>> usbus3 >>>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>>> WARNING: attempt to domain_add(bluetooth) after domainfinalize() >>>>>>> WARNING: attempt to domain_add(netgraph) after domainfinalize() >>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>> can't >>>> evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>> WARNING pid 2654 (python2.7): ioctl sign-extension ioctl ffffffff80= 087467 >>>>>>> WARNING pid 2655 (python2.7): ioctl sign-extension ioctl ffffffff80= 087467 >>>>>>> WARNING pid 2656 (python2.7): ioctl sign-extension ioctl ffffffff80= 087467 >>>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>>> wlan0: link state changed to UP >>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>> uhub3: at usbus0, port 1, addr 1 (disconnected) >>>>>>> uhub2: at usbus1, port 1, addr 1 (disconnected) >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller >>>> halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> uhub1: at usbus2, port 1, addr 1 (disconnected) >>>>>>> ugen2.2: at usbus2 (disconnected) >>>>>>> run0: at uhub1, port 1, addr 2 (disconnected) >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller >>>> halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> wlan0: link state changed to DOWN >>>>>>> uhub0: at usbus3, port 1, addr 1 (disconnected) >>>>>>> ugen3.2: at usbus3 (disconnected) >>>>>>> ubt0: at uhub0, port 4, addr 2 (disconnected) >>>>>>> xhci_interrupt: host controller halted >>>>>>> xhci_interrupt: host controller halted >>>>>>> uhub4: at usbus4, port 1, addr 1 (disconnected) >>>>>>> ugen4.2: at usbus4 (disconnected) >>>>>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>>>>> [SystemCMOS] >>>>>>> (20130626/evregion-178) >>>>>>> ACPI Error: Region SystemCMOS (ID=3D5) >>>> has no handler >>>>>>> (20130626/exfldio-320) >>>>>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Nod= e >>>>>>> 0xfffffe0026adac40), AE_NOT_EXIST (20130626/psparse-553) >>>>>>> ACPI Error: Method parse/execution failed [\134_PTS] (Node >>>>>>> 0xfffffe0026ab4c80), AE_NOT_EXIST (20130626/psparse-553) >>>>>>> acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_EXIST >>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>> xhci0: 32 byte context size. >>>>>>> uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on = usbus0 >>>>>>> uhub1: on usb= us2 >>>>>>> uhub2: on usb= us4 >>>>>>> uhub3: on usb= us3 >>>>>>> uhub4: >>> HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 >>>>>>> uhub0: 4 ports with 4 removable, self powered >>>>>>> uhub4: 5 ports with 5 removable, self powered >>>>>>> uhub3: 5 ports with 5 removable, self powered >>>>>>> uhub1: 5 ports with 5 removable, self powered >>>>>>> uhub2: 5 ports with 5 removable, self powered >>>>>>> ugen2.2: at usbus2 >>>>>>> run0: on usb= us2 >>>>>>> ugen4.2: at usbus4 >>>>>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>>>>> 1c:bd:b9:8c:9d:71 >>>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>>> ugen3.2: at usbus3 >>>>>>> ubt0: >>>>>>> >>>> on >>>>>>> usbus3 >>>>>>> wlan0: link state changed to UP >>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>> >>>>>>> [root@laptop /usr/src]# cat /etc/rc.conf >>>>>>> wlans_run0=3D"wlan0" >>>>>>> wlans_ath0=3D"wlan1" >>>>>>> ifconfig_wlan0=3D"DHCP WPA" >>>>>>> ... >>>>>>> >>>>>>> [root@laptop /usr/src]# ifconfig -a >>>>>>> ath0: flags=3D8802 metric 0 mtu 2290 >>>>>>> ether 20:68:9d:c5:76:8d >>>>>>> nd6 options=3D29 >>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>>> status: no carrier >>>>>>> wlan1: >>>> flags=3D8802 metric 0 mtu 1500 >>>>>>> ether 20:68:9d:c5:76:8d >>>>>>> nd6 options=3D29 >>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>>> status: no carrier >>>>>>> ssid "" channel 1 (2412 MHz 11b) >>>>>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 = bmiss >>>>>>> 7 >>>>>>> scanvalid 60 wme burst bintval 0 >>>>>>> ... >>>>>>> >>>>>>> [root@laptop /usr/src]# /etc/rc.d/netif start ath0 >>>>>>> Starting Network: ath0. >>>>>>> ath0: flags=3D8843 metric 0= mtu >>>>>>> >>>> 2290 >>>>>>> ether 20:68:9d:c5:76:8d >>>>>>> nd6 options=3D29 >>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect mode 11g >>>>>>> status: associated >>>>>>> Additional inet routing options: ignore ICMP redirect=3DYES log ICM= P >>>>>>> redirect=3DYES. >>>>>>> >>>>>>> [root@laptop /usr/src]# for iface in ath0 wlan1; do ifconfig ${ifac= e}; >>>>>>> done >>>>>>> ath0: flags=3D8843 metric 0= mtu >>>>>>> 2290 >>>>>>> ether 20:68:9d:c5:76:8d >>>>>>> nd6 options=3D29 >>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect mode >>>> 11g >>>>>>> status: associated >>>>>>> wlan1: flags=3D8843 metric = 0 mtu >>>>>>> 1500 >>>>>>> ether 20:68:9d:c5:76:8d >>>>>>> inet 67.215.65.145 netmask 0xff000000 broadcast 67.215.65.145 >>>>>>> nd6 options=3D29 >>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>>> status: no carrier >>>>>>> ssid "" channel 2 (2417 MHz 11g) >>>>>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 = bmiss >>>>>>> 7 >>>>>>> scanvalid 60 protmode CTS wme burst >>>>>>> >>>>>>> [root@laptop /usr/src]# dmesg >>>>>>> ... >>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Anthony Jenkins >>>>>>> _______________________________________________ >>>>>>> freebsd-wireless@freebsd.org mailing list >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>>>>> To unsubscribe, send any mail to >>>>>>> "freebsd-wireless-unsubscribe@freebsd.org" >>>>> >>>>> >>>>> -- >>>>> Anthony Jenkins > From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 20:09:22 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F23BE31E for ; Mon, 22 Dec 2014 20:09:22 +0000 (UTC) Received: from nm40-vm7.bullet.mail.gq1.yahoo.com (nm40-vm7.bullet.mail.gq1.yahoo.com [98.136.216.234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B614B3FE5 for ; Mon, 22 Dec 2014 20:09:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1419278522; bh=gvRoezuy1KLa8fkQkQqzU5Nw3u6PQ3GbtZYGTC0DluQ=; h=Date:From:To:CC:Subject:References:In-Reply-To:From:Subject; b=bJPT0OOe0Slab4PWvV5imVG5M8XFHfMQuQ25OiO/K3VyHRxdi1eKpTBhb21YUGPoGlkoFKVo7umLv2ma6mjGd7AfYzC9u8PYiMx4VZFRlfw3v6yN44waAP0yO9i4las6oOKuTuTbXS2u6OJWEe9RALgff+yXzZgmfm97m3IBElrK8Us5n687+CcgzZDfDaYiIsh5MXfZsUnvDBPKc0iLWIr8nCtp1+EZV49nIRu4h2MI3XkvoUzv8t2U5DSfeP0M5CPDFKoFC2XDoWe2R7bNTq6OsTO0cx18/7Ah0KoBWqbfr29aaSqNkPFn9XIVMCNC3YaZ/jrZ6XwSmjyervRAeg== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=KxlmNJs9lAW3ONky1dxGWGFgS1+ULRgtx6PJ3GSuzM1TeAWgeKTwwMB+8Bob+61IxbGwuKLIctlGVAnYytH7+xAC/Up9+h5QS5KdEvfhkiTP+GnPvGBGlCRKvenRaQ7ISlOQfIaQXVISX2i6rAL9cCerezh0/YocalCzI6r48li42eM4VKIy552079bILHJEST5vOm0aLRHF7y7KiqhJUHBhoFKXz8PbbAGUt0SvPyRtX9FgKOFDPqu8YMUg16gyhMIWdN/tEMhWPATdOQ4y4iTzApNJzxaQlZTRQV/5vL0z8SrAHUXI++9aBhwZz6vOx6uLVbXX0lJI8PvGj580tg==; Received: from [127.0.0.1] by nm40.bullet.mail.gq1.yahoo.com with NNFMP; 22 Dec 2014 20:02:02 -0000 Received: from [216.39.60.184] by nm40.bullet.mail.gq1.yahoo.com with NNFMP; 22 Dec 2014 19:59:11 -0000 Received: from [66.196.81.173] by tm20.bullet.mail.gq1.yahoo.com with NNFMP; 22 Dec 2014 19:59:10 -0000 Received: from [98.139.211.207] by tm19.bullet.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 19:59:10 -0000 Received: from [127.0.0.1] by smtp216.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 19:59:10 -0000 X-Yahoo-Newman-Id: 777767.1438.bm@smtp216.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-4 X-YMail-OSG: drntTDEVM1m9PI70DkCjXcCTDRHNSI7BP83deRl87o3RxVp PaJhkY_b1krSY.T_L8JRmYrr1YccgS_Zvj8hS7fCcY6UFHiiy9UkP9kPu.te SU2da4d64PTCuCytS_QkPqRNadKaxyUGhtENbNcMla_Qo7cN5Ok79UI4nkQo dxzeAQpsDHacUMKEiECQaz2upCVnEtnTDyvNzLK6u9rinOsXdKgkPdxkvC5x HUohkiLpfrlCdzoylTkc0NaJ_S26CY5I82W3CqHG6iv7V92wAY7K.SZvl6A_ Fmfq5s3jEyYc78wTjC_Ijt8Ypojb.Of_.XEpnhx04XNM1V_pjewsAPh2VU8R lGcavdq2KgOfICxzq0lScEjPz.Sm1ATyGcujNRgxgBuflI2LQV8Q7ej9ETqO _BpGcqC9Dknvy1h9Br45fTVq1dW4AQghwvGjWcwCNkinp0d.TGOhqw9qL72o LrfKdd3eGx69Hv2qy4Dpr7r9VTO4Muf3BFr4fd6zlbljRFBQkw3XqbNWtgPc ay6KIo53LL6BgZlWkfdxbUsYuWX0IFozDehr0jPTKwd8yKlPnJd0hBgpCCiR YJAPwOXz_DRSk0jqNTHNALrv5rnGqKLGgtyADmyJM6dU- X-Yahoo-SMTP: 9sPoSQ2swBBlERuQ.0vs8XLc_MeClW0- Message-ID: <5498780B.90704@yahoo.com> Date: Mon, 22 Dec 2014 14:59:07 -0500 From: Anthony Jenkins User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Atheros AR9565 detected, not working References: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> <54987366.6060803@yahoo.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 20:09:23 -0000 I'll have to re-add the printf()s, but I'm pretty sure I saw 0x0B (of course it could have been 0x08 I saw, but neither of those would make it through the function - both 0x0B and 0x08 are blocked). Anthony On 12/22/2014 14:51, Adrian Chadd wrote: > See, that's where it's odd: > > | EepromWriteGpio: 16, WlanDisableGpio: 0, WlanLedGpio: 8 > RxBandSelectGpio: 255 | > > .. how'd you figure out it's GPIO 11? > > > > -adrian > > > On 22 December 2014 at 11:39, Anthony Jenkins wrote: >> Logs attached. >> >> Thanks, >> Anthony >> >> On 12/22/2014 11:21, Adrian Chadd wrote: >>> Yeah, there's no GPIO check like there is in the reference code. >>> >>> The fact it says AR9382 is pretty telling. That's like it's asking for >>> a very specific NIC with very specific GPIO mappings. :( >>> >>> >>> >>> -adrian >>> >>> >>> On 22 December 2014 at 06:03, Anthony Jenkins wrote: >>>> Will do. I'm actually thinking about reverting my changes just to see if stock ath(4) works (it's been a looong while since I played with bringing it up). I still occasionally see the same behavior I saw before my changes. >>>> >>>> I'm using a recent Linux kernel (which works out of the box) to get it working in FreeBSD - the keyboard wi-fi LED and hotkey work perfectly there. >>>> >>>> Thanks, >>>> Anthony >>>> >>>> ________________________________ >>>> From: Adrian Chadd >>>> To: Anthony Jenkins >>>> Cc: "wireless@freebsd.org" >>>> Sent: Sunday, December 21, 2014 9:39 PM >>>> Subject: Re: Atheros AR9565 detected, not working >>>> >>>> >>>> Hi! >>>> >>>> ok, how'd you build things? a module, or in the kernel? >>>> >>>> You need to (a) build it using 'make buildkernel / make installkernel' >>>> and (b) ensure ATH_ENABLE_11N is in your kernel configuration. >>>> >>>> The GPIO bits are a bit odd - let me check the other chipset drivers. >>>> >>>> Can you compile the tools in src/tools/tools/ath/ - then run this: >>>> >>>> ath_prom_dump -i ath0 -d /tmp/ath.dump >>>> ath_ee_9300_print /tmp/ath.dump > /tmp/ath.txt >>>> >>>> then email the contents of ath.txt . It'll include the GPIO pin id. >>>> >>>> Thanks! >>>> >>>> >>>> >>>> -adrian >>>> >>>> >>>> >>>> On 18 December 2014 at 11:53, Anthony Jenkins wrote: >>>>> The attached patch seems to get my rfkill GPIO working. It seems ar9300_enable_rf_kill() is never called. I added a call to it after ath_hal_enable_rfkill(), but this is probably not the right place (I see it called several times while the interface is up). >>>>> >>>>> I also found several spots in the GPIO handling code which give up if the GPIO pin is 8, 9, 11 or greater than 13; my rfkill GPIO pin is 11 (0x0B). I commented these out: >>>>> >>>>> >>>>> if ((gpio == AR9382_GPIO_PIN_8_RESERVED) || >>>>> (gpio == AR9382_GPIO_PIN_11_RESERVED) || >>>>> (gpio == AR9382_GPIO_9_INPUT_ONLY)) >>>>> { >>>>> return AH_FALSE; >>>>> } >>>>> >>>>> >>>>> >>>>> if ((gpio == AR9382_GPIO_PIN_8_RESERVED) || >>>>> (gpio == AR9382_GPIO_PIN_11_RESERVED) || >>>>> (gpio > AR9382_MAX_GPIO_INPUT_PIN_NUM)) >>>>> { >>>>> return; >>>>> } >>>>> >>>>> >>>>> Haven't narrowed down which is responsible for me being able to send this email using my AR9565. Also I'm getting flooded with these messages since moving ath & wlan out of the kernel...my patch broke something, no? >>>>> >>>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? >>>>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=1, nbufs=128? >>>>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? >>>>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=1, nbufs=128? >>>>> ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >>>>> ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? >>>>> >>>>> >>>>> Anthony >>>>> ________________________________ >>>>> From: Adrian Chadd >>>>> To: Anthony Jenkins >>>>> Cc: "freebsd-wireless@freebsd.org" >>>>> Sent: Monday, July 29, 2013 10:44 AM >>>>> Subject: Re: Atheros AR9565 detected, not working >>>>> >>>>> >>>>> Cool, thanks. >>>>> >>>>> Please make sure you post patches for all the things you fix. I'd love >>>>> to see this kind of thing work out of the box. :) >>>>> >>>>> >>>>> -adrian >>>>> >>>>> On 29 July 2013 07:36, Anthony Jenkins wrote: >>>>>> Thanks Adrian, >>>>>> >>>>>> I've managed to fix a few things on this laptop, the remaining stuff is >>>>>> BIOS/ACPI related. acpi_hp(4) isn't working, has something to do with WMI. >>>>>> Hoping if I fix the ACPI stuff I can >>>>> have me AR9565 working. I'll poke >>>>>> around and report back; the RFKill suggestion is a good place to start >>>>>> looking. >>>>>> >>>>>> Thanks, >>>>>> Anthony >>>>>> >>>>>> >>>>>> On 07/29/13 10:30, Adrian Chadd wrote: >>>>>>> Hm, maybe rfkill is set? >>>>>>> >>>>>>> The AR9565 is supported. I have the reference NICs from Atheros; they >>>>>>> work just fine. >>>>>>> >>>>>>> It may be some kind of ACPI setting to enable/disable RFKill so the >>>>>>> radio side is actually enabled. >>>>>>> >>>>>>> I'm sorry, I don't have much more than that to offer without having >>>>>>> the laptop here. >>>>>>> >>>>>>> If someone's willing to send me one, I'll get 10 + wireless working on >>>>>>> it and then hand it over to ixsystems to join the 'stuff we really >>>>>>> should get pcbsd running smoothly on' pile. They're about $500 off of >>>>>>> >>>>> amazon.com. >>>>>>> Thanks, >>>>>>> >>>>>>> >>>>>>> >>>>>>> -adrian >>>>>>> >>>>>>> On 29 July 2013 07:21, Anthony Jenkins wrote: >>>>>>>> I just got an HP ENVY Sleekbook 6z-1100 laptop hoping it came with a >>>>>>>> FreeBSD-supported wireless NIC. It has an Atheros AR9565 and looking at >>>>>>>> the >>>>>>>> logs it _seems_ like it should be working, but I get no network traffic. >>>>>>>> I >>>>>>>> haven't started the Atheros debugging procedure yet, save to compile in >>>>>>>> option AH_DEBUG and move ath(4) out of the kernel & to a module to >>>>>>>> facilitate changes. Works (of course) in Win8 which came with laptop. >>>>>>>> Wireless enabled LED is amber (disabled) in FreeBSD, goes from amber >>>>> to >>>>>>>> white (enabled) when I boot the Win8 HDD. >>>>>>>> >>>>>>>> Here's various logs and misc. system info. What should I try next? >>>>>>>> Thanks >>>>>>>> in advance! >>>>>>>> >>>>>>>> [root@laptop /usr/src]# uname -a n >>>>>>>> FreeBSD laptop.qtchat.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Jul >>>>>>>> 27 >>>>>>>> 23:45:30 EDT 2013 root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL >>>>>>>> amd64 >>>>>>>> >>>>>>>> [root@laptop /usr/src]# dmesg >>>>>>>> Copyright (c) 1992-2013 The FreeBSD Project. >>>>>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >>>>>>>> The Regents >>>>> of the University of California. All rights reserved. >>>>>>>> FreeBSD is a registered trademark of The FreeBSD Foundation. >>>>>>>> FreeBSD 10.0-CURRENT #0: Sat Jul 27 23:45:30 EDT 2013 >>>>>>>> root@laptop.qtchat.org:/usr/obj/usr/src/sys/MYKERNEL amd64 >>>>>>>> FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 >>>>>>>> module_register: module pci/xhci already exists! >>>>>>>> Module pci/xhci failed to register: 17 >>>>>>>> CPU: AMD A10-4655M APU with Radeon(tm) HD Graphics (1996.31-MHz >>>>>>>> K8-class >>>>>>>> CPU) >>>>>>>> Origin = "AuthenticAMD" Id = 0x610f01 Family = 0x15 Model = 0x10 >>>>>>>> Stepping = 1 >>>>>>>> >>>>>>>> >>>>> Features=0x178bfbff >>>>>>>> Features2=0x3e98320b >>>>>>>> AMD Features=0x2e500800 >>>>>>>> AMD >>>>>>>> >>>>>>>> Features2=0x1abbfff,NodeId,TBM,,> >>>>>>>> Standard Extended Features=0x8 >>>>>>>> TSC: P-state invariant, performance statistics >>>>>>>> real memory = 17179869184 (16384 MB) >>>>>>>> avail memory = 15463530496 (14747 MB) >>>>>>>> Event timer "LAPIC" quality 400 >>>>>>>> ACPI APIC Table: >>>>>>> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >>>>>>>> FreeBSD/SMP: 1 package(s) x 4 core(s) >>>>>>>> cpu0 (BSP): APIC ID: 16 >>>>>>>> cpu1 (AP): APIC ID: 17 >>>>>>>> cpu2 (AP): APIC ID: 18 >>>>>>>> cpu3 (AP): APIC ID: 19 >>>>>>>> ioapic0: Changing APIC ID to 4 >>>>>>>> ioapic0 irqs 0-23 on motherboard >>>>>>>> kbd1 at kbdmux0 >>>>>>>> acpi0: on motherboard >>>>>>>> acpi0: Power Button (fixed) >>>>>>>> cpu0: on acpi0 >>>>>>>> cpu1: on acpi0 >>>>>>>> cpu2: on acpi0 >>>>>>>> cpu3: on acpi0 >>>>>>>> hpet0: iomem 0xfed00000-0xfed003ff irq 0,8 >>>>>>>> on >>>>>>>> acpi0 >>>>>>>> Timecounter "HPET" frequency 14318180 Hz quality >>>>> 950 >>>>>>>> atrtc0: port 0x70-0x71 on acpi0 >>>>>>>> Event timer "RTC" frequency 32768 Hz quality 0 >>>>>>>> attimer0: port 0x40-0x43 on acpi0 >>>>>>>> Timecounter "i8254" frequency 1193182 Hz quality 0 >>>>>>>> Event timer "i8254" frequency 1193182 Hz quality 100 >>>>>>>> Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 >>>>>>>> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 >>>>>>>> acpi_ec0: port 0x62,0x66 iomem >>>>>>>> 0xff000000-0xff000fff on acpi0 >>>>>>>> acpi_button0: on acpi0 >>>>>>>> pcib0: port 0xcf8-0xcff on acpi0 >>>>>>>> pci0: on pcib0 >>>>>>>> vgapci0: port 0x3000-0x30ff mem >>>>>>>> 0xe0000000-0xefffffff,0xf0300000-0xf033ffff >>>>> irq 17 at device 1.0 on pci0 >>>>>>>> acpi_video0: on vgapci0 >>>>>>>> hdac0: mem 0xf0344000-0xf0347fff irq 18 at >>>>>>>> device 1.1 on pci0 >>>>>>>> hdac0: hdac_get_capabilities: Invalid corb size (0); assuming 256. >>>>>>>> hdac0: hdac_get_capabilities: Invalid rirb size (0); assuming 256. >>>>>>>> pcib1: at device 4.0 on pci0 >>>>>>>> pci1: on pcib1 >>>>>>>> pci1: at device 0.0 (no driver attached) >>>>>>>> re0: port >>>>>>>> 0x2000-0x20ff mem 0xf0004000-0xf0004fff,0xf0000000-0xf0003fff irq 16 at >>>>>>>> device 0.2 on pci1 >>>>>>>> re0: Using 1 MSI-X message >>>>>>>> re0: turning off MSI enable bit. >>>>>>>> re0: ASPM disabled >>>>>>>> re0: Chip rev. >>>>> 0x48800000 >>>>>>>> re0: MAC rev. 0x00000000 >>>>>>>> miibus0: on re0 >>>>>>>> rgephy0: PHY 1 on >>>>>>>> miibus0 >>>>>>>> rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, >>>>>>>> 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, >>>>>>>> 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow >>>>>>>> re0: Ethernet address: 6c:3b:e5:81:21:f0 >>>>>>>> pcib2: at device 5.0 on pci0 >>>>>>>> pci2: on pcib2 >>>>>>>> ath0: mem 0xf0100000-0xf017ffff irq 17 at >>>>>>>> device >>>>>>>> 0.0 on pci2 >>>>>>>> ar9300_set_stub_functions: setting stub functions >>>>>>>> ar9300_set_stub_functions: setting stub functions >>>>>>>> ar9300_attach: calling >>>>> ar9300_hw_attach >>>>>>>> ar9300_hw_attach: calling ar9300_eeprom_attach >>>>>>>> ar9300_flash_map: unimplemented for now >>>>>>>> Restoring Cal data from DRAM >>>>>>>> Restoring Cal data from EEPROM >>>>>>>> Restoring Cal data from Flash >>>>>>>> Restoring Cal data from Flash >>>>>>>> Restoring Cal data from OTP >>>>>>>> ar9300_hw_attach: ar9300_eeprom_attach returned 0 >>>>>>>> ar9300_fill_capability_info: (MCI) MCI support = 1 >>>>>>>> ath0: RX status length: 48 >>>>>>>> ath0: RX buffer size: 4096 >>>>>>>> ath0: TX descriptor length: 128 >>>>>>>> ath0: TX status length: 36 >>>>>>>> ath0: TX buffers per descriptor: 4 >>>>>>>> ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0 >>>>>>>> ath0: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries >>>>>>>> ath0: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 >>>>> entries >>>>>>>> ath0: [HT] enabling HT modes >>>>>>>> ath0: [HT] enabling short-GI in 20MHz mode >>>>>>>> ath0: [HT] 1 stream STBC receive enabled >>>>>>>> ath0: [HT] 1 RX streams; 1 TX streams >>>>>>>> ath0: AR9565 mac 704.0 RF5110 phy 526.12 >>>>>>>> ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 >>>>>>>> xhci0: mem 0xf0348000-0xf0349fff irq >>>>>>>> 18 >>>>>>>> at device 16.0 on pci0 >>>>>>>> usbus0: waiting for BIOS to give up control >>>>>>>> xhci0: 32 byte context size. >>>>>>>> usbus0 on xhci0 >>>>>>>> ahci0: port >>>>>>>> 0x3118-0x311f,0x3124-0x3127,0x3110-0x3117,0x3120-0x3123,0x3100-0x310f mem >>>>>>>> 0xf034e000-0xf034e7ff irq 19 at device 17.0 on pci0 >>>>>>>> ahci0: AHCI v1.30 with 1 6Gbps ports, Port Multiplier supported >>>>>>>> ahcich0: >>>>> at channel 0 on ahci0 >>>>>>>> ohci0: mem 0xf034d000-0xf034dfff irq 18 >>>>>>>> at >>>>>>>> device 18.0 on pci0 >>>>>>>> usbus1 on ohci0 >>>>>>>> ehci0: mem 0xf034c000-0xf034c0ff irq >>>>>>>> 17 >>>>>>>> at device 18.2 on pci0 >>>>>>>> usbus2: EHCI version 1.0 >>>>>>>> usbus2 on ehci0 >>>>>>>> ohci1: mem 0xf034b000-0xf034bfff irq 18 >>>>>>>> at >>>>>>>> device 19.0 on pci0 >>>>>>>> usbus3 on ohci1 >>>>>>>> ehci1: mem 0xf034a000-0xf034a0ff irq >>>>>>>> 17 >>>>>>>> at device 19.2 on pci0 >>>>>>>> usbus4: EHCI version 1.0 >>>>>>>> usbus4 on ehci1 >>>>>>>> pci0: at device 20.0 (no driver attached) >>>>>>>> hdac1: >>>>> mem 0xf0340000-0xf0343fff >>>>>>>> irq >>>>>>>> 16 at device 20.2 on pci0 >>>>>>>> isab0: at device 20.3 on pci0 >>>>>>>> isa0: on isab0 >>>>>>>> pcib3: at device 20.4 on pci0 >>>>>>>> pci3: on pcib3 >>>>>>>> acpi_lid0: on acpi0 >>>>>>>> acpi_tz0: on acpi0 >>>>>>>> acpi_tz0: _CRT value is absurd, ignored (226.8C) >>>>>>>> atkbdc0: port 0x60,0x64 irq 1 on acpi0 >>>>>>>> atkbd0: irq 1 on atkbdc0 >>>>>>>> kbd0 at atkbd0 >>>>>>>> atkbd0: [GIANT-LOCKED] >>>>>>>> psm0: irq 12 on atkbdc0 >>>>>>>> psm0: [GIANT-LOCKED] >>>>>>>> psm0: model Synaptics Touchpad, device ID 0 >>>>>>>> >>>>> battery0: on acpi0 >>>>>>>> acpi_acad0: on acpi0 >>>>>>>> sc0: at flags 0x100 on isa0 >>>>>>>> sc0: VGA <16 virtual consoles, flags=0x300> >>>>>>>> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >>>>>>>> ctl: CAM Target Layer loaded >>>>>>>> acpi_throttle0: on cpu0 >>>>>>>> acpi_throttle1: on cpu1 >>>>>>>> acpi_throttle1: failed to attach P_CNT >>>>>>>> device_attach: acpi_throttle1 attach returned 6 >>>>>>>> acpi_throttle2: on cpu2 >>>>>>>> acpi_throttle2: failed to attach P_CNT >>>>>>>> device_attach: acpi_throttle2 attach returned 6 >>>>>>>> acpi_throttle3: on cpu3 >>>>>>>> acpi_throttle3: failed to attach P_CNT >>>>>>>> >>>>> device_attach: acpi_throttle3 attach returned 6 >>>>>>>> ZFS filesystem version: 5 >>>>>>>> ZFS storage pool version: features support (5000) >>>>>>>> Timecounters tick every 1.000 msec >>>>>>>> hdacc0: at cad 0 on hdac0 >>>>>>>> hdaa0: at nid 1 on hdacc0 >>>>>>>> pcm0: at nid 3 on hdaa0 >>>>>>>> hdacc1: at cad 0 on hdac1 >>>>>>>> hdaa1: at nid 1 on hdacc1 >>>>>>>> pcm1: at nid 13,11 and 12 on hdaa1 >>>>>>>> pcm2: at nid 17 on hdaa1 >>>>>>>> usbus0: 5.0Gbps Super Speed USB v3.0 >>>>>>>> usbus1: 12Mbps Full Speed USB v1.0 >>>>>>>> usbus2: 480Mbps High Speed USB v2.0 >>>>>>>> usbus3: 12Mbps Full Speed USB >>>>> v1.0 >>>>>>>> usbus4: 480Mbps High Speed USB v2.0 >>>>>>>> ugen3.1: at usbus3 >>>>>>>> uhub0: on usbus3 >>>>>>>> ugen2.1: at usbus2 >>>>>>>> uhub1: on usbus2 >>>>>>>> ugen1.1: at usbus1 >>>>>>>> uhub2: on usbus1 >>>>>>>> ugen0.1: <0x1022> at usbus0 >>>>>>>> uhub3: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 >>>>>>>> ugen4.1: at usbus4 >>>>>>>> uhub4: on usbus4 >>>>>>>> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >>>>>>>> ada0: ATA-9 SATA 3.x device >>>>>>>> ada0: 600.000MB/s transfers (SATA 3.x, >>>>> UDMA6, PIO 8192bytes) >>>>>>>> ada0: Command Queueing enabled >>>>>>>> ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C) >>>>>>>> ada0: Previously was known as ad4 >>>>>>>> SMP: AP CPU #3 Launched! >>>>>>>> SMP: AP CPU #1 Launched! >>>>>>>> SMP: AP CPU #2 Launched! >>>>>>>> Timecounter "TSC" frequency 1996309068 Hz quality 1000 >>>>>>>> Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0 >>>>>>>> uhub0: 5 ports with 5 removable, self powered >>>>>>>> uhub2: 5 ports with 5 removable, self powered >>>>>>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>>>>>> [SystemCMOS] >>>>>>>> (20130626/evregion-178) >>>>>>>> ACPI Error: Region SystemCMOS (ID=5) has no handler >>>>>>>> (20130626/exfldio-320) >>>>>>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>>>>>> 0xfffffe0026adac40), >>>>> AE_NOT_EXIST (20130626/psparse-553) >>>>>>>> ACPI Error: Method parse/execution failed [\134_SB_.PCI0.LPC0.EC0_._Q42] >>>>>>>> (Node 0xfffffe0026ae8340), AE_NOT_EXIST (20130626/psparse-553) >>>>>>>> acpi_ec0: evaluation of query method _Q42 failed: AE_NOT_EXIST >>>>>>>> uhub3: 4 ports with 4 removable, self powered >>>>>>>> Root mount waiting for: usbus4 usbus2 >>>>>>>> uhub1: 5 ports with 5 removable, self powered >>>>>>>> uhub4: 5 ports with 5 removable, self powered >>>>>>>> Root mount waiting for: usbus4 usbus2 >>>>>>>> ugen2.2: at usbus2 >>>>>>>> ugen4.2: at usbus4 >>>>>>>> Trying to mount root from zfs:sys []... >>>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>>> ugen3.2: at usbus3 >>>>>>>> >>>>> ar9300_Stub_GetCTSTimeout: called >>>>>>>> ar9300_Stub_GetCTSTimeout: called >>>>>>>> ar9300_Stub_GetAntennaSwitch: called >>>>>>>> ar9300_Stub_GetAntennaSwitch: called >>>>>>>> wlan1: Ethernet address: 20:68:9d:c5:76:8d >>>>>>>> run0: on usbus2 >>>>>>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>>>>>> 1c:bd:b9:8c:9d:71 >>>>>>>> ubt0: >>>>>>>> on >>>>>>>> usbus3 >>>>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>>>> WARNING: attempt to domain_add(bluetooth) after domainfinalize() >>>>>>>> WARNING: attempt to domain_add(netgraph) after domainfinalize() >>>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>>> can't >>>>> evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>>> WARNING pid 2654 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>>>>>> WARNING pid 2655 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>>>>>> WARNING pid 2656 (python2.7): ioctl sign-extension ioctl ffffffff80087467 >>>>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>>>> wlan0: link state changed to UP >>>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>>> uhub3: at usbus0, port 1, addr 1 (disconnected) >>>>>>>> uhub2: at usbus1, port 1, addr 1 (disconnected) >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller >>>>> halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> uhub1: at usbus2, port 1, addr 1 (disconnected) >>>>>>>> ugen2.2: at usbus2 (disconnected) >>>>>>>> run0: at uhub1, port 1, addr 2 (disconnected) >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller >>>>> halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> wlan0: link state changed to DOWN >>>>>>>> uhub0: at usbus3, port 1, addr 1 (disconnected) >>>>>>>> ugen3.2: at usbus3 (disconnected) >>>>>>>> ubt0: at uhub0, port 4, addr 2 (disconnected) >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> xhci_interrupt: host controller halted >>>>>>>> uhub4: at usbus4, port 1, addr 1 (disconnected) >>>>>>>> ugen4.2: at usbus4 (disconnected) >>>>>>>> ACPI Error: No handler for Region [RCM0] (0xfffffe0026ac6b00) >>>>>>>> [SystemCMOS] >>>>>>>> (20130626/evregion-178) >>>>>>>> ACPI Error: Region SystemCMOS (ID=5) >>>>> has no handler >>>>>>>> (20130626/exfldio-320) >>>>>>>> ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node >>>>>>>> 0xfffffe0026adac40), AE_NOT_EXIST (20130626/psparse-553) >>>>>>>> ACPI Error: Method parse/execution failed [\134_PTS] (Node >>>>>>>> 0xfffffe0026ab4c80), AE_NOT_EXIST (20130626/psparse-553) >>>>>>>> acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_EXIST >>>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>>> xhci0: 32 byte context size. >>>>>>>> uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 >>>>>>>> uhub1: on usbus2 >>>>>>>> uhub2: on usbus4 >>>>>>>> uhub3: on usbus3 >>>>>>>> uhub4: >>>> HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 >>>>>>>> uhub0: 4 ports with 4 removable, self powered >>>>>>>> uhub4: 5 ports with 5 removable, self powered >>>>>>>> uhub3: 5 ports with 5 removable, self powered >>>>>>>> uhub1: 5 ports with 5 removable, self powered >>>>>>>> uhub2: 5 ports with 5 removable, self powered >>>>>>>> ugen2.2: at usbus2 >>>>>>>> run0: on usbus2 >>>>>>>> ugen4.2: at usbus4 >>>>>>>> run0: MAC/BBP RT3071 (rev 0x0213), RF RT3022 (MIMO 2T2R), address >>>>>>>> 1c:bd:b9:8c:9d:71 >>>>>>>> wlan0: Ethernet address: 1c:bd:b9:8c:9d:71 >>>>>>>> run0: firmware RT3071 ver. 0.236 loaded >>>>>>>> ugen3.2: at usbus3 >>>>>>>> ubt0: >>>>>>>> >>>>> on >>>>>>>> usbus3 >>>>>>>> wlan0: link state changed to UP >>>>>>>> can't evaluate \134_SB_.PCI0.VGA_.LCD_._DCS - AE_NOT_FOUND >>>>>>>> >>>>>>>> [root@laptop /usr/src]# cat /etc/rc.conf >>>>>>>> wlans_run0="wlan0" >>>>>>>> wlans_ath0="wlan1" >>>>>>>> ifconfig_wlan0="DHCP WPA" >>>>>>>> ... >>>>>>>> >>>>>>>> [root@laptop /usr/src]# ifconfig -a >>>>>>>> ath0: flags=8802 metric 0 mtu 2290 >>>>>>>> ether 20:68:9d:c5:76:8d >>>>>>>> nd6 options=29 >>>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>>>> status: no carrier >>>>>>>> wlan1: >>>>> flags=8802 metric 0 mtu 1500 >>>>>>>> ether 20:68:9d:c5:76:8d >>>>>>>> nd6 options=29 >>>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>>>> status: no carrier >>>>>>>> ssid "" channel 1 (2412 MHz 11b) >>>>>>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmiss >>>>>>>> 7 >>>>>>>> scanvalid 60 wme burst bintval 0 >>>>>>>> ... >>>>>>>> >>>>>>>> [root@laptop /usr/src]# /etc/rc.d/netif start ath0 >>>>>>>> Starting Network: ath0. >>>>>>>> ath0: flags=8843 metric 0 mtu >>>>>>>> >>>>> 2290 >>>>>>>> ether 20:68:9d:c5:76:8d >>>>>>>> nd6 options=29 >>>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect mode 11g >>>>>>>> status: associated >>>>>>>> Additional inet routing options: ignore ICMP redirect=YES log ICMP >>>>>>>> redirect=YES. >>>>>>>> >>>>>>>> [root@laptop /usr/src]# for iface in ath0 wlan1; do ifconfig ${iface}; >>>>>>>> done >>>>>>>> ath0: flags=8843 metric 0 mtu >>>>>>>> 2290 >>>>>>>> ether 20:68:9d:c5:76:8d >>>>>>>> nd6 options=29 >>>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect mode >>>>> 11g >>>>>>>> status: associated >>>>>>>> wlan1: flags=8843 metric 0 mtu >>>>>>>> 1500 >>>>>>>> ether 20:68:9d:c5:76:8d >>>>>>>> inet 67.215.65.145 netmask 0xff000000 broadcast 67.215.65.145 >>>>>>>> nd6 options=29 >>>>>>>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>>>>>>> status: no carrier >>>>>>>> ssid "" channel 2 (2417 MHz 11g) >>>>>>>> regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmiss >>>>>>>> 7 >>>>>>>> scanvalid 60 protmode CTS wme burst >>>>>>>> >>>>>>>> [root@laptop /usr/src]# dmesg >>>>>>>> ... >>>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>>> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Anthony Jenkins >>>>>>>> _______________________________________________ >>>>>>>> freebsd-wireless@freebsd.org mailing list >>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>>>>>> To unsubscribe, send any mail to >>>>>>>> "freebsd-wireless-unsubscribe@freebsd.org" >>>>>> >>>>>> -- >>>>>> Anthony Jenkins From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 20:22:13 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A286D701 for ; Mon, 22 Dec 2014 20:22:13 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30A5E361 for ; Mon, 22 Dec 2014 20:22:13 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id bs8so9100693wib.4 for ; Mon, 22 Dec 2014 12:22:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wBym0tJOJ7EvxIak7YUcJg+vnn5S7W9zFw+XUwoYT0w=; b=hH9qtT1lUuJd7VKfkrOreirUrPNbJ1gCx2wQqC9Z6hvwmsX4s7pAIjSWJjbO9G7JEz jEPAwTQCCPXWAIl/wtY7R9mmEI2ia7Kyx2T8e1ctgdGWX9tMfGVBQdGUwttcBPzDg0nT VAufu4/bciHSzJVjyMza6EADwRM3Vuh6TptMHTbjy3tGddBPU4UinI52zxYaVwh5HZaj tOpsGQ8/qk/XCNJO9D8MjiWdYC3RKDW4AtSo99OLiMYluDnfYQyCht8UYXpzlYNZcE3Z YYj2+hR/ZhUX9/AfoSQKeBp7T0ccc2IaUsVqlgmMToJPH2KuuHGo9GYMzLTXrtT2vcMk DvjA== MIME-Version: 1.0 X-Received: by 10.180.87.36 with SMTP id u4mr34088280wiz.20.1419279731551; Mon, 22 Dec 2014 12:22:11 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Mon, 22 Dec 2014 12:22:11 -0800 (PST) In-Reply-To: <5498780B.90704@yahoo.com> References: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> <54987366.6060803@yahoo.com> <5498780B.90704@yahoo.com> Date: Mon, 22 Dec 2014 12:22:11 -0800 X-Google-Sender-Auth: 7duFrBilAiRhUT9bodsukuxpSzs Message-ID: Subject: Re: Atheros AR9565 detected, not working From: Adrian Chadd To: Anthony Jenkins Content-Type: text/plain; charset=UTF-8 Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 20:22:13 -0000 On 22 December 2014 at 11:59, Anthony Jenkins wrote: > I'll have to re-add the printf()s, but I'm pretty sure I saw 0x0B (of course it could have been 0x08 I saw, but neither of those would make it through the function - both 0x0B and 0x08 are blocked). Please do. I'd like to fix up the HAL and driver to use the EEPROM provided LED and RFKILL GPIO fields if they're populated and valid. Thanks! -adrian From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 21:59:43 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCFAA24B for ; Mon, 22 Dec 2014 21:59:43 +0000 (UTC) Received: from nm6.bullet.mail.bf1.yahoo.com (nm6.bullet.mail.bf1.yahoo.com [98.139.212.165]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 601BA3522 for ; Mon, 22 Dec 2014 21:59:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1419285581; bh=DBBgLgIOr8fIVC2f8voI7ipPG55bAYPDBUOPSi+DjCE=; h=Date:From:To:CC:Subject:References:In-Reply-To:From:Subject; b=lohuEt9oIqklSRAw9I/9a/EeskaqHSswuXF5zS3iV6qTKyB2CJdsSMmPNgV4KrXLStTzrPCotLIWZ9lnykFkvh225BSh1yG8CsRyir+l24v8a+XXa3RYLN39IiGnYz3X5Qg057GCILjoT1BRudKDMJO1pTwwMb2GSpkuoAkp9IHRIyfYGwVA7+jhsj53Xm46JcQM6SYFmqZLg5rMlMZSq0X9gg18WUtB4hI6vBE4lOkIrKExxGwd4pde+D6OlLuPP4WvnTpxrWkLWQZ5LsoGIcg8p8PpdYJD2L0CN62DntydebdocqfWFfAXYnjHzC18Qa5m4fP34r3lmeJ6GPujEA== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=nqjTUWwFHXbwTDxgRvEHZdGK1GDQCm//4T4iT0cS97wd0l09RtyzX93JMdKVXkvkmmNwPSKcpvfJQUXuWTzjvEfE1IiFYOhMH5ZfaeSZ0H5yu4Efz2OzVDptp3aGfdcANQOZzkdkFPBDE7mK+ZVzPQbtWbDw4slw4p/oME3PFFcSD+dBXG0pAdGs+KTLMrBgmLIl5cAgpQsQihtZLKLTvfFYSWj6S1Qy+1py+38c8keTdw1TiPuPfg4B8dLZkJg6p1m29VMazu/ReoJYcl0xrUls0Fo0OsZGOCkQJ6H9AQaMiR3e2UKMPSEcKV4Xo7n1oSJOJxRU6STexOlvz5EOJQ==; Received: from [98.139.215.143] by nm6.bullet.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 21:59:41 -0000 Received: from [98.139.211.207] by tm14.bullet.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 21:59:41 -0000 Received: from [127.0.0.1] by smtp216.mail.bf1.yahoo.com with NNFMP; 22 Dec 2014 21:59:41 -0000 X-Yahoo-Newman-Id: 143207.83099.bm@smtp216.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 5_ScoV4VM1nNxroURm6aXi.f01ymTyIdFcIRbLqQeHtITOq VTo3TNLeUgq90xMTiMfu8Y3ny9QLOzSQ7sgYf4dk9_RieyBEYUjmrkX3oxjb 47A2UNWlf0kxBbSt4cTo1DJ3wV1JIrgEaIR.fpU29f6CBYBi5j.97ciN7Zfw OcCaEG1iuUNKl2agK9M3xg33GQ1EmZOctrgmvrIgqNTgdEK5mwr4T_RW7uQB ljgaglAPZHliJpkTROh3CIAsqQKY0wBZ32Ry0U4cUnxioHr2.4x6SK9LRivv R1oYS9zOAwu1i1cvU2u5Zp7SDi5Pxt33chp6IYi7W_Vz0uUj7qzYEEXEfvip 1J7Qe2oTjYpm3bbLC4Z_hE3HiaMJ3Nn2wp2uNEQk.hax0Y.8bQMBB3h03_dG bnbofwR3Pcsa92aI7cuk98xr2qqTy1LQYuxLIlXCss0ZOoqE.omHUAHZ6Dm6 V10Pj_49TrOQHjsmztlg1XsgO33xnws56XxTu3Z_2KliWZ.KBSZA2_ZjwMiI 8TwbMMLacSPqCsxW8uNnViMoxTmM- X-Yahoo-SMTP: 9sPoSQ2swBBlERuQ.0vs8XLc_MeClW0- Message-ID: <5498944C.4040706@yahoo.com> Date: Mon, 22 Dec 2014 16:59:40 -0500 From: Anthony Jenkins User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Atheros AR9565 detected, not working References: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> <54987366.6060803@yahoo.com> <5498780B.90704@yahoo.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 21:59:43 -0000 On 12/22/2014 15:22, Adrian Chadd wrote: > On 22 December 2014 at 11:59, Anthony Jenkins wrote: >> I'll have to re-add the printf()s, but I'm pretty sure I saw 0x0B (of course it could have been 0x08 I saw, but neither of those would make it through the function - both 0x0B and 0x08 are blocked). > Please do. I'd like to fix up the HAL and driver to use the EEPROM > provided LED and RFKILL GPIO fields if they're populated and valid. Here's the chunk of boot messages for ath(4) on my laptop; it was 0x0B as I originally thought: Dec 22 16:47:59 ajenkins-hplaptop kernel: pcib2: allocated memory range (0xf0100000-0xf017ffff) for rid 10 of pci0:2:0:0 Dec 22 16:47:59 ajenkins-hplaptop kernel: pcib2: matched entry for 2.0.INTA Dec 22 16:47:59 ajenkins-hplaptop kernel: pcib2: slot 0 INTA hardwired to IRQ 17 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: mem 0xf0100000-0xf017ffff irq 17 at device 0.0 on pci2 Dec 22 16:47:59 ajenkins-hplaptop kernel: ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 16 vector 53 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: WB335 1-ANT card detected Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_attach: calling ar9300_hw_attach Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_hw_attach: calling ar9300_eeprom_attach Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_flash_map: unimplemented for now Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from DRAM Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from EEPROM Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from Flash Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from Flash Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from OTP Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_hw_attach: ar9300_eeprom_attach returned 0 Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_fill_capability_info: ah_rfsilent=0x2d Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_fill_capability_info: ah_gpio_select=0x0b Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_fill_capability_info: ah_polarity=0x00 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: RX status length: 48 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: RX buffer size: 4096 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: TX descriptor length: 128 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: TX status length: 36 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: TX buffers per descriptor: 4 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 entries Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: [HT] enabling HT modes Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: [HT] enabling short-GI in 20MHz mode Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: [HT] 1 stream STBC receive enabled Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: [HT] 1 RX streams; 1 TX streams Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 1T1R Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11ng MCS 20MHz Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: MCS 0-7: 6.5Mbps - 65Mbps Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11ng MCS 20MHz SGI Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: MCS 0-7: 7Mbps - 72Mbps Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11ng MCS 40MHz: Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: MCS 0-7: 13.5Mbps - 135Mbps Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11ng MCS 40MHz SGI: Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: MCS 0-7: 15Mbps - 150Mbps Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: AR9565 mac 704.0 RF5110 phy 1638.6 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 1 for WME_AC_BE traffic Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 0 for WME_AC_BK traffic Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 2 for WME_AC_VI traffic Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 3 for WME_AC_VO traffic Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 8 for CAB traffic Here's the printf()s in the code: /* * Fill all software cached or static hardware state information. * Return failure if capabilities are to come from EEPROM and * cannot be read. */ HAL_BOOL ar9300_fill_capability_info(struct ath_hal *ah) { ... ahpriv->ah_rfsilent = ar9300_eeprom_get(ahp, EEP_RF_SILENT); ath_hal_printf(ah, "%s: ah_rfsilent=0x%02x\n", __func__, ahpriv->ah_rfsilent); if (ahpriv->ah_rfsilent & EEP_RFSILENT_ENABLED) { ahp->ah_gpio_select = MS(ahpriv->ah_rfsilent, EEP_RFSILENT_GPIO_SEL); ath_hal_printf(ah, "%s: ah_gpio_select=0x%02x\n", __func__, ahp->ah_gpio_select); ahp->ah_polarity = MS(ahpriv->ah_rfsilent, EEP_RFSILENT_POLARITY); ath_hal_printf(ah, "%s: ah_polarity=0x%02x\n", __func__, ahp->ah_polarity); ath_hal_enable_rfkill(ah, AH_TRUE); ar9300_enable_rf_kill(ah); p_cap->halRfSilentSupport = AH_TRUE; } Anthony > Thanks! > > > > -adrian From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 22 22:57:54 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CB0FA94 for ; Mon, 22 Dec 2014 22:57:54 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A454645CF for ; Mon, 22 Dec 2014 22:57:54 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id l15so9298802wiw.16 for ; Mon, 22 Dec 2014 14:57:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5dGdd/H9C+Z7+Vy5NrtbnihW1F635C1HqCnirrnsd7g=; b=xzBXiaHi6DgghkmjaIKhwEq5kGVM6luvljFO5P/ppAzwo1vMhHBLrHzwiy00qnPNeT /DrZ7ktK+GhbNtAVg0OGPpUf55Y818nwHHo0eNfJDeTTBKM7A6lt/KXykURlZIWTLrAv 3GVQUNZyxVR3IKpm6i/qrVwhSumd2HXorPOf5a6yn8cPEbcTdYJA5eEW939Wds85XvfY 3Ara5QIjoleUPlthJiB9a2y1ysqWOHu0a5B6K7/dHrl36IaKdaMTATrBQW2gMwncrT66 9AuPXZ+FtlLhc5sFJXvzhkrmuB5gM5DFm7LoixH+QT4nGVlwHWt3pVn1NtiVrTlcsnzY ZWUA== MIME-Version: 1.0 X-Received: by 10.180.80.163 with SMTP id s3mr34617852wix.59.1419289072450; Mon, 22 Dec 2014 14:57:52 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Mon, 22 Dec 2014 14:57:52 -0800 (PST) In-Reply-To: <5498944C.4040706@yahoo.com> References: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> <54987366.6060803@yahoo.com> <5498780B.90704@yahoo.com> <5498944C.4040706@yahoo.com> Date: Mon, 22 Dec 2014 14:57:52 -0800 X-Google-Sender-Auth: cg_eOr3KKN2JgrM0pZLDyrlmyoU Message-ID: Subject: Re: Atheros AR9565 detected, not working From: Adrian Chadd To: Anthony Jenkins Content-Type: text/plain; charset=UTF-8 Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 22:57:54 -0000 On 22 December 2014 at 13:59, Anthony Jenkins wrote: > On 12/22/2014 15:22, Adrian Chadd wrote: >> On 22 December 2014 at 11:59, Anthony Jenkins wrote: >>> I'll have to re-add the printf()s, but I'm pretty sure I saw 0x0B (of course it could have been 0x08 I saw, but neither of those would make it through the function - both 0x0B and 0x08 are blocked). >> Please do. I'd like to fix up the HAL and driver to use the EEPROM >> provided LED and RFKILL GPIO fields if they're populated and valid. > Here's the chunk of boot messages for ath(4) on my laptop; it was 0x0B as I originally thought: > > Dec 22 16:47:59 ajenkins-hplaptop kernel: pcib2: allocated memory range (0xf0100000-0xf017ffff) for rid 10 of pci0:2:0:0 > Dec 22 16:47:59 ajenkins-hplaptop kernel: pcib2: matched entry for 2.0.INTA > Dec 22 16:47:59 ajenkins-hplaptop kernel: pcib2: slot 0 INTA hardwired to IRQ 17 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: mem 0xf0100000-0xf017ffff irq 17 at device 0.0 on pci2 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 16 vector 53 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: WB335 1-ANT card detected > Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_attach: calling ar9300_hw_attach > Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_hw_attach: calling ar9300_eeprom_attach > Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_flash_map: unimplemented for now > Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from DRAM > Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from EEPROM > Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from Flash > Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from Flash > Dec 22 16:47:59 ajenkins-hplaptop kernel: Restoring Cal data from OTP > Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_hw_attach: ar9300_eeprom_attach returned 0 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_fill_capability_info: ah_rfsilent=0x2d > Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_fill_capability_info: ah_gpio_select=0x0b > Dec 22 16:47:59 ajenkins-hplaptop kernel: ar9300_fill_capability_info: ah_polarity=0x00 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: RX status length: 48 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: RX buffer size: 4096 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: TX descriptor length: 128 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: TX status length: 36 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: TX buffers per descriptor: 4 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 entries > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: [HT] enabling HT modes > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: [HT] enabling short-GI in 20MHz mode > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: [HT] 1 stream STBC receive enabled > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: [HT] 1 RX streams; 1 TX streams > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 1T1R > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11ng MCS 20MHz > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: MCS 0-7: 6.5Mbps - 65Mbps > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11ng MCS 20MHz SGI > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: MCS 0-7: 7Mbps - 72Mbps > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11ng MCS 40MHz: > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: MCS 0-7: 13.5Mbps - 135Mbps > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 11ng MCS 40MHz SGI: > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: MCS 0-7: 15Mbps - 150Mbps > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: AR9565 mac 704.0 RF5110 phy 1638.6 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 1 for WME_AC_BE traffic > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 0 for WME_AC_BK traffic > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 2 for WME_AC_VI traffic > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 3 for WME_AC_VO traffic > Dec 22 16:47:59 ajenkins-hplaptop kernel: ath0: Use hw queue 8 for CAB traffic > > Here's the printf()s in the code: > > /* > * Fill all software cached or static hardware state information. > * Return failure if capabilities are to come from EEPROM and > * cannot be read. > */ > HAL_BOOL > ar9300_fill_capability_info(struct ath_hal *ah) > { > ... > ahpriv->ah_rfsilent = ar9300_eeprom_get(ahp, EEP_RF_SILENT); > ath_hal_printf(ah, "%s: ah_rfsilent=0x%02x\n", __func__, ahpriv->ah_rfsilent); > if (ahpriv->ah_rfsilent & EEP_RFSILENT_ENABLED) { > ahp->ah_gpio_select = MS(ahpriv->ah_rfsilent, EEP_RFSILENT_GPIO_SEL); > ath_hal_printf(ah, "%s: ah_gpio_select=0x%02x\n", __func__, ahp->ah_gpio_select); > ahp->ah_polarity = MS(ahpriv->ah_rfsilent, EEP_RFSILENT_POLARITY); > ath_hal_printf(ah, "%s: ah_polarity=0x%02x\n", __func__, ahp->ah_polarity); > > ath_hal_enable_rfkill(ah, AH_TRUE); > ar9300_enable_rf_kill(ah); > p_cap->halRfSilentSupport = AH_TRUE; > } > Oh, man, good catch! It's coming out of a different EEPROM configuration area. Ok, let me go see what's going on. -adrian From owner-freebsd-wireless@FreeBSD.ORG Tue Dec 23 00:53:37 2014 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29543813 for ; Tue, 23 Dec 2014 00:53:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 105C928B for ; Tue, 23 Dec 2014 00:53:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBN0raGv016742 for ; Tue, 23 Dec 2014 00:53:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 193826] iwn does not scan channels Date: Tue, 23 Dec 2014 00:53:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: henry.hu.sh@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 23 Dec 2014 00:53:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193826 --- Comment #3 from Henry Hu --- (In reply to Adrian Chadd from comment #2) > Hi! > > I just fixed it in -HEAD. Please update and give it a whirl! > > Thanks! > > > > -adrian I updated iwn and net80211 directory, and rebuilt the kernel. I keep wlandebug scan on. After one day, when I came back, the system is disconnected. ifconfig says wlan0: flags=8c43 metric 0 mtu 1500 ether c4:85:08:82:da:5c inet 192.168.1.110 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=29 media: IEEE 802.11 Wireless Ethernet MCS mode 11ng (autoselect) status: no carrier ssid "" channel 60 (5300 MHz 11a) country US authmode WPA1+WPA2/802.11i privacy ON deftxkey UNDEF powersavemode CAM powersavesleep 100 txpower 14 bmiss 10 mcastrate 6 mgmtrate 6 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 12 wme roaming MANUAL groups: wlan and in messages, I see Dec 22 19:28:40 pepsi kernel: [88:1f:a1:3e:9f:a9] new beacon on chan 60 (bss chan 60) "Overbreaker5G" rssi 9 Dec 22 19:28:40 pepsi kernel: [88:1f:a1:3e:9f:a9] caps 0x1511 bintval 100 erp 0x0 country [US 36-43,30 100-104,30 132-134,30 149-153,30] repeating over and over. > wpa_cli status Selected interface 'wlan0' wpa_state=SCANNING ip_address=192.168.1.110 address=c4:85:08:82:da:5c I tried the old workaround: ifconfig wlan0 mode auto wlan0: flags=8c43 metric 0 mtu 1500 ether c4:85:08:82:da:5c inet 192.168.1.110 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=29 media: IEEE 802.11 Wireless Ethernet MCS (autoselect) status: no carrier ssid "" channel 60 (5300 MHz 11a) country US authmode WPA1+WPA2/802.11i privacy ON deftxkey UNDEF powersavemode CAM powersavesleep 100 txpower 14 bmiss 10 mcastrate 6 mgmtrate 6 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 12 wme roaming MANUAL groups: wlan But nothing changed. Then I tried "ifconfig wlan0 scan". I see this: Dec 22 19:30:27 pepsi kernel: wlan0: ieee80211_scanreq: flags 0x1b duration 0x7fffffff mindwell 0 maxdwell 0 nssid 0 Dec 22 19:30:27 pepsi kernel: wlan0: start_scan_locked: active scan already in progress Finally, I tried ifconfig wlan0 down; ifconfig wlan0 up, and it returns to normal: Dec 22 19:32:43 pepsi kernel: wlan0: ieee80211_cancel_scan: cancel active scan Dec 22 19:32:43 pepsi kernel: wlan0: scan_task: loop start; scandone=1 Dec 22 19:32:43 pepsi kernel: wlan0: scan_task: out Dec 22 19:32:43 pepsi kernel: wlan0: scan_task: done, [ticks 86384585, dwell min 20 scanend 2214685618] Dec 22 19:32:43 pepsi kernel: wlan0: ieee80211_cancel_scan: called; F_SCAN=0, vap=match, CANCEL=0 Dec 22 19:32:43 pepsi kernel: wlan0: ieee80211_scan_flush Dec 22 19:32:43 pepsi wpa_supplicant[412]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Operation not supported Dec 22 19:32:43 pepsi wpa_supplicant[412]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Operation not supported Dec 22 19:32:43 pepsi wpa_supplicant[412]: wlan0: CTRL-EVENT-TERMINATING Dec 22 19:32:43 pepsi dhclient[628]: connection closed Dec 22 19:32:43 pepsi dhclient[628]: exiting. ..... So it seems to stuck in the scan. I checked the older logs, and found that there was a firmware error. You can find the relevant log at: http://pastebin.com/c1TA26sh -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Tue Dec 23 01:23:57 2014 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEB37CD for ; Tue, 23 Dec 2014 01:23:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A604E1045 for ; Tue, 23 Dec 2014 01:23:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBN1Nvkr009662 for ; Tue, 23 Dec 2014 01:23:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 193826] iwn does not scan channels Date: Tue, 23 Dec 2014 01:23:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 23 Dec 2014 01:23:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193826 --- Comment #4 from Adrian Chadd --- ok, this is a different bug. It seems like you hit an interesting corner case: * the vap was scanning; * you hit a firmware crash; * the min dwell time was met - so the interface should've moved onto the next scan; * .. but since the firmware crashed, ieee80211_scan_next() would never be called as it didn't know it was supposed to be scanning. So you would've just kept receiving that beacon over and over again; but if_iwn would've never called ieee80211_scan_next(). It's odd that the net80211 stack with all of the work I did over the weekend still got stuck without finishing a scan. It should've moved onto the next channel. Odd. So, there's two issues: * iee80211_scan_next() shouldn't be a requirement to move to the next channel - the whole scan framework should just sleep for a while, fire off a timer and then move channels; * then the iwn driver restarted OK but it didn't restart the firmware scan or tell net80211 that it was over so it could move to the next channel. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Tue Dec 23 18:06:58 2014 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5685B64 for ; Tue, 23 Dec 2014 18:06:58 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 706D92A65 for ; Tue, 23 Dec 2014 18:06:58 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id l15so11558436wiw.16 for ; Tue, 23 Dec 2014 10:06:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=96nJKmhld2C++leruTjmytjXxvDBkkexY5ysVBLiq9M=; b=BD2NxwN+CnoLM3guZBAm1butbeoNFDSMdNOZ/Q6Ozg28axo44jIcRNA2yySH0v42UJ STm6FaxH4wboHPdF1bo0nQYtrO5WV99fAlLY/vbfweaNfPR0vF8M97EQvya9QW5719p/ EABE/hjnPQ2bg/2UiYhCUTX3G/5XDSqk2LZbG8GabiZvlwp0aW2sCwBxx59QyuswzYaE I7xg43bFaxgP9vr2DEeMUoaHYc76OtXj3E4L7xHQdXY1ofNgdlIRdBmsESqKy02pBJAt QeEjws7AOVwPIE2WFRTqhriy88zRQkVtjAlup3lffaJRBo1the4dxNyoCaY8/KHEC/g8 SUwg== MIME-Version: 1.0 X-Received: by 10.180.7.198 with SMTP id l6mr43836442wia.26.1419358016820; Tue, 23 Dec 2014 10:06:56 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Tue, 23 Dec 2014 10:06:56 -0800 (PST) In-Reply-To: References: <433678684.160603.1419257025708.JavaMail.yahoo@jws10658.mail.bf1.yahoo.com> <54987366.6060803@yahoo.com> <5498780B.90704@yahoo.com> <5498944C.4040706@yahoo.com> Date: Tue, 23 Dec 2014 10:06:56 -0800 X-Google-Sender-Auth: -r1hYct-yhDWlTtG4DnWsBlmQZ4 Message-ID: Subject: Re: Atheros AR9565 detected, not working From: Adrian Chadd To: Anthony Jenkins Content-Type: text/plain; charset=UTF-8 Cc: "wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 23 Dec 2014 18:06:59 -0000 On 22 December 2014 at 14:57, Adrian Chadd wrote: > Ok, let me go see what's going on. I dislike when I say "let me see what's going on" and then I .. see what's going on. So: * the ar5212 HAL does the right thing - it checks the rfkill setup in ar5212Reset() and enables it if required * it also populates the rfkill data from EEPROM at attach time * the sysctl code just grabs the rfkill /eeprom field/ and .. well, that's the API. So I have to see if that's the same for the AR9300 or not. Grr. Well, it kinda is: ar9300eep.h:#define EEP_RFSILENT_ENABLED 0x0001 /* bit 0: enabled/disabled */ ar9300eep.h:#define EEP_RFSILENT_ENABLED_S 0 /* bit 0: enabled/disabled */ ar9300eep.h:#define EEP_RFSILENT_POLARITY 0x0002 /* bit 1: polarity */ ar9300eep.h:#define EEP_RFSILENT_POLARITY_S 1 /* bit 1: polarity */ ar9300eep.h:#define EEP_RFSILENT_GPIO_SEL 0x00fc /* bits 2..7: gpio PIN */ ar9300eep.h:#define EEP_RFSILENT_GPIO_SEL_S 2 /* bits 2..7: gpio PIN */ .. but on the AR5212: ../ah_eeprom_v1.h:#define AR_EEPROM_RFSILENT_GPIO_SEL 0x001c ../ah_eeprom_v1.h:#define AR_EEPROM_RFSILENT_GPIO_SEL_S 2 ../ah_eeprom_v1.h:#define AR_EEPROM_RFSILENT_POLARITY 0x0002 ../ah_eeprom_v1.h:#define AR_EEPROM_RFSILENT_POLARITY_S 1 ../ah_eeprom_v3.h:#define AR_EEPROM_RFSILENT 0x0f /* RF Silent/Clock Run Enable */ ../ah_eeprom_v3.h:#define AR_EEPROM_RFSILENT_GPIO_SEL 0x001c ../ah_eeprom_v3.h:#define AR_EEPROM_RFSILENT_GPIO_SEL_S 2 ../ah_eeprom_v3.h:#define AR_EEPROM_RFSILENT_POLARITY 0x0002 ../ah_eeprom_v3.h:#define AR_EEPROM_RFSILENT_POLARITY_S 1 .. so more bits are available on the ar9300. I have to check the AR5416 too; maybe more bits are also available there. Grr! * Then, the Ar5212 is doing it in ar5212Reset(), but ar5416Reset() isn't doing it! So I'm going to have to go and hook that up for the AR5416, AR9160, AR9280, AR9285, AR9287. Ugh. * the ar9300 HAL on -HEAD has this in ar9300_reset(): /* Reset ier reference count to disabled */ // OS_ATOMIC_SET(&ahp->ah_ier_ref_count, 1);C if (ath_hal_isrfkillenabled(ah)) { ar9300_enable_rf_kill(ah); } .. so it should be enabling it at reset. We shouldn't need to enable it during ar9300_attach() as the first reset will set it up. * The AR5212 HAL enables rfkill interrupts, but the AR9300 doesn't. Apparently there are .. issues. I don't know what they are. So maybe we should use polling on that particular GPIO pin to provide rfkill feedback to the driver and eventually the network stack. So, would you mind trying your patch again but only with the bits that allow the GPIO pins to be enabled? If that works, then I'll commit that. In parallel I'm going to have to tidy up the rfkill capability API to correctly set bits - I'll likely expand the field in the driver and have the pre-AR9300 chipset code error out if an out-of-bounds gpio value is sent. Thanks! -adrian From owner-freebsd-wireless@FreeBSD.ORG Thu Dec 25 01:41:35 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92C37F9D for ; Thu, 25 Dec 2014 01:41:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A2623250 for ; Thu, 25 Dec 2014 01:41:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBP1fZcf037912 for ; Thu, 25 Dec 2014 01:41:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 196261] New: [net80211] [patch]: simplify checks in makescanlist() Date: Thu, 25 Dec 2014 01:41:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: s3erios@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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 Dec 2014 01:41:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196261 Bug ID: 196261 Summary: [net80211] [patch]: simplify checks in makescanlist() Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: s3erios@gmail.com Created attachment 150947 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150947&action=edit Remove / sort mode checks -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Thu Dec 25 11:43:12 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A296E26D for ; Thu, 25 Dec 2014 11:43:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89D756483B for ; Thu, 25 Dec 2014 11:43:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPBhCdX020665 for ; Thu, 25 Dec 2014 11:43:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 196264] New: [iwn] [patch]: remove unneeded checks in iwn_scan() Date: Thu, 25 Dec 2014 11:43:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: s3erios@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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 Dec 2014 11:43:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196264 Bug ID: 196264 Summary: [iwn] [patch]: remove unneeded checks in iwn_scan() Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: s3erios@gmail.com Created attachment 150952 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150952&action=edit Remove check for c->ic_flags & IEEE80211_CHAN_PASSIVE -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Fri Dec 26 11:24:58 2014 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 068C012B for ; Fri, 26 Dec 2014 11:24:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C784C642C3 for ; Fri, 26 Dec 2014 11:24:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBQBOvAe013839 for ; Fri, 26 Dec 2014 11:24:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 196279] New: [iwn] [patch]: Backport Intel Centrino Wireless-N 2230 to 9-STABLE Date: Fri, 26 Dec 2014 11:24:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd@chillt.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 26 Dec 2014 11:24:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196279 Bug ID: 196279 Summary: [iwn] [patch]: Backport Intel Centrino Wireless-N 2230 to 9-STABLE Product: Base System Version: 9.3-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: freebsd@chillt.de Created attachment 150968 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150968&action=edit Intel Centrino Wireless-N 2230 support for 9-STABLE This is a backport of Intel Centrino Wireless-N 2230 support to 9-STABLE. It is not a straight MFC because the iwn driver implementations in 11-CURRENT and 9-STABLE have diverged quite a bit. Instead, the code took this roundabout route: - Original code added to 11-CURRENT by Adrian Chadd - Extracted to experimental iwl driver by Sean Bruno - Ported to OpenBSD by Fabian Raetz - Ported to 9-STABLE by me I took this route because OpenBSD's iwn driver is very close to 9-STABLE's, making it easy to port over features. This patch is as close to the OpenBSD commit as possible, to make it easy to spot any porting mistakes I may have made. If this is accepted, I will be happy to fix a few style nits I noticed, to update the man page, etc. For reference, the OpenBSD commit is: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_iwnreg.h.diff?r1=1.45&r2=1.46 http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_iwnvar.h.diff?r1=1.26&r2=1.27 http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_iwn.c.diff?r1=1.127&r2=1.128 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Sat Dec 27 03:02:22 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26D96437 for ; Sat, 27 Dec 2014 03:02:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1041C64B1B for ; Sat, 27 Dec 2014 03:01:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBR31tSl078245 for ; Sat, 27 Dec 2014 03:01:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 166642] [ieee80211] [patch] in 802.11n mode for FreeBSD AP, having a station in powersave cripples AP TX. Date: Sat, 27 Dec 2014 03:01:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: mfc-stable8? mfc-stable9? mfc-stable10? X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 27 Dec 2014 03:02:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166642 Adrian Chadd changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED CC| |adrian@freebsd.org --- Comment #3 from Adrian Chadd --- fixed; sorry! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Sat Dec 27 03:03:06 2014 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4867579 for ; Sat, 27 Dec 2014 03:03:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB5B766055 for ; Sat, 27 Dec 2014 03:03:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBR336Hx082165 for ; Sat, 27 Dec 2014 03:03:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 176201] [net80211] [patch] 11n station includes unrelated ht params into ASSOC_REQ packet Date: Sat, 27 Dec 2014 03:03:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 9.1-PRERELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 27 Dec 2014 03:03:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=176201 Adrian Chadd changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adrian@freebsd.org --- Comment #2 from Adrian Chadd --- Hm, this one slipped through. I'll go re-check the patch against what I have here and commit it if it looks good. Sorry! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Sat Dec 27 03:10:04 2014 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 902D2686 for ; Sat, 27 Dec 2014 03:10:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D5166607E for ; Sat, 27 Dec 2014 03:10:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBR3A4gl037287 for ; Sat, 27 Dec 2014 03:10:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 196290] New: [net80211] [iwn] STA is in 11b mode, announces 11n HTINFO to AP, traffic fails Date: Sat, 27 Dec 2014 03:10:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 27 Dec 2014 03:10:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196290 Bug ID: 196290 Summary: [net80211] [iwn] STA is in 11b mode, announces 11n HTINFO to AP, traffic fails Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: adrian@freebsd.org Here's a fun one. -HEAD as of december 23rd. NIC is iwn(4), Intel 5100. The STA associates to an 11n AP (FreeBSD) fine, in 2GHz mode. Everything's okay. At some point it reassociates or something - i'm not yet sure. But it ends up in 11b mode. I think this is one of those "VAP loses connection during an active scan, so it gets stuck in the mode of the last active scan." So it reassociates at 11b, to the same AP. The AP sees this (typed in): CAPS: EPS FLAG: AQPHTRs RATES RSN HTCAP WME Now, it's announcing 11b rates, no extended 11g rates, and MCS rates. The iwn(4) NIC is in 11b mode, so it doesn't ever hear MCS rates. It fails to ACK them. But the FreeBSD AP still sends them, as it thinks it's an MCS capable device. So - I think somewhere in net80211 in STA mode we're getting confused and announcing 11n rates for a vap that's configured as 11b. iwn(4) configures the hardware as non-11n and everything fails to work. Restart wpa_supplicant won't work - the glue currently doesn't reset the media back to auto, so it stays at 11b. I have to kill wpa_supplicant, do 'ifconfig wlan0 media auto', then restart it. I think the bugs here to fix are: * the vap shouldn't stay as the last scan mode set it if the VAP goes down during a scan - we should restore the original chanmode; * wpa_supplicant should likely be explicitly setting the mode to be auto when restarting its handshaking (unless configured to NOT be auto, then it should explicitly set it to that); * net80211 shouldn't be announcing MCS info sets if the vap is configured as 11b. That's plain stupid. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Sat Dec 27 05:13:17 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EABD4C6F for ; Sat, 27 Dec 2014 05:13:17 +0000 (UTC) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAA2A2FFC for ; Sat, 27 Dec 2014 05:13:17 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id uy5so36177711obc.4 for ; Fri, 26 Dec 2014 21:13:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2mSdtCwzB2P8GrYISHWeBq7GGhEaI8j8/DWDuZrIBAw=; b=IaZUZrHEqqWvyZjAKNmjQ1HeuCXK0D5mtLdHNOhm7LVUleavCsG9bAJFp5luZxoeWx nGcEhoFUb1GJow+11K2DLgW1z6ST/lBDkVuQT2eEvGK/C/J6c0Xq/3QJJwpsWxYM1tKO 3er2pkUQNuDe97mmnPOgfPjyRhGo48QbkuS205yyb1MFwuDbYXmsV2145uID+BFau3zj ORZVtKKpiXpYigyddc0G8xWXDKKC/O/n1ZXHVQdvGSYdLbqQ5w7i5majRJUSmDY9pk5y FUKS60jX6mxHmrs8SVdazqyNh52SGFrp7QKE1am9u2cgI1hHadEwHauYGzl4qnSnWrcC fjHw== MIME-Version: 1.0 X-Received: by 10.182.55.35 with SMTP id o3mr26381849obp.8.1419657196944; Fri, 26 Dec 2014 21:13:16 -0800 (PST) Received: by 10.76.28.40 with HTTP; Fri, 26 Dec 2014 21:13:16 -0800 (PST) In-Reply-To: <20141221191501.GA1636@unixarea.DDR.dd> References: <20141221104346.GA2307@unixarea.DDR.dd> <20141221191501.GA1636@unixarea.DDR.dd> Date: Fri, 26 Dec 2014 21:13:16 -0800 Message-ID: Subject: Re: BUG: run0 wifi driver From: solarflow99 To: Matthias Apitz Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 27 Dec 2014 05:13:18 -0000 hi, thanks. I've continued testing how to debug this, however the problem is only when I add run0 it reboots. Before I activate the run0 interface the system works fine. So it seems like loading the module might be causing the crash and reboot? I don't see any way to capture the console output, i'm new to BSD. On Sun, Dec 21, 2014 at 11:15 AM, Matthias Apitz wrote: > El d=C3=ADa Sunday, December 21, 2014 a las 10:18:11AM -0800, solarflow99 > escribi=C3=B3: > > > I can't get any debug info because it just hangs at boot up, or endless= ly > > reboots > > (+Cc: freebsd-wireless, please keep it Cc'ed to get more/better help) > > Is this an USB Wifi dongle? If so, you plug it in later after boot. > If not, you could compile a kernel enabling debugging and could boot > with verbose messages > > matthias > > > On Dec 21, 2014 2:43 AM, "Matthias Apitz" wrote: > > > > > El d=C3=ADa Saturday, December 20, 2014 a las 02:42:18PM -0800, solar= flow99 > > > escribi=C3=B3: > > > > > > > Since this seems to be a BSD problem, I just wanted to report this > as a > > > > possible bug and see if anyone else has a rt3072 driver working > > > > successfully? It used to work as run0 interface , but recently it > doesn't > > > > work at all with the latest snapshots. Here are the details: > > > > > > > > https://forum.pfsense.org/index.php?topic=3D84481.0 > > > > > > There are no details in this thread. Enable debugging with 'wlandebug > +...' > > > and check /var/log/messages for the results. > > > > > > HIH > > > > > > matthias > > > -- > > > Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ > +49-170-4527211 > > > 1989-2014: The Wall was torn down so that we go to war together again= . > > > El Muro ha sido derribado para que nos unimos en ir a la guerra otra > vez. > > > Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg > > > ziehen. > > > > > -- > Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 > 1989-2014: The Wall was torn down so that we go to war together again. > El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. > Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg > ziehen. > From owner-freebsd-wireless@FreeBSD.ORG Sat Dec 27 07:22:00 2014 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1B78579 for ; Sat, 27 Dec 2014 07:22:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 982D564EA8 for ; Sat, 27 Dec 2014 07:22:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBR7M0bS099975 for ; Sat, 27 Dec 2014 07:22:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 196290] [net80211] [iwn] STA is in 11b mode, announces 11n HTINFO to AP, traffic fails Date: Sat, 27 Dec 2014 07:22:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 27 Dec 2014 07:22:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196290 --- Comment #1 from Adrian Chadd --- Created attachment 150980 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150980&action=edit [net80211] don't send HT info bits in association requests if we're not on a HT channel .. i'm not sure if this is correct. 11n channels are supposed to be 'upgraded' to, so please double-check that this is correct. Ie, they start as 11b, 11a, 11g and end up going to 11n. I've tested this on iwn(4) as a STA in auto (11ng) and 11b mode via (ifconfig wlan0 mode 11b / ifconfig wlan0 mode auto). It seems to work. The AP I'm associating to sees the correct set of capabilities. -- You are receiving this mail because: You are the assignee for the bug.