From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 0307667C4D for ; Thu, 7 Dec 2006 19:30:37 +1100 (EST) In-Reply-To: <11654526463043-git-send-email-ntl@pobox.com> References: <11654526463043-git-send-email-ntl@pobox.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <38E12654-EED6-4335-9DC6-293FE70A797C@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 1/4] maple: match "pcie" name for CPC945 Date: Thu, 7 Dec 2006 09:30:29 +0100 To: Nathan Lynch Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Some firmwares have "pcie" for the "name" property of the CPC945 PCI > Express host bridge. Check for "pcie" in addition to "pci" so we > don't miss it. You shouldn't use "name" but "device_type" and "compatible". Segher