From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422919AbWGJVDV (ORCPT ); Mon, 10 Jul 2006 17:03:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422920AbWGJVDU (ORCPT ); Mon, 10 Jul 2006 17:03:20 -0400 Received: from static-ip-62-75-166-246.inaddr.intergenia.de ([62.75.166.246]:14005 "EHLO bu3sch.de") by vger.kernel.org with ESMTP id S1422919AbWGJVDT (ORCPT ); Mon, 10 Jul 2006 17:03:19 -0400 From: Michael Buesch To: Jeff Garzik , Pavel Machek Subject: Re: [patch] do not allow IPW_2100=Y or IPW_2200=Y Date: Mon, 10 Jul 2006 23:05:06 +0200 User-Agent: KMail/1.9.1 References: <20060710152032.GA8540@elf.ucw.cz> <44B2940A.2080102@pobox.com> In-Reply-To: <44B2940A.2080102@pobox.com> Cc: yi.zhu@intel.com, jketreno@linux.intel.com, Netdev list , linville@tuxdriver.com, kernel list MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200607102305.06572.mb@bu3sch.de> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Monday 10 July 2006 19:53, you wrote: > Pavel Machek wrote: > > Kconfig currently allows compiling IPW_2100 and IPW_2200 into kernel > > (not as a module). Unfortunately, such configuration does not work, > > because these drivers need a firmware, and it can't be loaded by > > userspace loader when userspace is not running. > > False, initramfs... Does the ipw driver _really_ need the firmware on insmod time? bcm43xx, for example, loads the firmware on "ifconfig up" time. If ipw really needs the firmware on insmod, is it possible to defer it to later at "ifconfig up" time? -- Greetings Michael.