From owner-freebsd-wireless@freebsd.org Thu Jan 24 06:31:28 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0121F14C4321 for ; Thu, 24 Jan 2019 06:31:28 +0000 (UTC) (envelope-from blockk2000@gmail.com) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3394839D2 for ; Thu, 24 Jan 2019 06:31:25 +0000 (UTC) (envelope-from blockk2000@gmail.com) Received: by mail-oi1-f178.google.com with SMTP id w13so3951798oiw.9 for ; Wed, 23 Jan 2019 22:31:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QEweQzZ2nvx3EqAtBFfADlPe6tiH/nbmVS5DmvBjz4c=; b=O3QfJ8mlWe0505wYfRjaWhGAuvTzNAc6zalA/SyRfnxiLZ/+u5p/AJxqUmgL+Um3oY NkTo9sWaVJXAqwKOsveSMVWiSjuqvhlDNiE30VHyhYXgR4dcmNj7tZGGG3M7VMKLCR5F isJAWZU0GppbRGTdH7JNPO/Si/nfwsYTsHIXFzKLnmeJz7n9ooAewrlRftwpjNZnvydU EaL9ys+EL59/frlXkUy59DVSyhutFhK1T5kIxfkYljKGRmw7b/HIdDA2Fpd+/7HMaYxf rocLo8QUI7iC+a6R22hHKzYzzoeuXY7ysBJyPhk/ObuYRq/cQE++eB2wZaNToWrekTEQ Lx8g== X-Gm-Message-State: AJcUukdoLyNq+/4judwMBLvZiYdtShvzS60B9g6jst/jq1sQDMUqYrDP lZaefqc+uZJ5fi6LCEKDXZiIe/bTlNY73CfkBYM= X-Google-Smtp-Source: ALg8bN772bu/j35hO9tTLMaGFmVAy+9T0WDY4vEU4jTvuwpGXg5OgUVit+vTVtxZJt8JF3WTOsQCAdZc0Apz/jsVCmk= X-Received: by 2002:a54:460a:: with SMTP id p10mr302905oip.27.1548311478684; Wed, 23 Jan 2019 22:31:18 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Wen-Jun Guo Date: Thu, 24 Jan 2019 14:31:07 +0800 Message-ID: Subject: Re: failed to initialize Intel 9560 wifi driver To: waddlesplash Cc: freebsd-wireless@freebsd.org X-Rspamd-Queue-Id: D3394839D2 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of blockk2000@gmail.com designates 209.85.167.178 as permitted sender) smtp.mailfrom=blockk2000@gmail.com X-Spamd-Result: default: False [-3.85 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-wireless@freebsd.org]; DMARC_NA(0.00)[nctu.edu.tw]; MIME_TRACE(0.00)[0:+,1:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[178.167.85.209.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.61)[-0.605,0]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[wjguo@cs.nctu.edu.tw,blockk2000@gmail.com]; FREEMAIL_TO(0.00)[gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[wjguo@cs.nctu.edu.tw,blockk2000@gmail.com]; IP_SCORE(-1.24)[ip: (-0.52), ipnet: 209.85.128.0/17(-3.72), asn: 15169(-1.90), country: US(-0.08)]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 24 Jan 2019 06:31:28 -0000 Yes. I am checking the difference and fixing the model-specific code for the new family 9000. Still, the firmware still responds 0xdead. I saw your work makes iwm driver more consistent to Linux's iwl. I will rebase to it and continue my work. waddlesplash =E6=96=BC 2019=E5=B9=B41=E6=9C=8824= =E6=97=A5 =E9=80=B1=E5=9B=9B =E4=B8=8B=E5=8D=8812:15=E5=AF=AB=E9=81=93=EF= =BC=9A > On Sun, Jan 20, 2019 at 6:52 AM Wen-Chun KUO wrote= : > > lwhsu and I are trying to add intel 9560 to iwm(4), the preliminary pat= ch > > adds 9000 series firmware module and skeleton is here: > > Hi, > > I just submitted and kevans91 just merged a rather large (18 > individual commits) changeset of DragonFlyBSD changes (ivadasz' work, > not mine) which refactor quite a bit of iwm's firmware and device > state tracking code, and bring a lot of it closer to Linux's behavior. > This might be relevant to your work? > > -waddlesplash > --=20 Wen-Jun Guo