From owner-freebsd-arm@FreeBSD.ORG Thu Jul 25 04:22:54 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F0671E65; Thu, 25 Jul 2013 04:22:54 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA0DB2BB9; Thu, 25 Jul 2013 04:22:54 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r6P4Mrqj063620; Thu, 25 Jul 2013 04:22:53 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id i57pczgg3wyxmrcj72tsgjsans; Thu, 25 Jul 2013 04:22:53 +0000 (UTC) (envelope-from kientzle@freebsd.org) Subject: Re: Adding options to RPI-B Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Tim Kientzle In-Reply-To: Date: Wed, 24 Jul 2013 21:22:52 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <2C57A72F-0CB3-41DF-B0E5-1509348128BD@freebsd.org> <42C259D6-F652-417A-80B5-536893D6D642@felyko.com> <25D75461-E6FB-43C3-86AE-A513B02FA00D@freebsd.org> To: Rui Paulo X-Mailer: Apple Mail (2.1283) Cc: "freebsd-arm@freebsd.org" 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: Thu, 25 Jul 2013 04:22:55 -0000 On Jul 24, 2013, at 9:06 PM, Rui Paulo wrote: > On 24 Jul 2013, at 20:56, Tim Kientzle wrote: >=20 >> On Jul 24, 2013, at 8:31 PM, Rui Paulo wrote: >>=20 >>> On 24 Jul 2013, at 08:29, Tim Kientzle wrote: >>>=20 >>>> On Jul 23, 2013, at 10:17 PM, Adrian Chadd wrote: >>>>=20 >>>>> .. I'd rather we just make modules support work, and start = shipping >>>>> stripped down kernels w/ modules. >>>>=20 >>>> I've used modules; as far as I can tell, they work just fine. >>>> The status quo is historical legacy. >>>>=20 >>>>> We have loader support for arm, right? :) >>>>=20 >>>> Would someone please commit the change to the >>>> RPi kernel config to enable all modules by default? >>>>=20 >>>> That will let us verify the current status before we start >>>> removing things that are currently static. >>>=20 >>>=20 >>> Done, r253634. >>=20 >>=20 >> Rui: >>=20 >> Thanks! >>=20 >> 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 >=20 > No, I don't think loader.conf is supported on ARM. We need to fix = that, but until then modules have to be loaded from loader.rc. :-( I've never used loader.conf myself so please let me know what you think is still missing. According to the manpage for loader.conf, it seems the key requirement is FICL support, and that is enabled in ubldr on ARM. Tim