From owner-freebsd-arm@FreeBSD.ORG Fri Jul 26 12:40:23 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC9089E8 for ; Fri, 26 Jul 2013 12:40:23 +0000 (UTC) (envelope-from iz-rpi03@hs-karlsruhe.de) Received: from smtp.hs-karlsruhe.de (smtp.HS-Karlsruhe.DE [193.196.64.25]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4B52833 for ; Fri, 26 Jul 2013 12:40:23 +0000 (UTC) Received: from iz-wera01.hs-karlsruhe.de ([193.196.65.46]) by smtp.hs-karlsruhe.de with esmtp (Exim 4.80.1) (envelope-from ) id 1V2hJl-004cdW-TD; Fri, 26 Jul 2013 14:40:21 +0200 X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.5 From: Ralf Wenk To: "freebsd-arm@freebsd.org" Subject: Re: Adding options to RPI-B In-reply-to: <25D75461-E6FB-43C3-86AE-A513B02FA00D@freebsd.org> References: <2C57A72F-0CB3-41DF-B0E5-1509348128BD@freebsd.org> <42C259D6-F652-417A-80B5-536893D6D642@felyko.com> <25D75461-E6FB-43C3-86AE-A513B02FA00D@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Fri, 26 Jul 2013 14:07:13 +0200 Message-Id: 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: Fri, 26 Jul 2013 12:40:23 -0000 On 24 Jul 2013, at 08:29, Tim Kientzle wrote: > Hiren and others: >=20 > Please try experimenting with modules on RPi and > BeagleBone and let folks here know what works and > doesn't work. You should be able to: > * Load modules manually > * Load them from loader.conf > * Load them from rc.conf > * etc ... >=20 > Tim On the RPi: libbsmfs needs a endianess related fix to get mount_smbfs running smooth.= libiconv, libmchain and smbfs are loaded as modules. See http://www.freebsd.org/cgi/query-pr.cgi?pr=3D180438 Ralf