Changeset 656dabf in rtems
- Timestamp:
- 04/01/99 15:51:14 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5eb7da97
- Parents:
- 414e1b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c
r414e1b3 r656dabf 836 836 if (rxBufList[minor]->next) { 837 837 tmp_buf=rxBufList[minor]->next; 838 free ( rxBufList[minor]->buf);839 free ( rxBufList[minor]);838 free ((void *) rxBufList[minor]->buf); 839 free ((void *) rxBufList[minor]); 840 840 rxBufList[minor]=tmp_buf; 841 841 } … … 883 883 * Put this comment in each module that sets these 2 registers 884 884 */ 885 /* m860.cicr = 0x00e43e80; /* SCaP=SCC1, SCbP=SCC2, SCcP=SCC3, 885 #if 0 886 m860.cicr = 0x00e43e80; /* SCaP=SCC1, SCbP=SCC2, SCcP=SCC3, 886 887 SCdP=SCC4, IRL=1, HP=SCC1, IEN=1 */ 887 /* m860.simask |= M860_SIMASK_LVM1; */ 888 m860.simask |= M860_SIMASK_LVM1; 889 #endif 888 890 889 891 rw_args = (rtems_libio_rw_args_t *) arg;
Note: See TracChangeset
for help on using the changeset viewer.