Changeset 03f2154e in rtems for c/src/lib/libbsp/a29k/portsw
- Timestamp:
- Apr 22, 1997, 5:20:27 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84ff7c23
- Parents:
- b91726f
- Location:
- c/src/lib/libbsp/a29k/portsw
- Files:
-
- 11 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$
Note: See TracChangeset
for help on using the changeset viewer.