From owner-freebsd-wireless@FreeBSD.ORG Thu Sep 12 19:09:59 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 AB19F82B for ; Thu, 12 Sep 2013 19:09:59 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 472D62D6E for ; Thu, 12 Sep 2013 19:09:59 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hj3so254988wib.1 for ; Thu, 12 Sep 2013 12:09:57 -0700 (PDT) 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=Nr6OdCAqmQdiPIEb3kvlXCZ2A42STpgp9OULLWjMHsE=; b=IOMQc2GBYdeCvYw8IZX0plMkHhohwGnSOK+voaBWYoOWIEGTIZjsc/FSLRVZg6Ix0M 3faH/GzDVsR/jeMAH0feB6aYhuVqveWpXm4GmH660vdrc+61k81riiVjdUumzEyEWV87 n0AYj55o394PuGqFY85jWU4FX+mgAWWIibz3PIo681lFGDgR3Z9D49opo14eXcCjMPSx 34LbdVnxsau3Cp6iq163rg9+qjyeNb34uqhi/+wPiAfZQ/7idiV7aVNAegFMzRkyMxoH oPtygTorswh6wAP24aUwg8UtyG4/asdLMCFYIrsJCBJLoHSnf607+FlNuAhMrum5s5Ri o+eQ== MIME-Version: 1.0 X-Received: by 10.180.10.136 with SMTP id i8mr7206385wib.46.1379012997674; Thu, 12 Sep 2013 12:09:57 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Thu, 12 Sep 2013 12:09:57 -0700 (PDT) In-Reply-To: <000c01ceaf72$49bda160$dd38e420$@info> References: <000c01ceaf72$49bda160$dd38e420$@info> Date: Thu, 12 Sep 2013 12:09:57 -0700 X-Google-Sender-Auth: TiXui7CiEDT8fyJvbZy9AcXyzgQ Message-ID: Subject: Re: iwn wiki page From: Adrian Chadd To: Cedric GROSS Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-wireless@freebsd.org" 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 19:09:59 -0000 Yeah, but I can't merge that in now given the 10 freeze. I just specifically wonder how to do this. Like, enumerating the individual cards. I may have to use the device id as well as the hardware revision id. -adrian On 11 September 2013 21:41, Cedric GROSS wrote: > > -----Message d'origine----- > > De : owner-freebsd-wireless@freebsd.org [mailto:owner-freebsd- > > wireless@freebsd.org] De la part de Adrian Chadd > > Envoy=E9 : jeudi 12 septembre 2013 05:36 > > =C0 : freebsd-wireless@freebsd.org > > Objet : iwn wiki page > > > > Hiya! > > > > I've started an iwn(4) wiki page: > > > > https://wiki.freebsd.org/dev/iwn(4) > > > > I'm mainly trying to capture the supported list of hardware and what's > > missing in the driver. > > > > 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. > > > > 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. > > > > 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". > > Adrian : did you look at split 6 ? I think remain 2 or may be 3 split to = be > at same level as my version. > > > > Thanks, > > > > > > -adrian > > Cedric > >