From owner-freebsd-arm@FreeBSD.ORG Tue Jul 23 22:35:20 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E1AD69FC for ; Tue, 23 Jul 2013 22:35:20 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A96E129CA for ; Tue, 23 Jul 2013 22:35:20 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id p13so6059820vbe.0 for ; Tue, 23 Jul 2013 15:35:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KVxKOsFFULLek5PeyaHqL7lxKP7XuNKL3UWgepiMHno=; b=Mt1VaYLGtBaLZDICCtJDxOK/Ro7lgGyVnwngdggl/VRm2lQjBCNRLq9JCCLbKFNXp8 9XNjLtSjMUk5UwAzI7GHFaU7vcfef4MV/quDKq+9CKHNp2novIU1Q+2evwvgX5re5yIq 3f6CtJOhpqPZjE4JYwf6c2VabQZKnLih/xsWVN8SFneHw8+dJetBiHtLXpe2Ngjmn5kc iLXqlZQQCH12EsnunX1HHi+q/Ft0qdnqNYfCwhvXEjL7hvHn6Kx4AHo3Y8xqu0FTuUvF 2IFFOGZ+YbTpV7/ysRi7EI7jYb63Gq67UDT5qihNnqRkJfJv2JATUZ1XTcIk6K10/NJ3 FEYw== MIME-Version: 1.0 X-Received: by 10.58.211.7 with SMTP id my7mr12656579vec.54.1374618919705; Tue, 23 Jul 2013 15:35:19 -0700 (PDT) Received: by 10.58.49.227 with HTTP; Tue, 23 Jul 2013 15:35:19 -0700 (PDT) Date: Tue, 23 Jul 2013 15:35:19 -0700 Message-ID: Subject: Adding options to RPI-B From: hiren panchasara To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 22:35:20 -0000 Should we add following to kernconf RPI-B? # svn diff Index: RPI-B =================================================================== --- RPI-B (revision 253512) +++ RPI-B (working copy) @@ -112,3 +112,11 @@ device vfp # vfp/neon options ARM_VFP_SUPPORT # vfp/neon + +device firmware # firmware assist module + +device wlan # 802.11 support +device wlan_wep # 802.11 WEP support +device wlan_ccmp # 802.11 CCMP support +device wlan_tkip # 802.11 TKIP support +device wlan_amrr # AMRR transmit rate control algorithm Thanks, Hiren