From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divy Le Ray Subject: Re: [PATCH net-next 2/2] cxgb3: Add Aeluros 2020 phy support Date: Wed, 03 Jun 2009 20:05:08 -0700 Message-ID: <4A2739E4.9090606@chelsio.com> References: <20090529075829.30669.41488.stgit@speedy5> <20090601105349.GF3051@decadent.org.uk> <4A27311D.7070400@chelsio.com> <20090603.200050.146284422.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ben@decadent.org.uk, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, swise@opengridcomputing.com To: David Miller Return-path: In-Reply-To: <20090603.200050.146284422.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org David Miller wrote: > From: Divy Le Ray > Date: Wed, 03 Jun 2009 19:27:41 -0700 > > >> In a boot over the network environment, request_firmware() will not be >> granted >> access to the file system. >> > > This is not true, first of all. It can be built into the kernel image > via CONFIG_FIRMWARE_IN_KERNEL. > I missed this one. > Second of all, there is initrd. > > There are NO EXCUSES for not using request_firmware() at this point. > Fair enough. I'll fix the driver to use request_firmware(). Cheers, Divy