From owner-freebsd-arm@FreeBSD.ORG Tue Oct 14 22:50:28 2008 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A339106569B for ; Tue, 14 Oct 2008 22:50:28 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (ns2.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 4E4748FC1C for ; Tue, 14 Oct 2008 22:50:28 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id m9EMoQFt045222; Tue, 14 Oct 2008 16:50:27 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.3/8.14.3) with ESMTP id m9EMWUDi020951; Tue, 14 Oct 2008 16:32:30 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.3/8.14.3/Submit) id m9EMWUQF020948; Tue, 14 Oct 2008 16:32:30 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18677.7678.159413.615726@gromit.timing.com> Date: Tue, 14 Oct 2008 16:32:30 -0600 From: John Hein To: "M. Warner Losh" In-Reply-To: <20081014.153418.1353606085.imp@bsdimp.com> References: <18677.60.434738.596456@gromit.timing.com> <20081015003842.a2bd682b.stas@FreeBSD.org> <20081014.153418.1353606085.imp@bsdimp.com> X-Mailer: VM 7.19 under Emacs 22.2.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: arm@freebsd.org Subject: Re: loadable drivers X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Oct 2008 22:50:28 -0000 M. Warner Losh wrote at 15:34 -0600 on Oct 14, 2008: > In message: <20081015003842.a2bd682b.stas@FreeBSD.org> > Stanislav Sedov writes: > : On Tue, 14 Oct 2008 14:25:32 -0600 > : John Hein mentioned: > : > : > What needs to be done to support loadable drivers under arm/freebsd? > : > : I think they should work, aren't they? > > Build them... They work.. Sorry for the poor problem statement. They do load, but I'm not getting into the probe or attach. At first I thought the load was failing, but that was driver error (pardon the pun). Let me get better debug info, and I'll come back with a better question or an explanation.