| AR# | 23239 |
| Part | IP-Processor |
| Last Modified | 2006-05-01 00:00:00.0 |
| Status | Active |
| Keywords | Processor IP, plb_ethernet v1.01a, PLB Ethernet |
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.