Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 26 Oct 2002 17:20:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 26 Oct 2002 17:20:53 -0400 Received: from sccrmhc01.attbi.com ([204.127.202.61]:50577 "EHLO sccrmhc01.attbi.com") by vger.kernel.org with ESMTP id ; Sat, 26 Oct 2002 17:20:52 -0400 Date: Sat, 26 Oct 2002 14:27:04 -0700 From: "H. J. Lu" To: Jeff Garzik Cc: Alan Cox , Linux Kernel Mailing List Subject: Re: PATCH: Support PCI device sorting (Re: PCI device order problem) Message-ID: <20021026142704.A13207@lucon.org> References: <20021024163945.A21961@lucon.org> <3DB88715.7070203@pobox.com> <20021024165631.A22676@lucon.org> <1035540031.13032.3.camel@irongate.swansea.linux.org.uk> <20021025091102.A15082@lucon.org> <20021025202600.A3293@lucon.org> <3DBB0553.5070805@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3DBB0553.5070805@pobox.com>; from jgarzik@pobox.com on Sat, Oct 26, 2002 at 05:12:51PM -0400 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 26 On Sat, Oct 26, 2002 at 05:12:51PM -0400, Jeff Garzik wrote: > Well, WRT your implementation, the function you add is dead code if your > new config variable is not set, which is not desireable at all. I am not sure if I understand what you were trying to say. If CONFIG_PCI_SORT_BY_BUS_SLOT_FUNC is not set, you should be able to pass "pci=bussort" to kernel to sort the PCI device by bus, slot and function. Did I miss something? > > WRT the overall idea, I would prefer to see what Linus and Martin Mares > (and Ivan K) thought about it, before merging it. The x86 PCI code is > very touchy, and your patch has the potential to change driver probe > order for little gain. > The whole purpose of my patch is to change PCI driver probe order in such a way that is BIOS independent. H.J. - 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/