From owner-freebsd-arch@FreeBSD.ORG Mon Jul 12 22:18:29 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A5A16A4CE; Mon, 12 Jul 2004 22:18:29 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C38B43D39; Mon, 12 Jul 2004 22:18:27 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i6CMFZXQ040027; Mon, 12 Jul 2004 16:15:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 12 Jul 2004 16:15:33 -0600 (MDT) Message-Id: <20040712.161533.85418996.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <1420.1089448716@critter.freebsd.dk> References: <20040709232355.GB1626@green.homeunix.org> <1420.1089448716@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: arch@freebsd.org Subject: Re: userland firmware loader? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 22:18:29 -0000 In message: <1420.1089448716@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <20040709232355.GB1626@green.homeunix.org>, Brian Fundakowski Feldma : n writes: : : >I'm writing a driver that uses a 100KB firmware file and could need to : >read it again, after initialization, to reset the device (or to load : >more). Since this device is primarily found in CardBus form, I think : >it makes a lot of sense to be able to get the firmware file at any time : >but without specific user intervention. : > : >Is this something devd should be doing? : : I would advocate a generic interface for retrieving firmware from userland. I'd advocate motherhood and apple pie too. :-) Warner