From owner-freebsd-arm@FreeBSD.ORG Thu Jul 25 03:56:25 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 F0E6B98D; Thu, 25 Jul 2013 03:56:25 +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 CA50C2AEA; Thu, 25 Jul 2013 03:56:25 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r6P3uNnP063488; Thu, 25 Jul 2013 03:56:23 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id xvfh2a3j7cy2bew5nd3dns395e; Thu, 25 Jul 2013 03:56:23 +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: <42C259D6-F652-417A-80B5-536893D6D642@felyko.com> Date: Wed, 24 Jul 2013 20:56:21 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <25D75461-E6FB-43C3-86AE-A513B02FA00D@freebsd.org> References: <2C57A72F-0CB3-41DF-B0E5-1509348128BD@freebsd.org> <42C259D6-F652-417A-80B5-536893D6D642@felyko.com> 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 03:56:26 -0000 On Jul 24, 2013, at 8:31 PM, Rui Paulo wrote: > 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. Rui: Thanks! Hiren and others: 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 * =85 etc ... Tim