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 990D868601 for ; Sun, 23 Oct 2005 18:28:12 +1000 (EST) From: Benjamin Herrenschmidt To: Geert Uytterhoeven In-Reply-To: References: <20051022213037.GA6097@suse.de> Content-Type: text/plain Date: Sun, 23 Oct 2005 18:23:31 +1000 Message-Id: <1130055811.7919.61.camel@gaston> Mime-Version: 1.0 Cc: Andrew Morton , Linux/PPC Development , Olaf Hering Subject: Re: [PATCH] hide pmac specific drivers if CONFIG_ADB is not set List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2005-10-23 at 10:23 +0200, Geert Uytterhoeven wrote: > On Sat, 22 Oct 2005, Olaf Hering wrote: > > SCSI_MESH exists on old Macs, but the PB Lombard has an external connector > > And on some CHRP. > > > --- linux-2.6.14-rc5.orig/drivers/scsi/Kconfig > > +++ linux-2.6.14-rc5/drivers/scsi/Kconfig > > @@ -1529,7 +1529,7 @@ config SCSI_DEBUG > > > > config SCSI_MESH > > tristate "MESH (Power Mac internal SCSI) support" > > - depends on PPC32 && PPC_PMAC && SCSI > > + depends on PPC32 && PPC_PMAC && SCSI && (ADB_CUDA || ADB_PMU) > > help > > Many Power Macintoshes and clones have a MESH (Macintosh Enhanced > > SCSI Hardware) SCSI bus adaptor (the 7200 doesn't, but all of the > > You can no longer enable MESH when compiling for CHRP or when disabling ADB? > > It's clearly visible my LongTrail died last year... :-( Come on, Geert, I told you back then I was doing that :) You didn't complain and we figured out nobody around had any of these in working conditions anymore :) Ben.