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 B034F67B67 for ; Wed, 29 Jun 2005 09:58:40 +1000 (EST) From: Benjamin Herrenschmidt To: Christoph Hellwig In-Reply-To: <20050628085701.GA31218@lst.de> References: <1119847159.5133.106.camel@gaston> <20050628085701.GA31218@lst.de> Content-Type: text/plain Date: Wed, 29 Jun 2005 09:53:12 +1000 Message-Id: <1120002793.5133.214.camel@gaston> Mime-Version: 1.0 Cc: Andrew Morton , linuxppc-dev list , Linux Kernel list Subject: Re: [PATCH] ppc32: Remove CONFIG_PMAC_PBOOK List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2005-06-28 at 10:57 +0200, Christoph Hellwig wrote: > On Mon, Jun 27, 2005 at 02:39:16PM +1000, Benjamin Herrenschmidt wrote: > > This patch removes CONFIG_PMAC_PBOOK (PowerBook support). This is now > > split into CONFIG_PMAC_MEDIABAY for the actual hotswap bay that some > > powerbooks have, CONFIG_PM for power management related code, and just > > left out of any CONFIG_* option for some generally useful stuff that can > > be used on non-laptops as well. > > Can you clarify the CONFIG_PMAC_MEDIABAY for which powerbooks this > is needed exactly? AFAIK up to one of the G3 models, but you probably > know better :) 3400/3500 models (603 & first G3), wallstreet and 101 afaik. Mostly old models with a hotswap bay containing the CD-ROM, a floppy drive or an additional battery. Ben.