Changeset 70502bc4 in rtems for c/src/lib/libchip/serial/mc68681.c
- Timestamp:
- 08/13/98 15:52:40 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1253f39
- Parents:
- 579fc6a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libchip/serial/mc68681.c
r579fc6a3 r70502bc4 331 331 */ 332 332 333 #if 0 333 334 (*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_TX ); 334 335 (*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_RX ); 336 #endif 335 337 336 338 return(RTEMS_SUCCESSFUL); … … 729 731 * mc68681_enable_interrupts 730 732 * 731 * This function initializes the hardware for this port to use interrupts.733 * This function enables specific interrupt sources on the DUART. 732 734 */ 733 735 … … 753 755 ); 754 756 } 755
Note: See TracChangeset
for help on using the changeset viewer.