From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) (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 8FFEE67A3F for ; Tue, 12 Sep 2006 01:30:27 +1000 (EST) In-Reply-To: <20060911151730.GA25244@aepfle.de> References: <20060911115354.GA23884@aepfle.de> <20060911151730.GA25244@aepfle.de> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] Prevent legacy io access on pmac Date: Mon, 11 Sep 2006 17:30:12 +0200 To: Olaf Hering Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> * add check for parport_pc, exit on pmac. > > How do I allow parport on PCI cards? Use the parport_serial driver... cards that are fixed at the legacy address probably won't work at all on a PowerMac, the PCI bridges would have to be set up specially and you'll run into all kinds of problems. Cards that have a parport with a configurable base address work fine in a PowerMac. Segher