From owner-freebsd-wireless@FreeBSD.ORG Thu Sep 12 04:41:12 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79F756C6; Thu, 12 Sep 2013 04:41:12 +0000 (UTC) (envelope-from cg@cgross.info) Received: from alpha.kreiz-it.fr (alpha.kreiz-it.fr [178.32.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id 451BC2E5B; Thu, 12 Sep 2013 04:41:12 +0000 (UTC) Received: from DirTech (lnr56-1-82-246-51-185.fbx.proxad.net [82.246.51.185]) by alpha.kreiz-it.fr (Postfix) with ESMTPSA id F25A0456; Thu, 12 Sep 2013 06:41:04 +0200 (CEST) From: "Cedric GROSS" To: "'Adrian Chadd'" , References: In-Reply-To: Subject: RE: iwn wiki page Date: Thu, 12 Sep 2013 06:41:01 +0200 Message-ID: <000c01ceaf72$49bda160$dd38e420$@info> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac6vaSzlYdY+QfckQIKsIcvCFOcndQACAdKg Content-Language: fr X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 04:41:12 -0000 > -----Message d'origine----- > De=A0: owner-freebsd-wireless@freebsd.org [mailto:owner-freebsd- > wireless@freebsd.org] De la part de Adrian Chadd > Envoy=E9=A0: jeudi 12 septembre 2013 05:36 > =C0=A0: freebsd-wireless@freebsd.org > Objet=A0: iwn wiki page >=20 > Hiya! >=20 > I've started an iwn(4) wiki page: >=20 > https://wiki.freebsd.org/dev/iwn(4) >=20 > I'm mainly trying to capture the supported list of hardware and what's > missing in the driver. >=20 > What I've discovered tonight - The intel NIC in this Lenovo X230 > (Centrino > 6205) doesn't have bluetooth support, so we shouldn't be sending it > bluetooth commands. >=20 > I'll commit something that let's us easily disable sending bluetooth > commands. This is required for FreeBSD-10 because it's an instant = crash > if we don't do it. >=20 > However, Cedric - this means you're going to have to update your = driver > to take this change into account. Yep, was the problem with George's NIC. (See thread "patch for intel centrino ?" in August this year) Modification is easy if we merge all my work on "parameters".=20 Adrian : did you look at split 6 ? I think remain 2 or may be 3 split to = be at same level as my version. >=20 > Thanks, >=20 >=20 > -adrian Cedric