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 4944DDDDFC for ; Thu, 2 Aug 2007 11:23:30 +1000 (EST) Subject: RE: [PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPCarchitecture with ULI chip quirk functions. From: Benjamin Herrenschmidt To: Zhang Wei-r63237 In-Reply-To: <46B96294322F7D458F9648B60E15112C74D58E@zch01exm26.fsl.freescale.net> References: <11859560681182-git-send-email-wei.zhang@freescale.com> <11859560694083-git-send-email-wei.zhang@freescale.com> <1186005360.5495.529.camel@localhost.localdomain> <46B96294322F7D458F9648B60E15112C74D58E@zch01exm26.fsl.freescale.net> Content-Type: text/plain Date: Thu, 02 Aug 2007 11:23:19 +1000 Message-Id: <1186017799.5495.546.camel@localhost.localdomain> Mime-Version: 1.0 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: , On Thu, 2007-08-02 at 09:17 +0800, Zhang Wei-r63237 wrote: > Hi, Ben, > > > > > Are we sure that any powerpc machine that uses that ULI chip will need > > the same quirk setting ? > > > > We can ensure current platforms (as far as we know, MPC8544DS and > MPC8641HPCN) using ULI chips in powerpc of kernel need the same quirk > setting. > And we hope to make them more generic. And if there are some different > setting in the future, we can add special codes. All right. Ben.