Changeset 03f2154e in rtems for c/src/lib/libbsp
- Timestamp:
- 04/22/97 17:20:27 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84ff7c23
- Parents:
- b91726f
- Location:
- c/src/lib/libbsp
- Files:
-
- 227 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/a29k/portsw/console/console.c
rb91726f r03f2154e 2 2 * This file contains the template for a console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/a29k/portsw/include/bsp.h
rb91726f r03f2154e 5 5 * XXX : put yours in here 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/a29k/portsw/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c
rb91726f r03f2154e 9 9 * returns - converted address 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c
rb91726f r03f2154e 22 22 * INTERRUPT **** NOT SUPPORTED **** 23 23 * 24 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.24 * COPYRIGHT (c) 1989-1997. 25 25 * On-Line Applications Research Corporation (OAR). 26 * All rightsassigned to U.S. Government, 1994.26 * Copyright assigned to U.S. Government, 1994. 27 27 * 28 * Th is material may be reproduced by or for the U.S. Government pursuant29 * t o the copyright license under the clause at DFARS 252.227-7013. This30 * notice must appear in all copies of this file and its derivatives.28 * The license and distribution terms for this file may in 29 * the file LICENSE in this distribution or at 30 * http://www.OARcorp.com/rtems/license.html. 31 31 * 32 32 * $Id$ -
c/src/lib/libbsp/a29k/portsw/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/a29k/portsw/shmsupp/mpisr.c
rb91726f r03f2154e 1 1 /* Shm_isr_nobsp() 2 2 * 3 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.3 * COPYRIGHT (c) 1989-1997. 4 4 * On-Line Applications Research Corporation (OAR). 5 * All rightsassigned to U.S. Government, 1994.5 * Copyright assigned to U.S. Government, 1994. 6 6 * 7 * Th is material may be reproduced by or for the U.S. Government pursuant8 * t o the copyright license under the clause at DFARS 252.227-7013. This9 * notice must appear in all copies of this file and its derivatives.7 * The license and distribution terms for this file may in 8 * the file LICENSE in this distribution or at 9 * http://www.OARcorp.com/rtems/license.html. 10 10 * 11 11 * $Id$ -
c/src/lib/libbsp/a29k/portsw/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/a29k/portsw/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 * $Id$ -
c/src/lib/libbsp/a29k/portsw/startup/main.c
rb91726f r03f2154e 4 4 * the bsp_start routine to the actual dirty work. 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/a29k/portsw/startup/setvec.c
rb91726f r03f2154e 13 13 * address of previous interrupt handler 14 14 * 15 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * All rightsassigned to U.S. Government, 1994.17 * Copyright assigned to U.S. Government, 1994. 18 18 * 19 * Th is material may be reproduced by or for the U.S. Government pursuant20 * t o the copyright license under the clause at DFARS 252.227-7013. This21 * notice must appear in all copies of this file and its derivatives.19 * The license and distribution terms for this file may in 20 * the file LICENSE in this distribution or at 21 * http://www.OARcorp.com/rtems/license.html. 22 22 * 23 23 * $Id$ -
c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
rb91726f r03f2154e 3 3 * This include file contains all HP PA-RISC simulator 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.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 * $Id$ -
c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h
rb91726f r03f2154e 4 4 * with calling a particular directive from C for 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/hppa1.1/simhppa/shmsupp/addrconv.c
rb91726f r03f2154e 9 9 * returns - converted address 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
rb91726f r03f2154e 24 24 * INTERRUPT BIG 2..4 (on Runway) 25 25 * 26 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.26 * COPYRIGHT (c) 1989-1997. 27 27 * On-Line Applications Research Corporation (OAR). 28 * All rightsassigned to U.S. Government, 1994.28 * Copyright assigned to U.S. Government, 1994. 29 29 * 30 * Th is material may be reproduced by or for the U.S. Government pursuant31 * t o the copyright license under the clause at DFARS 252.227-7013. This32 * notice must appear in all copies of this file and its derivatives.30 * The license and distribution terms for this file may in 31 * the file LICENSE in this distribution or at 32 * http://www.OARcorp.com/rtems/license.html. 33 33 * 34 34 * $Id$ -
c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
rb91726f r03f2154e 9 9 * Output parameters: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/hppa1.1/simhppa/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/hppa1.1/simhppa/shmsupp/mpisr.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c
rb91726f r03f2154e 9 9 * OUTPUT: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
rb91726f r03f2154e 12 12 * OUTPUT: NONE 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.16 * Copyright assigned to U.S. Government, 1994. 17 * 18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c
rb91726f r03f2154e 14 14 * address of previous interrupt handler 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 * $Id$ -
c/src/lib/libbsp/i386/force386/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/i386/force386/console/console.c
rb91726f r03f2154e 2 2 * This file contains the Force CPU386 console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/i386/force386/include/bsp.h
rb91726f r03f2154e 3 3 * This include file definitions related to the Force CPU-386 board. 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 * $Id$ -
c/src/lib/libbsp/i386/force386/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/i386/force386/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 * $Id$ -
c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c
rb91726f r03f2154e 21 21 * INTERRUPT **** NOT SUPPORTED **** 22 22 * 23 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.23 * COPYRIGHT (c) 1989-1997. 24 24 * On-Line Applications Research Corporation (OAR). 25 * All rightsassigned to U.S. Government, 1994.25 * Copyright assigned to U.S. Government, 1994. 26 26 * 27 * Th is material may be reproduced by or for the U.S. Government pursuant28 * t o the copyright license under the clause at DFARS 252.227-7013. This29 * notice must appear in all copies of this file and its derivatives.27 * The license and distribution terms for this file may in 28 * the file LICENSE in this distribution or at 29 * http://www.OARcorp.com/rtems/license.html. 30 30 * 31 31 * $Id$ -
c/src/lib/libbsp/i386/force386/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/i386/force386/shmsupp/mpisr.c
rb91726f r03f2154e 11 11 * Output parameters: NONE 12 12 * 13 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.13 * COPYRIGHT (c) 1989-1997. 14 14 * On-Line Applications Research Corporation (OAR). 15 * All rightsassigned to U.S. Government, 1994.15 * Copyright assigned to U.S. Government, 1994. 16 16 * 17 * Th is material may be reproduced by or for the U.S. Government pursuant18 * t o the copyright license under the clause at DFARS 252.227-7013. This19 * notice must appear in all copies of this file and its derivatives.17 * The license and distribution terms for this file may in 18 * the file LICENSE in this distribution or at 19 * http://www.OARcorp.com/rtems/license.html. 20 20 * 21 21 * $Id$ -
c/src/lib/libbsp/i386/force386/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 * $Id$ -
c/src/lib/libbsp/i386/force386/startup/exit.c
rb91726f r03f2154e 4 4 * This routine returns control to FORCEbug. 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/i386/force386/startup/ldsegs.s
rb91726f r03f2154e 8 8 * is invoked. It returns by jumping back to bspentry. 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/i386/force386/startup/linkcmds
rb91726f r03f2154e 3 3 * to the FORCE CPU386 board. 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 * $Id$ -
c/src/lib/libbsp/i386/force386/startup/setvec.c
rb91726f r03f2154e 12 12 * address of previous interrupt handler 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/i386/force386/timer/timer.c
rb91726f r03f2154e 14 14 * determined when porting or modifying this code. 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 * $Id$ -
c/src/lib/libbsp/i386/force386/timer/timerisr.s
rb91726f r03f2154e 9 9 * Output parameters: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/i386/go32/include/bsp.h
rb91726f r03f2154e 3 3 * This include file definitions related to the ibm386 (go32) board. 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 * $Id$ -
c/src/lib/libbsp/i386/go32/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/i386/go32/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 * $Id$ -
c/src/lib/libbsp/i386/go32/startup/exit.c
rb91726f r03f2154e 4 4 * This routine returns control to DOS. 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/i386/go32/startup/setvec.c
rb91726f r03f2154e 12 12 * address of previous interrupt handler 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/i386/go32/timer/timer.c
rb91726f r03f2154e 10 10 * determined when porting or modifying this code. 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 * $Id$ -
c/src/lib/libbsp/i386/go32/timer/timerisr.s
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/i386/i386ex/clock/ckinit.c
rb91726f r03f2154e 10 10 * Output parameters: 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.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 * $Id$ -
c/src/lib/libbsp/i386/i386ex/console/console.c
rb91726f r03f2154e 2 2 * This file contains the i386ex console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/i386/i386ex/include/bsp.h
rb91726f r03f2154e 2 2 * This include file definitions related to an Intel i386ex board. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.6 * Copyright assigned to U.S. Government, 1994. 7 7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/i386/i386ex/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/i386/i386ex/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 * $Id$ -
c/src/lib/libbsp/i386/i386ex/startup/linkcmds
rb91726f r03f2154e 3 3 * to the Intel 386ex evaluation board. 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 * linkcmds,v 1.0 1995/11/30 16:52:02 Erik Ivanenko -
c/src/lib/libbsp/i386/i386ex/startup/setvec.c
rb91726f r03f2154e 12 12 * address of previous interrupt handler 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/i386/i386ex/timer/timer.c
rb91726f r03f2154e 14 14 * determined when porting or modifying this code. 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 * $Id$ -
c/src/lib/libbsp/i386/i386ex/timer/timerisr.s
rb91726f r03f2154e 9 9 * Output parameters: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/i960/cvme961/console/console.c
rb91726f r03f2154e 2 2 * This file contains the CVME961 console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/i960/cvme961/include/bsp.h
rb91726f r03f2154e 5 5 * same except the 960 uses SRAM and the 961 DRAM. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/i960/cvme961/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/i960/cvme961/shmsupp/addrconv.c
rb91726f r03f2154e 11 11 * returns - converted address 12 12 * 13 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.13 * COPYRIGHT (c) 1989-1997. 14 14 * On-Line Applications Research Corporation (OAR). 15 * All rightsassigned to U.S. Government, 1994.15 * Copyright assigned to U.S. Government, 1994. 16 16 * 17 * Th is material may be reproduced by or for the U.S. Government pursuant18 * t o the copyright license under the clause at DFARS 252.227-7013. This19 * notice must appear in all copies of this file and its derivatives.17 * The license and distribution terms for this file may in 18 * the file LICENSE in this distribution or at 19 * http://www.OARcorp.com/rtems/license.html. 20 20 * 21 21 * $Id$ -
c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c
rb91726f r03f2154e 32 32 * INTERRUPT LITTLE 2-8 33 33 * 34 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.34 * COPYRIGHT (c) 1989-1997. 35 35 * On-Line Applications Research Corporation (OAR). 36 * All rightsassigned to U.S. Government, 1994.36 * Copyright assigned to U.S. Government, 1994. 37 37 * 38 * Th is material may be reproduced by or for the U.S. Government pursuant39 * t o the copyright license under the clause at DFARS 252.227-7013. This40 * notice must appear in all copies of this file and its derivatives.38 * The license and distribution terms for this file may in 39 * the file LICENSE in this distribution or at 40 * http://www.OARcorp.com/rtems/license.html. 41 41 * 42 42 * $Id$ -
c/src/lib/libbsp/i960/cvme961/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/i960/cvme961/shmsupp/mpisr.c
rb91726f r03f2154e 8 8 * before the interrupt request is cleared from IPND (sf0). 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/i960/cvme961/startup/bspclean.c
rb91726f r03f2154e 5 5 * NOTES: DOES NOT RETURN!!! 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/i960/cvme961/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 * $Id$ -
c/src/lib/libbsp/i960/cvme961/startup/exit.c
rb91726f r03f2154e 11 11 * NOTES: DOES NOT RETURN!!! 12 12 * 13 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.13 * COPYRIGHT (c) 1989-1997. 14 14 * On-Line Applications Research Corporation (OAR). 15 * All rightsassigned to U.S. Government, 1994.15 * Copyright assigned to U.S. Government, 1994. 16 16 * 17 * Th is material may be reproduced by or for the U.S. Government pursuant18 * t o the copyright license under the clause at DFARS 252.227-7013. This19 * notice must appear in all copies of this file and its derivatives.17 * The license and distribution terms for this file may in 18 * the file LICENSE in this distribution or at 19 * http://www.OARcorp.com/rtems/license.html. 20 20 * 21 21 * $Id$ -
c/src/lib/libbsp/i960/cvme961/startup/linkcmds
rb91726f r03f2154e 3 3 * to the Cyclone CVME960/CVME961 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 * $Id$ -
c/src/lib/libbsp/i960/cvme961/startup/setvec.c
rb91726f r03f2154e 36 36 * address of previous interrupt handler 37 37 * 38 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.38 * COPYRIGHT (c) 1989-1997. 39 39 * On-Line Applications Research Corporation (OAR). 40 * All rightsassigned to U.S. Government, 1994.40 * Copyright assigned to U.S. Government, 1994. 41 41 * 42 * Th is material may be reproduced by or for the U.S. Government pursuant43 * t o the copyright license under the clause at DFARS 252.227-7013. This44 * notice must appear in all copies of this file and its derivatives.42 * The license and distribution terms for this file may in 43 * the file LICENSE in this distribution or at 44 * http://www.OARcorp.com/rtems/license.html. 45 45 * 46 46 * $Id$ -
c/src/lib/libbsp/i960/cvme961/timer/timer.c
rb91726f r03f2154e 16 16 * determined when porting or modifying this code. 17 17 * 18 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * All rightsassigned to U.S. Government, 1994.20 * Copyright assigned to U.S. Government, 1994. 21 21 * 22 * Th is material may be reproduced by or for the U.S. Government pursuant23 * t o the copyright license under the clause at DFARS 252.227-7013. This24 * notice must appear in all copies of this file and its derivatives.22 * The license and distribution terms for this file may in 23 * the file LICENSE in this distribution or at 24 * http://www.OARcorp.com/rtems/license.html. 25 25 * 26 26 * $Id$ -
c/src/lib/libbsp/i960/cvme961/timer/timerisr.s
rb91726f r03f2154e 10 10 * Output parameters: 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.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 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/console/console.c
rb91726f r03f2154e 2 2 * This file contains the DMV152 console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/include/bsp.h
rb91726f r03f2154e 3 3 * This include file contains all DMV152 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.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 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/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/dmv152/spurious/spinit.c
rb91726f r03f2154e 10 10 * On-Line Applications Research Corporation (OAR). 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/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 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
rb91726f r03f2154e 3 3 * to the DY-4 DMV152/SVME153 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 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c
rb91726f r03f2154e 3 3 * VMEbus support routines for the DMV152. 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 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/timer/timer.c
rb91726f r03f2154e 8 8 * determined when porting or modifying this code. 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s
rb91726f r03f2154e 9 9 * Output parameters: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/m68k/efi332/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/efi332/console/console.c
rb91726f r03f2154e 2 2 * This file contains the efi332 console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/m68k/efi332/include/bsp.h
rb91726f r03f2154e 3 3 * This include file contains all efi332 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.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 * $Id$ -
c/src/lib/libbsp/m68k/efi332/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/m68k/efi332/misc/interr.c
rb91726f r03f2154e 2 2 * Internal Error Handler 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.6 * Copyright assigned to U.S. Government, 1994. 7 7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/m68k/efi332/spurious/spinit.c
rb91726f r03f2154e 10 10 * On-Line Applications Research Corporation (OAR). 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/m68k/efi332/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/efi332/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 * $Id$ -
c/src/lib/libbsp/m68k/efi332/timer/timer.c
rb91726f r03f2154e 10 10 * determined when porting or modifying this code. 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 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/console/console.c
rb91726f r03f2154e 2 2 * This file contains the efi68k console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/include/bsp.h
rb91726f r03f2154e 3 3 * This include file contains all efi68k 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.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 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c
rb91726f r03f2154e 10 10 * On-Line Applications Research Corporation (OAR). 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/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 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
rb91726f r03f2154e 12 12 * address of previous interrupt handler 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/m68k/efi68k/timer/timer.c
rb91726f r03f2154e 10 10 * determined when porting or modifying this code. 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 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/console/console.c
rb91726f r03f2154e 2 2 * Initialize the MC68302 SCC2 for console IO board support package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/include/bsp.h
rb91726f r03f2154e 5 5 * XXX : put yours in here 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/start/start302.s
rb91726f r03f2154e 6 6 * all initialization. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.10 * Copyright assigned to U.S. Government, 1994. 11 * 12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/start302/start302.s
rb91726f r03f2154e 6 6 * all initialization. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.10 * Copyright assigned to U.S. Government, 1994. 11 * 12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/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 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
rb91726f r03f2154e 3 3 * to the Generic MC68302 board. 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 * $Id$ -
c/src/lib/libbsp/m68k/gen68302/timer/timer.c
rb91726f r03f2154e 10 10 * determined when porting or modifying this code. 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 * $Id$ -
c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c
rb91726f r03f2154e 22 22 * Output parameters: NONE 23 23 * 24 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.24 * COPYRIGHT (c) 1989-1997. 25 25 * On-Line Applications Research Corporation (OAR). 26 * All rightsassigned to U.S. Government, 1994.26 * Copyright assigned to U.S. Government, 1994. 27 27 * 28 * Th is material may be reproduced by or for the U.S. Government pursuant29 * t o the copyright license under the clause at DFARS 252.227-7013. This30 * notice must appear in all copies of this file and its derivatives.28 * The license and distribution terms for this file may in 29 * the file LICENSE in this distribution or at 30 * http://www.OARcorp.com/rtems/license.html. 31 31 */ 32 32 -
c/src/lib/libbsp/m68k/gen68360/console/console.c
rb91726f r03f2154e 16 16 /* 17 17 * 18 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * All rightsassigned to U.S. Government, 1994.21 * 22 * Th is material may be reproduced by or for the U.S. Government pursuant23 * t o the copyright license under the clause at DFARS 252.227-7013. This24 * notice must appear in all copies of this file and its derivatives.20 * Copyright assigned to U.S. Government, 1994. 21 * 22 * The license and distribution terms for this file may in 23 * the file LICENSE in this distribution or at 24 * http://www.OARcorp.com/rtems/license.html. 25 25 */ 26 26 -
c/src/lib/libbsp/m68k/gen68360/include/bsp.h
rb91726f r03f2154e 16 16 /* bsp.h 17 17 * 18 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * All rightsassigned to U.S. Government, 1994.20 * Copyright assigned to U.S. Government, 1994. 21 21 * 22 * Th is material may be reproduced by or for the U.S. Government pursuant23 * t o the copyright license under the clause at DFARS 252.227-7013. This24 * notice must appear in all copies of this file and its derivatives.22 * The license and distribution terms for this file may in 23 * the file LICENSE in this distribution or at 24 * http://www.OARcorp.com/rtems/license.html. 25 25 */ 26 26 -
c/src/lib/libbsp/m68k/gen68360/start/start360.s
rb91726f r03f2154e 6 6 * all initialization. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.10 * Copyright assigned to U.S. Government, 1994. 11 * 12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * Based on the `gen68302' board support package, and covered by the -
c/src/lib/libbsp/m68k/gen68360/start360/start360.s
rb91726f r03f2154e 6 6 * all initialization. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.10 * Copyright assigned to U.S. Government, 1994. 11 * 12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * Based on the `gen68302' board support package, and covered by the -
c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/gen68360/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 * $Id$ -
c/src/lib/libbsp/m68k/gen68360/timer/timer.c
rb91726f r03f2154e 27 27 * determined when porting or modifying this code. 28 28 * 29 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.29 * COPYRIGHT (c) 1989-1997. 30 30 * On-Line Applications Research Corporation (OAR). 31 * All rightsassigned to U.S. Government, 1994.31 * Copyright assigned to U.S. Government, 1994. 32 32 * 33 * Th is material may be reproduced by or for the U.S. Government pursuant34 * t o the copyright license under the clause at DFARS 252.227-7013. This35 * notice must appear in all copies of this file and its derivatives.33 * The license and distribution terms for this file may in 34 * the file LICENSE in this distribution or at 35 * http://www.OARcorp.com/rtems/license.html. 36 36 */ 37 37 -
c/src/lib/libbsp/m68k/idp/clock/ckinit.c
rb91726f r03f2154e 14 14 * Output parameters: NONE 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 * $Id$ -
c/src/lib/libbsp/m68k/idp/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/m68k/idp/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 * $Id$ -
c/src/lib/libbsp/m68k/idp/timer/timer.c
rb91726f r03f2154e 16 16 * Code Modified for the MC68230 by Doug McBride, Colorado Space Grant College 17 17 * 18 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * All rightsassigned to U.S. Government, 1994.20 * Copyright assigned to U.S. Government, 1994. 21 21 * 22 * Th is material may be reproduced by or for the U.S. Government pursuant23 * t o the copyright license under the clause at DFARS 252.227-7013. This24 * notice must appear in all copies of this file and its derivatives.22 * The license and distribution terms for this file may in 23 * the file LICENSE in this distribution or at 24 * http://www.OARcorp.com/rtems/license.html. 25 25 * 26 26 * $Id$ -
c/src/lib/libbsp/m68k/idp/timer/timerisr.s
rb91726f r03f2154e 12 12 * Output parameters: NONE 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/console/console.c
rb91726f r03f2154e 2 2 * This file contains the MVME136 console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/include/bsp.h
rb91726f r03f2154e 3 3 * This include file contains all MVME136 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.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 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/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/mvme136/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 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
rb91726f r03f2154e 23 23 * INTERRUPT LITTLE 2-8 24 24 * 25 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.25 * COPYRIGHT (c) 1989-1997. 26 26 * On-Line Applications Research Corporation (OAR). 27 * All rightsassigned to U.S. Government, 1994.27 * Copyright assigned to U.S. Government, 1994. 28 28 * 29 * Th is material may be reproduced by or for the U.S. Government pursuant30 * t o the copyright license under the clause at DFARS 252.227-7013. This31 * notice must appear in all copies of this file and its derivatives.29 * The license and distribution terms for this file may in 30 * the file LICENSE in this distribution or at 31 * http://www.OARcorp.com/rtems/license.html. 32 32 * 33 33 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/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/mvme136/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 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
rb91726f r03f2154e 2 2 * This routine returns control to 135Bug. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.6 * Copyright assigned to U.S. Government, 1994. 7 7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/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 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
rb91726f r03f2154e 3 3 * to the Motorola MVME136/MVME135 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 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/timer/timer.c
rb91726f r03f2154e 14 14 * determined when porting or modifying this code. 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 * $Id$ -
c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s
rb91726f r03f2154e 9 9 * Output parameters: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * MVME147 port for TNI - Telecom Bretagne -
c/src/lib/libbsp/m68k/mvme147/console/console.c
rb91726f r03f2154e 2 2 * This file contains the MVME147 console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * MVME147 port for TNI - Telecom Bretagne -
c/src/lib/libbsp/m68k/mvme147/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.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 -
c/src/lib/libbsp/m68k/mvme147/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/mvme147/startup/bspclean.c
rb91726f r03f2154e 2 2 * This routine returns control to 147Bug. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.6 * Copyright assigned to U.S. Government, 1994. 7 7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * MVME147 port for TNI - Telecom Bretagne -
c/src/lib/libbsp/m68k/mvme147/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/mvme147/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 -
c/src/lib/libbsp/m68k/mvme147/timer/timer.c
rb91726f r03f2154e 10 10 * determined when porting or modifying this code. 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/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 -
c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * Modifications of respective RTEMS file: COPYRIGHT (c) 1994. -
c/src/lib/libbsp/m68k/mvme162/console/console.c
rb91726f r03f2154e 2 2 * This file contains the MVME162 console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * Modifications of respective RTEMS file: COPYRIGHT (c) 1994. -
c/src/lib/libbsp/m68k/mvme162/include/bsp.h
rb91726f r03f2154e 3 3 * This include file contains all MVME162fx 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 * Modifications of respective RTEMS file: COPYRIGHT (c) 1994. -
c/src/lib/libbsp/m68k/mvme162/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/mvme162/startup/bspclean.c
rb91726f r03f2154e 2 2 * This routine returns control to 162Bug. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.6 * Copyright assigned to U.S. Government, 1994. 7 7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * -
c/src/lib/libbsp/m68k/mvme162/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 * Modifications of respective RTEMS file: COPYRIGHT (c) 1994. -
c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
rb91726f r03f2154e 3 3 * to the Motorola MVME162 board. 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 * Modifications of respective RTEMS file: COPYRIGHT (c) 1994. -
c/src/lib/libbsp/m68k/mvme162/timer/timer.c
rb91726f r03f2154e 14 14 * determined when porting or modifying this code. 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 * Modifications of respective RTEMS file: COPYRIGHT (c) 1994. -
c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s
rb91726f r03f2154e 9 9 * Output parameters: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * Modifications of respective RTEMS file: COPYRIGHT (c) 1994. -
c/src/lib/libbsp/m68k/shared/setvec.c
rb91726f r03f2154e 8 8 * source, then this routine should be customized to support that. 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994,1997.10 * COPYRIGHT (c) 1989-1997. 1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/mips/p4000/console/console.c
rb91726f r03f2154e 19 19 * Derived from c/src/lib/libbsp/no_cpu/no_bsp/console/console.c: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.23 * Copyright assigned to U.S. Government, 1994. 24 * 25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * $Id$ -
c/src/lib/libbsp/mips/p4000/include/bsp.h
rb91726f r03f2154e 5 5 * XXX : put yours in here 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/mips/p4000/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/mips/p4000/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/mips/p4000/startup/setvec.c
rb91726f r03f2154e 13 13 * address of previous interrupt handler 14 14 * 15 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * All rightsassigned to U.S. Government, 1994.17 * Copyright assigned to U.S. Government, 1994. 18 18 * 19 * Th is material may be reproduced by or for the U.S. Government pursuant20 * t o the copyright license under the clause at DFARS 252.227-7013. This21 * notice must appear in all copies of this file and its derivatives.19 * The license and distribution terms for this file may in 20 * the file LICENSE in this distribution or at 21 * http://www.OARcorp.com/rtems/license.html. 22 22 * 23 23 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/console/console.c
rb91726f r03f2154e 19 19 * Derived from c/src/lib/libbsp/no_cpu/no_bsp/console/console.c: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.23 * Copyright assigned to U.S. Government, 1994. 24 * 25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
rb91726f r03f2154e 5 5 * XXX : put yours in here 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c
rb91726f r03f2154e 13 13 * address of previous interrupt handler 14 14 * 15 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * All rightsassigned to U.S. Government, 1994.17 * Copyright assigned to U.S. Government, 1994. 18 18 * 19 * Th is material may be reproduced by or for the U.S. Government pursuant20 * t o the copyright license under the clause at DFARS 252.227-7013. This21 * notice must appear in all copies of this file and its derivatives.19 * The license and distribution terms for this file may in 20 * the file LICENSE in this distribution or at 21 * http://www.OARcorp.com/rtems/license.html. 22 22 * 23 23 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
rb91726f r03f2154e 3 3 * This file provides a template for the clock device driver initialization. 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 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
rb91726f r03f2154e 2 2 * This file contains the template for a console IO package. 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
rb91726f r03f2154e 5 5 * XXX : put yours in here 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
rb91726f r03f2154e 9 9 * returns - converted address 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
rb91726f r03f2154e 22 22 * INTERRUPT **** NOT SUPPORTED **** 23 23 * 24 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.24 * COPYRIGHT (c) 1989-1997. 25 25 * On-Line Applications Research Corporation (OAR). 26 * All rightsassigned to U.S. Government, 1994.26 * Copyright assigned to U.S. Government, 1994. 27 27 * 28 * Th is material may be reproduced by or for the U.S. Government pursuant29 * t o the copyright license under the clause at DFARS 252.227-7013. This30 * notice must appear in all copies of this file and its derivatives.28 * The license and distribution terms for this file may in 29 * the file LICENSE in this distribution or at 30 * http://www.OARcorp.com/rtems/license.html. 31 31 * 32 32 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/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/no_cpu/no_bsp/shmsupp/mpisr.c
rb91726f r03f2154e 1 1 /* Shm_isr_nobsp() 2 2 * 3 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.3 * COPYRIGHT (c) 1989-1997. 4 4 * On-Line Applications Research Corporation (OAR). 5 * All rightsassigned to U.S. Government, 1994.5 * Copyright assigned to U.S. Government, 1994. 6 6 * 7 * Th is material may be reproduced by or for the U.S. Government pursuant8 * t o the copyright license under the clause at DFARS 252.227-7013. This9 * notice must appear in all copies of this file and its derivatives.7 * The license and distribution terms for this file may in 8 * the file LICENSE in this distribution or at 9 * http://www.OARcorp.com/rtems/license.html. 10 10 * 11 11 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/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 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
rb91726f r03f2154e 3 3 * to the FORCE CPU386 board. 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 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c
rb91726f r03f2154e 4 4 * the bsp_start routine to the actual dirty work. 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/no_cpu/no_bsp/startup/setvec.c
rb91726f r03f2154e 13 13 * address of previous interrupt handler 14 14 * 15 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * All rightsassigned to U.S. Government, 1994.17 * Copyright assigned to U.S. Government, 1994. 18 18 * 19 * Th is material may be reproduced by or for the U.S. Government pursuant20 * t o the copyright license under the clause at DFARS 252.227-7013. This21 * notice must appear in all copies of this file and its derivatives.19 * The license and distribution terms for this file may in 20 * the file LICENSE in this distribution or at 21 * http://www.OARcorp.com/rtems/license.html. 22 22 * 23 23 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
rb91726f r03f2154e 9 9 * determined when porting or modifying this code. 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
rb91726f r03f2154e 14 14 * the accuracy of the Timing Test Suite. 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 * $Id$ -
c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
rb91726f r03f2154e 20 20 * Derived from c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h 21 21 * 22 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.22 * COPYRIGHT (c) 1989-1997. 23 23 * On-Line Applications Research Corporation (OAR). 24 * All rightsassigned to U.S. Government, 1994.24 * Copyright assigned to U.S. Government, 1994. 25 25 * 26 * Th is material may be reproduced by or for the U.S. Government pursuant27 * t o the copyright license under the clause at DFARS 252.227-7013. This28 * notice must appear in all copies of this file and its derivatives.26 * The license and distribution terms for this file may in 27 * the file LICENSE in this distribution or at 28 * http://www.OARcorp.com/rtems/license.html. 29 29 * 30 30 * $Id$ -
c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
rb91726f r03f2154e 25 25 * Derived from c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c: 26 26 * 27 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.27 * COPYRIGHT (c) 1989-1997. 28 28 * On-Line Applications Research Corporation (OAR). 29 * All rightsassigned to U.S. Government, 1994.29 * Copyright assigned to U.S. Government, 1994. 30 30 * 31 * Th is material may be reproduced by or for the U.S. Government pursuant32 * t o the copyright license under the clause at DFARS 252.227-7013. This33 * notice must appear in all copies of this file and its derivatives.31 * The license and distribution terms for this file may in 32 * the file LICENSE in this distribution or at 33 * http://www.OARcorp.com/rtems/license.html. 34 34 * 35 35 * $Id$ -
c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
rb91726f r03f2154e 27 27 * Derived from c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c: 28 28 * 29 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.29 * COPYRIGHT (c) 1989-1997. 30 30 * On-Line Applications Research Corporation (OAR). 31 * All rightsassigned to U.S. Government, 1994.32 * 33 * Th is material may be reproduced by or for the U.S. Government pursuant34 * t o the copyright license under the clause at DFARS 252.227-7013. This35 * notice must appear in all copies of this file and its derivatives.31 * Copyright assigned to U.S. Government, 1994. 32 * 33 * The license and distribution terms for this file may in 34 * the file LICENSE in this distribution or at 35 * http://www.OARcorp.com/rtems/license.html. 36 36 * 37 37 * $Id$ -
c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
rb91726f r03f2154e 30 30 * Derived from c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c: 31 31 * 32 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.32 * COPYRIGHT (c) 1989-1997. 33 33 * On-Line Applications Research Corporation (OAR). 34 * All rightsassigned to U.S. Government, 1994.34 * Copyright assigned to U.S. Government, 1994. 35 35 * 36 * Th is material may be reproduced by or for the U.S. Government pursuant37 * t o the copyright license under the clause at DFARS 252.227-7013. This38 * notice must appear in all copies of this file and its derivatives.36 * The license and distribution terms for this file may in 37 * the file LICENSE in this distribution or at 38 * http://www.OARcorp.com/rtems/license.html. 39 39 * 40 40 * $Id$ -
c/src/lib/libbsp/shared/sbrk.c
rb91726f r03f2154e 7 7 * implementation which raises an error. 8 8 * 9 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994,1997.9 * COPYRIGHT (c) 1989-1997. 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/shmdr/addlq.c
rb91726f r03f2154e 9 9 * Output parameters: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/shmdr/cnvpkt.c
rb91726f r03f2154e 14 14 * Endian conversion is currently the only conversion. 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 * $Id$ -
c/src/lib/libbsp/shmdr/dump.c
rb91726f r03f2154e 7 7 * Output parameters: NONE 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/shmdr/fatal.c
rb91726f r03f2154e 8 8 * Output parameters: NEVER RETURNS 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/shmdr/getlq.c
rb91726f r03f2154e 11 11 * - NULL if no envelopes on specified queue 12 12 * 13 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.13 * COPYRIGHT (c) 1989-1997. 14 14 * On-Line Applications Research Corporation (OAR). 15 * All rightsassigned to U.S. Government, 1994.15 * Copyright assigned to U.S. Government, 1994. 16 16 * 17 * Th is material may be reproduced by or for the U.S. Government pursuant18 * t o the copyright license under the clause at DFARS 252.227-7013. This19 * notice must appear in all copies of this file and its derivatives.17 * The license and distribution terms for this file may in 18 * the file LICENSE in this distribution or at 19 * http://www.OARcorp.com/rtems/license.html. 20 20 * 21 21 * $Id$ -
c/src/lib/libbsp/shmdr/getpkt.c
rb91726f r03f2154e 10 10 * *(cpb->get_packet) - address of allocated packet 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 * $Id$ -
c/src/lib/libbsp/shmdr/init.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.12 * Copyright assigned to U.S. Government, 1994. 13 * 14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/shmdr/initlq.c
rb91726f r03f2154e 10 10 * Output parameters: 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.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 * $Id$ -
c/src/lib/libbsp/shmdr/intr.c
rb91726f r03f2154e 13 13 * Output parameters: NONE 14 14 * 15 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * All rightsassigned to U.S. Government, 1994.17 * Copyright assigned to U.S. Government, 1994. 18 18 * 19 * Th is material may be reproduced by or for the U.S. Government pursuant20 * t o the copyright license under the clause at DFARS 252.227-7013. This21 * notice must appear in all copies of this file and its derivatives.19 * The license and distribution terms for this file may in 20 * the file LICENSE in this distribution or at 21 * http://www.OARcorp.com/rtems/license.html. 22 22 * 23 23 * $Id$ -
c/src/lib/libbsp/shmdr/mpci.h
rb91726f r03f2154e 5 5 * sole mechanism for MPCI. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/shmdr/mpisr.c
rb91726f r03f2154e 1 1 /* _Shm_isr() 2 2 * 3 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.3 * COPYRIGHT (c) 1989-1997. 4 4 * On-Line Applications Research Corporation (OAR). 5 * All rightsassigned to U.S. Government, 1994.5 * Copyright assigned to U.S. Government, 1994. 6 6 * 7 * Th is material may be reproduced by or for the U.S. Government pursuant8 * t o the copyright license under the clause at DFARS 252.227-7013. This9 * notice must appear in all copies of this file and its derivatives.7 * The license and distribution terms for this file may in 8 * the file LICENSE in this distribution or at 9 * http://www.OARcorp.com/rtems/license.html. 10 10 * 11 11 * $Id$ -
c/src/lib/libbsp/shmdr/poll.c
rb91726f r03f2154e 9 9 * Output parameters: NONE 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.13 * Copyright assigned to U.S. Government, 1994. 14 14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/lib/libbsp/shmdr/receive.c
rb91726f r03f2154e 12 12 * NULL if no packet currently available 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/shmdr/retpkt.c
rb91726f r03f2154e 10 10 * Output parameters: 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.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 * $Id$ -
c/src/lib/libbsp/shmdr/send.c
rb91726f r03f2154e 12 12 * Output parameters: NONE 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/shmdr/setckvec.c
rb91726f r03f2154e 8 8 * OUTPUT PARAMETERS: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/shmdr/shm.h
rb91726f r03f2154e 7 7 * Processor board dependencies are in other files. 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.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.11 * Copyright assigned to U.S. Government, 1994. 12 * 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/shmdr/shm_driver.h
rb91726f r03f2154e 7 7 * Processor board dependencies are in other files. 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.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.11 * Copyright assigned to U.S. Government, 1994. 12 * 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/sparc/erc32/clock/ckinit.c
rb91726f r03f2154e 8 8 * microseconds per tick. 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.12 * Copyright assigned to U.S. Government, 1994.