Changeset 5c491aef in rtems for c/src/lib/libbsp/m68k/mvme162/README
- Timestamp:
- 12/20/95 15:39:19 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c64e4ed4
- Parents:
- 4442d21c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme162/README
r4442d21c r5c491aef 28 28 to follow the future RTEMS versions. I will do my best to provide 29 29 whatever support I can afford time-wise. 30 31 MVME162FX and DMA on the IP bus 32 ------------------------------- 33 34 From Eric Vaitl <eric@viasat.com>: 35 36 If you have any customers that will be using the 162FX, tell them to 37 be careful. The main difference between the 162 and the 162FX is DMA 38 on the IP bus. I spent over a month trying to write a DMA HDLC driver 39 for GreenSprings IP-MP and couldn't get it to work. I talked to some 40 people at GreenSprings, and they agreed that there really is no way to 41 get DMA to work unless you know the size of the packets in advance. 42 Once the IP2 chip DMA controller is given the character count and 43 enabled, it doesn't accept further commands until all of the 44 characters have arrived. The only way to terminate a DMA transfer 45 prematurely is by raising DMAEND* during the last read. None of the IP 46 modules that I know of are currently able to do that. GreenSprings is 47 working on the problem, but nothing is going to available for a few 48 months. 30 49 31 50 Installation
Note: See TracChangeset
for help on using the changeset viewer.