Keywords: Processor IP, plb_ethernet v1.01a, PLB Ethernet
The xemac_l.h file that is written to the include directory under the PowerPC includes an incorrect define:
#define XEM_EMIR_TYPE_MASK 0x0000FF00UL /* Device type */
The documentation specifies that "TYPE" is in the lower byte. The correct mask value is 0x000000FFUL.