From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id D437567B56 for ; Fri, 24 Mar 2006 11:37:04 +1100 (EST) Subject: pci_dlpar.c & probe mode From: Benjamin Herrenschmidt To: linuxppc-dev@ozlabs.org Content-Type: text/plain Date: Fri, 24 Mar 2006 11:36:16 +1100 Message-Id: <1143160576.4257.51.camel@localhost.localdomain> Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi ! I noticed that pcibios_add_pci_devices() test the platform type to decide wether to do a device-tree based probe or a direct PCI probe. Why can't it use ppc_md.probe_mode() like the rest of the PCI code does ? Ben.