On the MCF547x/8x devices, the FEC does not have a dedicated DMA. Instead, the multichannel DMA is used with custom tasks for the FEC. The FEC incorportates a set of FIFOs that are the buffers between the FEC and the DMA. Their is no FEC Rx interrupt, it is intended that the DMA FEC-Rx task interrupt be used instead. However, it is possible for the CPU to directly interface with the FEC FIFOs. The Rx FIFO status and pointer registers would have to be monitored to determine when data is available, where the frame boundaries are, etc.
-mnorman