From owner-cvs-all@FreeBSD.ORG Mon Nov 21 16:06:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29BC116A41F; Mon, 21 Nov 2005 16:06:13 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28EF43D45; Mon, 21 Nov 2005 16:06:10 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jALG5rGS020798; Mon, 21 Nov 2005 09:05:53 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4381F060.5040107@samsco.org> Date: Mon, 21 Nov 2005 09:05:52 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <20051119165547.0A4BD16A43D@hub.freebsd.org> <00ca01c5ed4a$86b0e570$0300a8c0@COMETE> <20051119.144210.122123926.imp@bsdimp.com> <200511211015.27879.jhb@freebsd.org> <8664qmja7y.fsf@xps.des.no> In-Reply-To: <8664qmja7y.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: src-committers@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, damien.bergamini@free.fr, nate@root.org, "M. Warner Losh" Subject: Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 16:06:13 -0000 Dag-Erling Smørgrav wrote: > John Baldwin writes: > >> [...] The easiest way to >>accomplish this is for your driver to send a message to devd requesting that >>the firmware be reloaded on resume since devd won't run until the kernel is >>fully back up. > > > ...or keep the firmware image in memory after loading it the first > time around. > > DES Or have the firmware be embedded in a KLD, like ispfw. Scott