Re: [uClinux-dev] [PATCH 1/5] open_eth: use basic mii regs and uncached buffer

2008-04-28 Thread Greg Ungerer
Hi Thomas, Thomas Chou wrote: This patch added basic mii regs support so that almost any phy chips can be used. However, mii irq is not supported. The patch changed the preallocated tx rx buffer to uncached, so that cache flushing will not be needed. FIXME: This mii hack should be ported to us

[uClinux-dev] [PATCH 1/5] open_eth: use basic mii regs and uncached buffer

2008-04-28 Thread Thomas Chou
This patch added basic mii regs support so that almost any phy chips can be used. However, mii irq is not supported. The patch changed the preallocated tx rx buffer to uncached, so that cache flushing will not be needed. FIXME: This mii hack should be ported to use the generic phylib. The phylib