Changeset 03f2154e in rtems for c/src/lib/libbsp/m68k/mvme147s
- Timestamp:
- Apr 22, 1997, 5:20:27 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84ff7c23
- Parents:
- b91726f
- Location:
- c/src/lib/libbsp/m68k/mvme147s
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
rb91726f r03f2154e 3 3 * This include file contains all MVME147 board IO definitions. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.7 * Copyright assigned to U.S. Government, 1994. 8 * 9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * MVME147 port for TNI - Telecom Bretagne -
c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
rb91726f r03f2154e 4 4 * with calling a particular directive from C on this target. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
rb91726f r03f2154e 10 10 * returns - converted address 11 11 * 12 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * All rightsassigned to U.S. Government, 1994.14 * Copyright assigned to U.S. Government, 1994. 15 15 * 16 * Th is material may be reproduced by or for the U.S. Government pursuant17 * t o the copyright license under the clause at DFARS 252.227-7013. This18 * notice must appear in all copies of this file and its derivatives.16 * The license and distribution terms for this file may in 17 * the file LICENSE in this distribution or at 18 * http://www.OARcorp.com/rtems/license.html. 19 19 * 20 20 * MVME147 port for TNI - Telecom Bretagne -
c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
rb91726f r03f2154e 14 14 * interrupt. 15 15 * 16 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.16 * COPYRIGHT (c) 1989-1997. 17 17 * On-Line Applications Research Corporation (OAR). 18 * All rightsassigned to U.S. Government, 1994.18 * Copyright assigned to U.S. Government, 1994. 19 19 * 20 * Th is material may be reproduced by or for the U.S. Government pursuant21 * t o the copyright license under the clause at DFARS 252.227-7013. This22 * notice must appear in all copies of this file and its derivatives.20 * The license and distribution terms for this file may in 21 * the file LICENSE in this distribution or at 22 * http://www.OARcorp.com/rtems/license.html. 23 23 * 24 24 * MVME147 port for TNI - Telecom Bretagne -
c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
rb91726f r03f2154e 7 7 * previous level. 8 8 * 9 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.9 * COPYRIGHT (c) 1989-1997. 10 10 * On-Line Applications Research Corporation (OAR). 11 * All rightsassigned to U.S. Government, 1994.11 * Copyright assigned to U.S. Government, 1994. 12 12 * 13 * Th is material may be reproduced by or for the U.S. Government pursuant14 * t o the copyright license under the clause at DFARS 252.227-7013. This15 * notice must appear in all copies of this file and its derivatives.13 * The license and distribution terms for this file may in 14 * the file LICENSE in this distribution or at 15 * http://www.OARcorp.com/rtems/license.html. 16 16 * 17 17 * $Id$ -
c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
rb91726f r03f2154e 4 4 * this routine OR Shm_clockisr is used in a particular system. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * MVME147 port for TNI - Telecom Bretagne -
c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
rb91726f r03f2154e 10 10 * OUTPUT: NONE 11 11 * 12 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * All rightsassigned to U.S. Government, 1994.15 * 16 * Th is material may be reproduced by or for the U.S. Government pursuant17 * t o the copyright license under the clause at DFARS 252.227-7013. This18 * notice must appear in all copies of this file and its derivatives.14 * Copyright assigned to U.S. Government, 1994. 15 * 16 * The license and distribution terms for this file may in 17 * the file LICENSE in this distribution or at 18 * http://www.OARcorp.com/rtems/license.html. 19 19 * 20 20 * MVME147 port for TNI - Telecom Bretagne -
c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
rb91726f r03f2154e 3 3 * to the Motorola MVME147 boards. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * MVME147 port for TNI - Telecom Bretagne
Note: See TracChangeset
for help on using the changeset viewer.