From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932465AbWCCXSh (ORCPT ); Fri, 3 Mar 2006 18:18:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932474AbWCCXSh (ORCPT ); Fri, 3 Mar 2006 18:18:37 -0500 Received: from mail.dvmed.net ([216.237.124.58]:21656 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S932465AbWCCXSg (ORCPT ); Fri, 3 Mar 2006 18:18:36 -0500 Message-ID: <4408CEC8.7040507@garzik.org> Date: Fri, 03 Mar 2006 18:18:32 -0500 From: Jeff Garzik User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kumar Gala CC: Greg KH , Linux Kernel , linux-pci@atrey.karlin.mff.cuni.cz Subject: Re: proper way to assign fixed PCI resources to a "hotplug" device References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I have a similar situation: BIOS initializes PCI device to mode A, I need to switch it to mode B. To do this, I must assign a value to an MMIO PCI BAR that was not initialized at boot. How to do this? Jeff