[PATCH 01/04] Freescale Ethernet combined driver

2005-05-10 Thread Pantelis Antoniou
Kumar Gala wrote: > Any reason we dont allow this driver on 85xx? (should be same as 82xx) > > - kumar > I don't have a 85xx available, so I can't test. You could try it if you have a board that can be supported. Also there's the issue with >32bit physical addresses. This might be more tricky

[PATCH 01/04] Freescale Ethernet combined driver

2005-05-09 Thread Pantelis Antoniou
Hi The following patch is a combined FCC/FEC ethernet driver for the Freescale line of PowerQUICCs. FECs on 8xx and FCCs on 82xx are supported. This part of the patch contains makefiles and friends. Regards Pantelis Signed-off-by: Pantelis Antoniou -- next part -- A n

[PATCH 01/04] Freescale Ethernet combined driver

2005-05-09 Thread Kumar Gala
Any reason we dont allow this driver on 85xx? (should be same as 82xx) - kumar On May 9, 2005, at 6:44 AM, Pantelis Antoniou wrote: > Hi > > The following patch is a combined FCC/FEC ethernet driver > for the Freescale line of PowerQUICCs. > > FECs on 8xx and FCCs on 82xx are supported. > > Thi