From owner-freebsd-mobile@FreeBSD.ORG Sat Feb 9 00:36:59 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7A3716A418 for ; Sat, 9 Feb 2008 00:36:59 +0000 (UTC) (envelope-from nikolay.vernyayev@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 6B85C13C45A for ; Sat, 9 Feb 2008 00:36:59 +0000 (UTC) (envelope-from nikolay.vernyayev@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so5733438pyb.10 for ; Fri, 08 Feb 2008 16:36:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=GgfG7eZKRPE/jJwwtj/xYWPQSZTaSjgsj1iAU9FpeBg=; b=UuNppcF46Y5J5wIgiaz8OEUEY5QyuOeQA8U1BQqhU++Oon36T6aA7TBIWhq2TvkUGgJAQ0Rs/fg4JjTVOH2WprKDTWICyQuodQeT0swq0E9aBklrdWATGmIu+nhlV5F588B3QT36NG8l/qpBNvuPMg1xQLWJQZcX0CHuhzTau5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=S75Csvzvk47vcasbtvpWwmWVYGHnlWcRUT59kXxmjFxfGZTx6IsEBKjDUPnVAtwR/+vaaXBdMXcIfZJ/Ut82N1IfxGDLySeD8fvm50t7Oe/GAbqyJFGyjEmEqbZsIwBFbmH7B9mEJIRUPxxsGg137g8DsQCsXRYrQ5kDnNgoWVk= Received: by 10.65.163.8 with SMTP id q8mr25944018qbo.77.1202515712807; Fri, 08 Feb 2008 16:08:32 -0800 (PST) Received: from ?10.11.16.4? ( [201.219.18.4]) by mx.google.com with ESMTPS id e16sm11676583qba.30.2008.02.08.16.08.27 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Feb 2008 16:08:30 -0800 (PST) From: Nikolay Vernyayev Organization: NicoNet Wirless Solutions To: freebsd-mobile@freebsd.org Date: Fri, 8 Feb 2008 19:05:09 -0500 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802081905.10312.nikolay.vernyayev@gmail.com> Subject: Old story: BCM43xx ver.2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Dr. Nikolay Vernyayev" List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 00:36:59 -0000 Hi all, Here is old storry how to make working Mini-PCI Broadcom WiFi adapter under FreeBSD 6.3 So what do I have: none0@pci0:6:0: class=0x028000 card=0x000617f9 chip=0x431814e4 rev=0x02 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM43XX Broadcom 802.11b/g' class = network After one year of inernet surving and researching I found only that Linux is supporting this type of HW link is here http://linuxwireless.org/en/users/Drivers/b43 Does FreeBSD community have something like this? BR, Nikolay Vernyayev