From owner-freebsd-wireless@FreeBSD.ORG Sat Nov 5 11:17:33 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 373DA1065670 for ; Sat, 5 Nov 2011 11:17:33 +0000 (UTC) (envelope-from slonoman2011@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id AB14E8FC19 for ; Sat, 5 Nov 2011 11:17:32 +0000 (UTC) Received: from web128.yandex.ru (web128.yandex.ru [95.108.131.225]) by forward15.mail.yandex.net (Yandex) with ESMTP id B1F009E109D for ; Sat, 5 Nov 2011 15:17:28 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320491848; bh=YpZOr9eJqvRxam58G4rXs/xK+fBV+Xg2FL5K5iTbZjg=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=vd+CGhKJL4f4gTd8NDvjQ/9IowKqBj8mUUy9hdLZs0tVl5j9dJnyOK2IZw5z3rDYI H530ckzbCoBCm016JzvzCpNVxiv+ps+HhMbkNbj5n2iQyBGMrgNSiv3R3K3qkvpA3Y 5Shwj01Hig8qW6kSJKMZyen/YseKafvzYA1/fzJM= Received: from localhost (localhost.localdomain [127.0.0.1]) by web128.yandex.ru (Yandex) with ESMTP id 99A0FEF0039 for ; Sat, 5 Nov 2011 15:17:28 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320491848; bh=YpZOr9eJqvRxam58G4rXs/xK+fBV+Xg2FL5K5iTbZjg=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=vd+CGhKJL4f4gTd8NDvjQ/9IowKqBj8mUUy9hdLZs0tVl5j9dJnyOK2IZw5z3rDYI H530ckzbCoBCm016JzvzCpNVxiv+ps+HhMbkNbj5n2iQyBGMrgNSiv3R3K3qkvpA3Y 5Shwj01Hig8qW6kSJKMZyen/YseKafvzYA1/fzJM= X-Yandex-Spam: 1 Received: from nat140-249-205-109.tvoe.tv (nat140-249-205-109.tvoe.tv [109.205.249.140]) by web128.yandex.ru with HTTP; Sat, 05 Nov 2011 15:17:28 +0400 From: Slono Slono To: freebsd-wireless@freebsd.org MIME-Version: 1.0 Message-Id: <418041320491848@web128.yandex.ru> Date: Sat, 05 Nov 2011 15:17:28 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: Asus 1251N and Broadcom wireless drivers X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Nov 2011 11:17:33 -0000 Good gettimeofday(), I want to use AsusEEPC 1251N with FreeBSD9, however have found out that in FreeBSD not enough its code supporting. On the wireless, netbook have Broadcom Wi-fi 4313: none1@pci0:2:0:0: class=0x028000 card=0x20471a3b chip=0x472714e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM4313 802.11b/g/n Wireless LAN Controller' class = network which is not supported by bwn.ko or bwi.ko module. If I somehow can improve a situation - to give any information on the equipment (or I can give access on netbook via SSH access) - please inform me. Very much it would be desirable to see in work FreeBSD. Thanks