Re: [PATCH] ppc32: MV643XX ethernet is an option for Pegasos

2005-04-12 Thread Benjamin Herrenschmidt
> > It is possible. I received an old patch from Sven Luther and bounced to > > Benjamin rediffed against 2.6.12rc2, but the bits ended to be exactly > > the same. > > > > PS feel free to claim credits on it. I don't want for sure take over > > your work :) > > No problem. It was Nicolas' and S

Re: [PATCH] ppc32: MV643XX ethernet is an option for Pegasos

2005-04-12 Thread Dale Farnsworth
On Tue, Apr 12, 2005 at 10:44:24AM +, Fabio Massimo Di Nitto wrote: > Dale Farnsworth wrote: > > This looks identical to the patch I posted to netdev two weeks ago > > as the first of 20 patches for the MV643xx ethernet driver. > > > > See

Re: [PATCH] ppc32: MV643XX ethernet is an option for Pegasos

2005-04-12 Thread Sven Luther
On Tue, Apr 12, 2005 at 05:13:04PM +1000, Benjamin Herrenschmidt wrote: > Hi ! > > This patch allows Kconfig to build the MV643xx ethernet driver on > Pegasos (CONFIG_PPC_MULTIPLATFORM) and adds what I think is a missing > fix from Dale's batch, that is remove SA_INTERRUPT and add SA_SHIRQ in > th

Re: [PATCH] ppc32: MV643XX ethernet is an option for Pegasos

2005-04-12 Thread Fabio Massimo Di Nitto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dale Farnsworth wrote: > On Tue, Apr 12, 2005 at 07:13:04AM +, Benjamin Herrenschmidt wrote: > >>This patch allows Kconfig to build the MV643xx ethernet driver on >>Pegasos (CONFIG_PPC_MULTIPLATFORM) and adds what I think is a missing >>fix from D

Re: [PATCH] ppc32: MV643XX ethernet is an option for Pegasos

2005-04-12 Thread Dale Farnsworth
On Tue, Apr 12, 2005 at 07:13:04AM +, Benjamin Herrenschmidt wrote: > This patch allows Kconfig to build the MV643xx ethernet driver on > Pegasos (CONFIG_PPC_MULTIPLATFORM) and adds what I think is a missing > fix from Dale's batch, that is remove SA_INTERRUPT and add SA_SHIRQ in > there as the

[PATCH] ppc32: MV643XX ethernet is an option for Pegasos

2005-04-12 Thread Benjamin Herrenschmidt
Hi ! This patch allows Kconfig to build the MV643xx ethernet driver on Pegasos (CONFIG_PPC_MULTIPLATFORM) and adds what I think is a missing fix from Dale's batch, that is remove SA_INTERRUPT and add SA_SHIRQ in there as the interrupt is shared if I understand things correctly. Signed-off-by: Ben