From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Smirl Subject: Re: Problem: how to sequence reset of PCI hardware Date: Mon, 21 Feb 2005 12:33:28 -0500 Message-ID: <9e47339105022109333ae696dc@mail.gmail.com> References: <9e47339105022023242e2fd9ce@mail.gmail.com> <42199DD9.10807@pobox.com> <9e47339105022108527e3c679d@mail.gmail.com> <421A142A.1060302@pobox.com> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1D3HR7-0007yE-FY for linux-fbdev-devel@lists.sourceforge.net; Mon, 21 Feb 2005 09:33:33 -0800 Received: from rproxy.gmail.com ([64.233.170.205]) by sc8-sf-mx1.sourceforge.net with esmtp (Exim 4.41) id 1D3HR6-0000Mt-1i for linux-fbdev-devel@lists.sourceforge.net; Mon, 21 Feb 2005 09:33:33 -0800 Received: by rproxy.gmail.com with SMTP id z35so563237rne for ; Mon, 21 Feb 2005 09:33:31 -0800 (PST) In-Reply-To: <421A142A.1060302@pobox.com> Sender: linux-fbdev-devel-admin@lists.sourceforge.net Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Jeff Garzik Cc: lkml , fbdev , Greg KH On Mon, 21 Feb 2005 12:02:34 -0500, Jeff Garzik wrote: > You do precisely what you just said: run it before the > device's probe function. > > That typically means either initramfs addition or using 'install > command...' in /etc/modprobe.conf. How does this work with a built-in framebuffer driver? Isn't it's probe function going to get called before I can run something on initramfs? > > Jeff > > -- Jon Smirl jonsmirl@gmail.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262048AbVBURdd (ORCPT ); Mon, 21 Feb 2005 12:33:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262046AbVBURdd (ORCPT ); Mon, 21 Feb 2005 12:33:33 -0500 Received: from rproxy.gmail.com ([64.233.170.204]:22469 "EHLO rproxy.gmail.com") by vger.kernel.org with ESMTP id S262048AbVBURdb (ORCPT ); Mon, 21 Feb 2005 12:33:31 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=aAB984kHpXDmeOmXwNtVbFFpuKUKYTCVmlGHVLa2CFXxK7CIMzJ8i3/LX3mEYB5W3S1/HN/tOTmFmcqL7CUsnhGU4+FDImg/AlN38I3X2BLCb2jVey1l47Id7VV+iy9ceoQLekSYVipg2KtXIpojy0lUG5GG+OQUeTbsGGrU+Qg= Message-ID: <9e47339105022109333ae696dc@mail.gmail.com> Date: Mon, 21 Feb 2005 12:33:28 -0500 From: Jon Smirl Reply-To: Jon Smirl To: Jeff Garzik Subject: Re: Problem: how to sequence reset of PCI hardware Cc: lkml , fbdev , Greg KH In-Reply-To: <421A142A.1060302@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9e47339105022023242e2fd9ce@mail.gmail.com> <42199DD9.10807@pobox.com> <9e47339105022108527e3c679d@mail.gmail.com> <421A142A.1060302@pobox.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 21 Feb 2005 12:02:34 -0500, Jeff Garzik wrote: > You do precisely what you just said: run it before the > device's probe function. > > That typically means either initramfs addition or using 'install > command...' in /etc/modprobe.conf. How does this work with a built-in framebuffer driver? Isn't it's probe function going to get called before I can run something on initramfs? > > Jeff > > -- Jon Smirl jonsmirl@gmail.com