Changeset 3424a93a in rtems
- Timestamp:
- 08/12/05 23:44:55 (17 years ago)
- Children:
- 5c12a265
- Parents:
- 28e7d30f
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r28e7d30f r3424a93a 1 2005-08-12 Phil Torre <ptorre@zetron.com> 2 3 PR 816/bsps 4 * mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode 5 parameters (m8xxSCCENparms_t) does not match the hardware: members 6 taddr_h and taddr_l are transposed. When loading new multicast group 7 addresses into the hash table, the wrong hash bit is set. 8 1 9 2004-11-22 Jennifer Averett <jennifer@OARcorp.com> 2 10 -
c/src/lib/libcpu/powerpc/mpc8xx/include/mpc8xx.h
r28e7d30f r3424a93a 507 507 rtems_unsigned16 iaddr4; 508 508 rtems_unsigned16 _boff_cnt; 509 rtems_unsigned16 taddr_h; 510 rtems_unsigned16 taddr_m; 509 511 rtems_unsigned16 taddr_l; 510 rtems_unsigned16 taddr_m;511 rtems_unsigned16 taddr_h;512 512 } ethernet; 513 513 } un;
Note: See TracChangeset
for help on using the changeset viewer.