Changeset 8cc4a27 in rtems
- Timestamp:
- 04/22/04 13:33:37 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 89c86764
- Parents:
- 2ee14950
- Location:
- c/src/lib/libbsp/i960
- Files:
-
- 3 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/cvme961/ChangeLog
r2ee14950 r8cc4a27 1 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Split out tmtest27 support. 4 * include/tm27.h: New. 5 1 6 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/i960/cvme961/include/bsp.h
r2ee14950 r8cc4a27 38 38 /* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */ 39 39 #define CONFIGURE_INTERRUPT_STACK_MEMORY (4 * 1024) 40 41 /*42 * Define the interrupt mechanism for Time Test 2743 *44 * NOTE: Following are for i960CA and are board independent45 *46 */47 48 #define MUST_WAIT_FOR_INTERRUPT 049 50 #define Install_tm27_vector( handler ) set_vector( (handler), 6, 1 )51 52 #define Cause_tm27_intr() i960_cause_intr( 0x62 )53 54 #define Clear_tm27_intr() i960_clear_intr( 6 )55 56 #define Lower_tm27_intr()57 40 58 41 /* -
c/src/lib/libbsp/i960/i960sim/ChangeLog
r2ee14950 r8cc4a27 1 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Split out tmtest27 support. 4 * include/tm27.h: New. 5 1 6 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/i960/i960sim/include/bsp.h
r2ee14950 r8cc4a27 27 27 #include <rtems/console.h> 28 28 #include <rtems/clockdrv.h> 29 30 /*31 * Define the interrupt mechanism for Time Test 2732 *33 * NOTE: Following are for i960CA and are board independent34 *35 */36 37 #define MUST_WAIT_FOR_INTERRUPT 038 39 #define Install_tm27_vector( handler ) /* set_vector( (handler), 6, 1 ) */40 41 #define Cause_tm27_intr() /* i960_cause_intr( 0x62 ) */42 43 #define Clear_tm27_intr() /* i960_clear_intr( 6 ) */44 45 #define Lower_tm27_intr()46 29 47 30 /* Constants */ -
c/src/lib/libbsp/i960/rxgen960/ChangeLog
r2ee14950 r8cc4a27 1 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Split out tmtest27 support. 4 * include/tm27.h: New. 5 1 6 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/i960/rxgen960/include/bsp.h
r2ee14950 r8cc4a27 37 37 /* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */ 38 38 #define CONFIGURE_INTERRUPT_STACK_MEMORY (8 * 1024) 39 40 /*41 * Define the interrupt mechanism for Time Test 2742 *43 * NOTE: Following are for i960CA and are board independent44 *45 */46 47 #define MUST_WAIT_FOR_INTERRUPT 048 49 #define Install_tm27_vector( handler ) set_vector( (handler), 6, 1 )50 51 #define Cause_tm27_intr() i960_cause_intr( 0x62 )52 53 #define Clear_tm27_intr() i960_clear_intr( 6 )54 55 #define Lower_tm27_intr()56 39 57 40 /*
Note: See TracChangeset
for help on using the changeset viewer.