Changeset 1fc35374 in rtems
- Timestamp:
- 10/12/01 21:07:45 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dc90de4
- Parents:
- 0b48b35
- Location:
- c/src/lib/libbsp/i960/rxgen960
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/rxgen960/ChangeLog
r0b48b35 r1fc35374 1 2001-10-12 Joel Sherrill <joel@OARcorp.com> 2 3 * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c, 4 startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S: 5 Fixed typo. 6 1 7 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c
r0b48b35 r1fc35374 11 11 * RAMiX Inc 1999 12 12 * On-Line Applications Research Corporation (OAR). 13 * Copyright assigned to U.S. Government, 1994.14 13 * 15 14 * The license and distribution terms for this file may in -
c/src/lib/libbsp/i960/rxgen960/console/console.c
r0b48b35 r1fc35374 4 4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may in -
c/src/lib/libbsp/i960/rxgen960/include/bsp.h
r0b48b35 r1fc35374 6 6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * Copyright assigned to U.S. Government, 1994.9 8 * 10 9 * The license and distribution terms for this file may in -
c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c
r0b48b35 r1fc35374 12 12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * Copyright assigned to U.S. Government, 1994.15 14 * 16 15 * The license and distribution terms for this file may in -
c/src/lib/libbsp/i960/rxgen960/startup/exit.c
r0b48b35 r1fc35374 13 13 * COPYRIGHT (c) 1989-1997. 14 14 * On-Line Applications Research Corporation (OAR). 15 * Copyright assigned to U.S. Government, 1994.16 15 * 17 16 * The license and distribution terms for this file may in -
c/src/lib/libbsp/i960/rxgen960/startup/setvec.c
r0b48b35 r1fc35374 15 15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * Copyright assigned to U.S. Government, 1994.18 17 * 19 18 * The license and distribution terms for this file may in -
c/src/lib/libbsp/i960/rxgen960/timer/timer.c
r0b48b35 r1fc35374 18 18 * COPYRIGHT (c) 1989-1997. 19 19 * On-Line Applications Research Corporation (OAR). 20 * Copyright assigned to U.S. Government, 1994.21 20 * 22 21 * The license and distribution terms for this file may in -
c/src/lib/libbsp/i960/rxgen960/timer/timerisr.S
r0b48b35 r1fc35374 12 12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * Copyright assigned to U.S. Government, 1994.15 14 * 16 15 * The license and distribution terms for this file may in
Note: See TracChangeset
for help on using the changeset viewer.