source: rtems/c/src/lib/libbsp/shared/vmeUniverse/README.universe @ 6fae458

4.104.114.84.95
Last change on this file since 6fae458 was 6fae458, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 17:04:40

2001-05-14 Till Straumann <strauman@…>

  • vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: New files.
  • Makefile.am: Modified to reflect addition of files.
  • Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge to libbsp/shared. NOTE: This driver is maintained _outside_ RTEMS by Till. Please forward future modifications to him.
  • Property mode set to 100644
File size: 669 bytes
RevLine 
[6fae458]1The universe II driver is in a separate subdir
2because it is maintained at SSRL outside of the
3rtems CVS tree (it supports other OSes as well)
4
5Till Straumann <strauman@slac.stanford.edu> 1/2002
6
7NOTES:
8This driver is maintained _outside_ rtems.
9Please forward future modifications to me.
10
11A BSP that wants to use the vmeUniverse driver
12must implement the following headers / functionality:
13 - <bsp/pci.h> offering an API like 'libbsp/powerpc/shared/pci'
14 - <bsp/irq.h> offering the 'new style' RTEMS irq API
15   (like 'libbsp/powerpc/shared/irq').
16
17The BSP should then use "VPATH magic" (to use Joel's
18words :-) to reach the vmeUniverse.* files in the
19universe subdir.
Note: See TracBrowser for help on using the repository browser.