Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267433AbUI0XIP (ORCPT ); Mon, 27 Sep 2004 19:08:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267424AbUI0XIP (ORCPT ); Mon, 27 Sep 2004 19:08:15 -0400 Received: from smtp810.mail.sc5.yahoo.com ([66.163.170.80]:57783 "HELO smtp810.mail.sc5.yahoo.com") by vger.kernel.org with SMTP id S267433AbUI0XHA (ORCPT ); Mon, 27 Sep 2004 19:07:00 -0400 From: Dmitry Torokhov To: linux-kernel@vger.kernel.org Subject: Re: suspend/resume support for driver requires an external firmware Date: Mon, 27 Sep 2004 18:06:57 -0500 User-Agent: KMail/1.6.2 Cc: Denis Vlasenko , Oliver Neukum , Patrick Mochel , "Zhu, Yi" References: <3ACA40606221794F80A5670F0AF15F8403BD5791@pdsmsx403> <200409271319.05112.dtor_core@ameritech.net> <200409280147.03957.vda@port.imtp.ilyichevsk.odessa.ua> In-Reply-To: <200409280147.03957.vda@port.imtp.ilyichevsk.odessa.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <200409271806.57992.dtor_core@ameritech.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1636 Lines: 32 On Monday 27 September 2004 05:47 pm, Denis Vlasenko wrote: > On Monday 27 September 2004 21:19, Dmitry Torokhov wrote: > > On Monday 27 September 2004 12:19 pm, Oliver Neukum wrote: > > > > Why not just suspend the device first, then enter the system suspend > > > > state; then on resume, resume the device after control has transferred > > > > back to userspace. That way, the driver can load the firmware from the > > > > > > And thus cause errors in all applications wishing to use the network > > > until the firmware is reloaded. It is precisely what cannot be done. > > > The firmware must be present on suspend. The question is, how? > > > > While non-availability might be an issue for other types of hardware I think > > it is ok for network cards. In many cases the interface will have to be > > reconfigured at resume anyway (you move from office to home and the network > > is completely different). Can't resume be handled by virtually removing/ > > inserting the device so firmware will be re-loaded as it was just a normal > > startup? > > Think about situation when all filesystems are NFS-mounted. > You absolutely are not allowed to lose your network, or else hotplug > (and all fs-backed stuff in general) will die horribly. Where do you load your firmware from so that you can bring up the network so you can mount everything via NFS in the first place? -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/