From owner-freebsd-net@FreeBSD.ORG Tue May 8 19:22:48 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0705C106566B for ; Tue, 8 May 2012 19:22:48 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 723518FC16 for ; Tue, 8 May 2012 19:22:47 +0000 (UTC) Received: by lbon10 with SMTP id n10so6173629lbo.13 for ; Tue, 08 May 2012 12:22:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=WB7AqqbhSi7EAcMV5YSumJaj9hLbX7H6RiOd1l1VjPY=; b=PDfHAnZ5esggH2kBQu4ZMy/ssHqTznkZTXoOqnOHEk1hv5h/6J6vs4nECikxcJUVH0 uXZXIDDh55sX17iuPN+CZjO37kCFa3Iv2BKh1Tv9IXjd0b2nJcU2Jfaqr6g6y77TqNtx kjs+CL/LBLNhb+DmDU3Xrdt4XlDe2BFGeWXc39XIppMzxE5E216sqGS4l8C6WJePpeVP 1/lhzIlYhk3EIRlFEwKW1NUVQ5f++phXDyWZjSu2faz83yOCTNGxafN4xgkg4s8Afp8D wYnr1m3mjHC5hVB4oRL43xbiabjYngwlnBXZDMPeZudRedWFQmZrZQHkKYca1vWZODy+ BjWA== MIME-Version: 1.0 Received: by 10.152.128.137 with SMTP id no9mr19068098lab.2.1336504965989; Tue, 08 May 2012 12:22:45 -0700 (PDT) Sender: bschmidt@techwires.net Received: by 10.152.122.145 with HTTP; Tue, 8 May 2012 12:22:45 -0700 (PDT) X-Originating-IP: [88.65.52.247] In-Reply-To: References: Date: Tue, 8 May 2012 21:22:45 +0200 X-Google-Sender-Auth: ao_4YQ1c1YRg_v2bylMrjyBGxZQ Message-ID: From: Bernhard Schmidt To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlvXXysvE+l0eaQShDHvADFgMwpBIugnvkk6I4J1d+Nl9LnN+r+OfvzQ5QxfAA6hHQ5Sx2g Cc: freebsd-net@freebsd.org, freebsd-wireless@freebsd.org Subject: Re: Plea for bwn maintenance. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 19:22:48 -0000 On Tue, May 8, 2012 at 7:30 PM, Adam Vande More wrote: > .. > > If someone would like to tackle this, I can provide access to the hardware > or I will donate the card to the person. Whatever works. I'll get into bwn(4)/bwi(4) and probably also the newer cards, which require yet another driver/bus, once the ral(4) stuff is sorted out. >From my currently limited knowledge about the Broadcom mess, bwi(4) should also use siba(4), for the supported cores that is. That at least would fix the issue that cards which are better of with bwn(4) get attached to bwi(4). From a quick glance at the Linux driver, this seems to be the way to go. There seem to the following core revisions available 2 and 4 which are for bwi(4) and 5, 6, 7, 9-13, 15 and 16 for bwn(4). Does anyone know if there is a map for the revision/PCI ID/device name relation available? The name bcm4318 itself is a bit misleading imho. -- Bernhard