From owner-freebsd-arm@FreeBSD.ORG Tue Dec 25 00:00:38 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6240698D for ; Tue, 25 Dec 2012 00:00:38 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from mail119c7.megamailservers.com (mail119c7.megamailservers.com [69.49.98.219]) by mx1.freebsd.org (Postfix) with ESMTP id E4FD98FC12 for ; Tue, 25 Dec 2012 00:00:37 +0000 (UTC) X-Authenticated-User: hurds.sasktel.net Received: from stephen.hurd.local (ip70-187-145-241.oc.oc.cox.net [70.187.145.241]) (authenticated bits=0) by mail119c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id qBP00XQJ005237; Mon, 24 Dec 2012 19:00:35 -0500 Message-ID: <50D8ECA1.60301@sasktel.net> Date: Mon, 24 Dec 2012 16:00:33 -0800 From: Stephen Hurd User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20121022 Firefox/16.0 SeaMonkey/2.13.1 MIME-Version: 1.0 To: Warner Losh Subject: Re: Raspberry Pi EABI test image References: <20121224103825.086cd584@fubar.geek.nz> <50D79C5C.1000704@m5p.com> <20121224135512.30c84b7c@fubar.geek.nz> <50D87B88.6080504@m5p.com> <1356371614.1129.114.camel@revolution.hippie.lan> <9727806D-8356-4A98-B609-9B86BC42795F@bsdimp.com> <20121224181829.7a743510@ivory.wynn.com> <20121224183119.73868caa@ivory.wynn.com> <50D8E820.3050400@sasktel.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=1.1 cv=M/OfXiUT3yXeNaOuONSOHRsfWHstuXXEwp4jCZzxbHU= c=1 sm=1 a=sd1-78TbSwQA:10 a=qpO3MUKs40sA:10 a=YxfxW3ofkq8A:10 a=8nJEP1OIZ-IA:10 a=qWhSLQ/2FgUpSQgLv9E1tw==:17 a=gb1x_sv-a-nReN-2Y9kA:9 a=wPNLvfGTeEIA:10 a=qWhSLQ/2FgUpSQgLv9E1tw==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A020209.50D8ECA3.0084, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 Cc: freebsd-arm@freebsd.org, Brett Wynkoop 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, 25 Dec 2012 00:00:38 -0000 Warner Losh wrote: >>> Greeting- >>> >>> Just changed my devd_enable to yes and all works as I expected with >>> DHCP. My rc.conf set up with Tim's script had it off, >>> but /etc/defaults/rc.conf had it on. >>> >>> Tim if you are on the list you might want to change that in the script. >> Or just switch to SYNCDHCP. No reason to run devd to do something that >> can be handled just as well without the extra process. > When you run w/o devd, there are many details that will be wrong with the system that you'll have to puzzle over from time to time. Possible, yes. Trouble Free? no. The system has been designed to work with devd running, but not with it not running as much... > > Warner Yeah, I'm assuming that there's a reason it was explicitly disabled. The dhcp client and USB keyboard support are the only things I see in the default devd.conf that could be applicable to a RPi that isn't going to have stuff hotplugged.