Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 5 and Version 6 of Projects/BusSpaceAPI


Ignore:
Timestamp:
07/03/11 06:37:15 (13 years ago)
Author:
ChrisJohns
Comment:

Add reference to the paper.

Legend:

Unmodified
Added
Removed
Modified
  • Projects/BusSpaceAPI

    v5 v6  
    1111
    1212'''Introduction:''' We need an score API similar to the [http://www.freebsd.org/cgi/man.cgi?query=bus_space&sektion=9&apropos=0&manpath=FreeBSD+8.2-RELEASE BSD bus_space API]. On to this we map the BSD API. We can then port BSD drivers and map them to RTEMS.
     13
     14The bus_space API comes from NetBSD and is documented in the this paper [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.48.9329 A Machine-Independent DMA Framework for NetBSD (1998)]
    1315
    1416'''Goal:''' TODO: Concise statement of the overall goal of the project. Refine this initial statement to include: project deliverables (code, docs, testing), required/suggested methodology, standards of quality, possible goal extensions beyond the main objective.