Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 9 Jan 2003 17:35:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 9 Jan 2003 17:35:20 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:55304 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Thu, 9 Jan 2003 17:35:14 -0500 Date: Thu, 9 Jan 2003 14:16:20 -0800 (PST) From: Linus Torvalds To: Ivan Kokshaysky cc: Benjamin Herrenschmidt , Alan Cox , Grant Grundler , Paul Mackerras , "Eric W. Biederman" , , Linux Kernel Mailing List , Subject: Re: [patch 2.5] 2-pass PCI probing, generic part In-Reply-To: <20030110010917.A693@localhost.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: 816 Lines: 23 On Fri, 10 Jan 2003, Ivan Kokshaysky wrote: > > Note that in most cases PCI-PCI bridges can be safely excluded from > pci_read_bases() simply because they have neither regular BARs nor > ROM BAR (even though PCI spec allows that). This might be a good approach to take regardless - don't read pci-pci bridge BAR (or host-bridge BAR's for that matter), simply because (a) bridges are more "interesting" than regular devices, and disabling part of them might be a stupid thing. (b) we're generally not really interested in the end result anyway Hmm? Linus - 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/