Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 25 Oct 2002 17:56:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 25 Oct 2002 17:56:25 -0400 Received: from [63.204.6.12] ([63.204.6.12]:50862 "EHLO mail.somanetworks.com") by vger.kernel.org with ESMTP id ; Fri, 25 Oct 2002 17:56:20 -0400 Date: Fri, 25 Oct 2002 18:02:31 -0400 (EDT) From: "Scott Murray" X-X-Sender: To: Ivan Kokshaysky cc: Greg KH , Jeff Garzik , KOCHI Takayoshi , , , pcihpd-discuss , , Linux Kernel Mailing List Subject: Re: [Pcihpd-discuss] Re: PCI Hotplug Drivers for 2.5 In-Reply-To: <20021025193725.A3300@jurassic.park.msu.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1873 Lines: 47 On Fri, 25 Oct 2002, Ivan Kokshaysky wrote: > On Thu, Oct 24, 2002 at 06:22:44PM -0400, Scott Murray wrote: > > I hopefully will have something working against 2.5.44 tomorrow. I think > > the only potentially contentious piece that I'd like to get reviewed and > > maybe integrated before the feature freeze is the resource reservation > > stuff. There seemed to be no serious objections to the 2.4.x version I > > posted a while back, so maybe this won't be a big deal. Everything else > > is either __devinit/export tweaks or driver code. > > The setup-bus code already does resource reservation, but only for > cardbus. It can be easily extended for any type of hotplug > controller though. Other enhancements (like configurable amount > of reserved IO/memory) also shouldn't be a problem. Unfortunately, my take on the scheme used to reserve space for CardBus bridges was that it only works on platforms that use the setup-*.c code to do their complete PCI subsystem initialization. On platforms like x86, where the BIOS configures all the devices, something like my patch is needed to fixup things to handle the desired reservation. I'm not finished getting things ported to 2.5 yet, I'll post a patch ASAP once I've got everything workin. If you're keen on devising an alternative method, check put my old patch against 2.4.19 at: http://marc.theaimsgroup.com/?l=linux-kernel&m=102866931731553&w=2 [snip] > BTW, 2.5 setup-* stuff went into 2.4 recently. :-) Cool, that definitely will make my life easier. Thanks, Scott -- Scott Murray SOMA Networks, Inc. Toronto, Ontario e-mail: scottm@somanetworks.com - 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/