Ignore:
Timestamp:
08/13/98 15:52:40 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1253f39
Parents:
579fc6a3
Message:

Don't disable the RX/TX on close in polled mode.

Fixed a comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libchip/serial/mc68681.c

    r579fc6a3 r70502bc4  
    331331   */
    332332
     333#if 0
    333334  (*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_TX );
    334335  (*setReg)( pMC68681_port, MC68681_COMMAND, MC68681_MODE_REG_DISABLE_RX );
     336#endif
    335337
    336338  return(RTEMS_SUCCESSFUL);
     
    729731 *  mc68681_enable_interrupts
    730732 *
    731  *  This function initializes the hardware for this port to use interrupts.
     733 *  This function enables specific interrupt sources on the DUART.
    732734 */
    733735
     
    753755  );
    754756}
    755 
Note: See TracChangeset for help on using the changeset viewer.