Re: linux-next: manual merge of the driver-core tree

2009-01-04 Thread Stephen Rothwell
Hi Greg, On Sun, 4 Jan 2009 20:36:46 -0800 Greg KH wrote: > > Thanks for letting me know, I'll drop it from my tree when I sync up > with Linus's tree tomorrow. Thanks. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpA9BIcZ3JSe.pgp De

Re: yaboot: text mode or graphics mode?

2009-01-04 Thread sumedh tirodkar
Isn't there any other way that i can access the VGA registers? So as to reconfigure them... -Sumedh On Wed, Dec 31, 2008 at 4:15 AM, Matt Sealey wrote: > sumedh tirodkar wrote: >> >> I just found out that openfirmware boots into graphics mode(non-text >> mode). Now i wish to switch back to text

Re: linux-next: manual merge of the driver-core tree

2009-01-04 Thread Greg KH
On Mon, Jan 05, 2009 at 10:28:00AM +1100, Stephen Rothwell wrote: > Hi Greg, > > On Wed, 3 Dec 2008 20:21:54 -0800 Greg KH wrote: > > > > On Thu, Dec 04, 2008 at 10:44:18AM +1100, Stephen Rothwell wrote: > > > > > > Today's linux-next merge of the driver-core tree got a conflict in > > > arch/po

Re: Unsubscribe

2009-01-04 Thread Steve Iribarne (GMail)
HOLLY CRAP everyone.. please read at the bottom of these emails to figure out how to unsubscribe. This is ridiculous! Towards the bottom of the "https://ozlabs.org/mailman/listinfo/linuxppc-dev"; page there is simple place you put your f'ing email address and hit "Unsubscribe or edit options". T

Unsubscribe

2009-01-04 Thread Narendra KA
Hi, can you please unsubscribe me from this mailing list? Thanks and Regards, Narendra K.A ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

cpu_die on MPC8641D

2009-01-04 Thread Matt Sealey
I just built a kernel with a config very similar to the MPC8641HPCN defconfig and for some reason at the end of the build I got an error saying there was no symbol "cpu_die". I can't work out what I missed here, I checked a few LXRs to cross-reference where the symbol might come from and there

Re: linux-next: manual merge of the driver-core tree

2009-01-04 Thread Stephen Rothwell
Hi Greg, On Wed, 3 Dec 2008 20:21:54 -0800 Greg KH wrote: > > On Thu, Dec 04, 2008 at 10:44:18AM +1100, Stephen Rothwell wrote: > > > > Today's linux-next merge of the driver-core tree got a conflict in > > arch/powerpc/platforms/85xx/mpc85xx_mds.c between commit > > 24a99596f7465274a8e65ddd29a7

Re: [PATCH] 2.6.28-git4 - powerpc - drivers build fails with !CONFIG_VIOPATH

2009-01-04 Thread Kamalesh Babulal
* Milton Miller [2009-01-04 02:54:15]: > In-Reply-To: <20090103191359.ga9...@linux.vnet.ibm.com> > > Kamalesh Babulal wrote: >> config SCSI_IBMVSCSI >> tristate "IBM Virtual SCSI support" >> - depends on PPC_PSERIES || PPC_ISERIES >> + depends on (PPC_PSERIES || PPC_ISERIES)

[PATCH] powerpc/mpc5121: fix NULL test

2009-01-04 Thread Roel Kluin
strcmp on NULL results in a segmentation fault, also, remove the second, redundant test on dev Signed-off-by: Roel Kluin --- Please verify whether this patch correct. diff --git a/arch/powerpc/platforms/512x/clock.c b/arch/powerpc/platforms/512x/clock.c index f416014..1bcff94 100644 --- a/arch/

Unsubscribe?!

2009-01-04 Thread caowei
Hi, can you please unsubscribe me from this mailing list? Thanks! Greetings, Wei _ 不只是收发邮件— 查看 Windows Live™ 的更多精彩功能。 http://www.microsoft.com/windows/windowslive/___ Linuxppc-dev ma

Re: Unsubscribe

2009-01-04 Thread Leon Woestenberg
Hello Frank, On Sun, Jan 4, 2009 at 1:22 PM, Frank Lautenbach wrote: > can you please unsubscribe me from this mailing list? > Frank Every email from the list comes with this footer: > ___ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https:

please unsubscribe me

2009-01-04 Thread zz zcv
Hi, can you please unsubscribe me from this mailing list? Thanks! Greetings, zeev ___ ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Unsubscribe

2009-01-04 Thread Frank Lautenbach
Hi, can you please unsubscribe me from this mailing list? Thanks! Greetings, Frank ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] 2.6.28-git4 - powerpc - drivers build fails with !CONFIG_VIOPATH

2009-01-04 Thread Stephen Rothwell
Hi Milton, On Sun, 4 Jan 2009 02:54:15 -0600 Milton Miller wrote: > > As VIOPATH is iSeries code and is only used by the iSeries code, the > requirment should be > > depends on PPC_PSERIES || (PPC_ISERIES && VIOPATH) > > except VIOPATH isn't selectable: > > arch/powerpc/platforms/iseries/Kcon

[PATCH] 2.6.28-git4 - powerpc - drivers build fails with !CONFIG_VIOPATH

2009-01-04 Thread Milton Miller
In-Reply-To: <20090103191359.ga9...@linux.vnet.ibm.com> Kamalesh Babulal wrote: config SCSI_IBMVSCSI tristate "IBM Virtual SCSI support" - depends on PPC_PSERIES || PPC_ISERIES + depends on (PPC_PSERIES || PPC_ISERIES) && VIOPATH select SCSI_SRP_ATTRS help