Changeset 4778c6e0 in rtems
- Timestamp:
- 10/28/11 13:58:22 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 9bdb4292
- Parents:
- dc2cc62
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rdc2cc62 r4778c6e0 1 2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 PR 1944/misc 4 * libchip/serial/mc68681.c: Remove #if 0. 5 1 6 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2 7 -
c/src/libchip/serial/mc68681.c
rdc2cc62 r4778c6e0 340 340 * Disable interrupts from this channel and then disable it totally. 341 341 */ 342 343 #if 0344 342 (*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_TX ); 345 343 (*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_RX ); 346 #endif347 344 348 345 return(RTEMS_SUCCESSFUL);
Note: See TracChangeset
for help on using the changeset viewer.