Changeset db0cf9fc in rtems
- Timestamp:
- 08/12/05 23:44:27 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c949d6b0
- Parents:
- a605cec
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
ra605cec rdb0cf9fc 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 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org> 2 10 -
c/src/lib/libcpu/powerpc/mpc8xx/include/mpc8xx.h
ra605cec rdb0cf9fc 507 507 uint16_t iaddr4; 508 508 uint16_t _boff_cnt; 509 uint16_t taddr_m; 509 510 uint16_t taddr_l; 510 uint16_t taddr_m;511 511 uint16_t taddr_h; 512 512 } ethernet;
Note: See TracChangeset
for help on using the changeset viewer.