Changeset 35ece2e in rtems for c

Timestamp:
02/11/00 15:21:40 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
562e7ed1
Parents:
1249edfa
Message:

Patch from Eric Norum <eric@…> based on working with
Bob Wisdon <bobwis@…> and Chris Johns <ccj@…>
to resolve a random network lockup problem.

ckinit.c:

Occasional network lockups have been noted when the PIT has a higher
interrupt request level than the CPM. The SCC1 bit in the CISR is set
even though the SCC1 interrupt handler is not active. This blocks
interrupts from SCC1 (and all other CPM sources) and locks up the
system. It has not been determined whether the error is within the
68360 or in the RTEMS interrupt support assembler code. The solution,
for now, is to set both PIT and CPM interrupt request levels to the same
value (4).

network.c:

Set CPM transmitter buffer pointer (_tbptr) to beginning of frame
before restarting transmitter. Don't retire transmitter buffer
descriptors belonging to the restarted frame.

(No files)

Note: See TracChangeset for help on using the changeset viewer.