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 ESMTPS id DFB24B6FE0 for ; Fri, 15 Apr 2011 07:55:14 +1000 (EST) Subject: Re: [regression] 2.6.39-rc[1-3] fail to boot on G5 PowerMac From: Benjamin Herrenschmidt To: Hugh Dickins In-Reply-To: References: <19876.35918.322649.256455@pilspetsen.it.uu.se> <1302646173.28876.53.camel@pasglop> <1302652502.28876.76.camel@pasglop> <19877.23529.745123.819112@pilspetsen.it.uu.se> <1302685102.28876.81.camel@pasglop> <1302736869.28876.91.camel@pasglop> <1302771756.15520.100.camel@thor.local> Content-Type: text/plain; charset="UTF-8" Date: Fri, 15 Apr 2011 07:54:49 +1000 Message-ID: <1302818089.28876.134.camel@pasglop> Mime-Version: 1.0 Cc: Mikael Pettersson , Jens Axboe , linux-kernel@vger.kernel.org, kevin diggs , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2011-04-14 at 14:25 -0700, Hugh Dickins wrote: > > Something worth trying: turn off CONFIG_IDE. That's what I need to > boot 2.6.39-rc[1-3] on PowerPC G5. > > I know Jens has been fixing problems with IDE versus his plug/unplug > changes, but it's still not fixed for me in rc3. > > In other mail http://lkml.org/lkml/2011/4/14/614 > I see Linus recommending his post-rc3 commit 6631e635c65d > but I've not tried that myself yet. Well, the disk is SATA so it's CONFIG_ATA/libata, which works fine here, unless you somewhat replaced your CD-ROM with a legacy IDE disk :-) Or maybe the problem is related to the CD-ROM drive. There's a libata driver for it nowadays, so you can use PATA_MACIO instead of IDE_PMAC Cheers, Ben.