Changeset 63b96b9 in rtems
- Timestamp:
- 04/12/99 15:21:43 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ee3f8b8
- Parents:
- 936ae5d
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/mpc821/console-generic/console-generic.c
r936ae5d r63b96b9 418 418 M821_BD_INTERRUPT; 419 419 RxBd[port-1]->length = 0; 420 RxBd[port +3]->buffer = malloc(RXBUFSIZE);420 RxBd[port-1]->buffer = malloc(RXBUFSIZE); 421 421 422 422 /* -
c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c
r936ae5d r63b96b9 432 432 M860_BD_INTERRUPT; 433 433 RxBd[port-1]->length = 0; 434 RxBd[port +3]->buffer = malloc(RXBUFSIZE);434 RxBd[port-1]->buffer = malloc(RXBUFSIZE); 435 435 436 436 /*
Note: See TracChangeset
for help on using the changeset viewer.