Changeset 8cc4a27 in rtems


Ignore:
Timestamp:
04/22/04 13:33:37 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
89c86764
Parents:
2ee14950
Message:

2004-04-22 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
Location:
c/src/lib/libbsp/i960
Files:
3 added
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i960/cvme961/ChangeLog

    r2ee14950 r8cc4a27  
     12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * include/bsp.h: Split out tmtest27 support.
     4        * include/tm27.h: New.
     5
    162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • c/src/lib/libbsp/i960/cvme961/include/bsp.h

    r2ee14950 r8cc4a27  
    3838/* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */
    3939#define CONFIGURE_INTERRUPT_STACK_MEMORY  (4 * 1024)
    40 
    41 /*
    42  *  Define the interrupt mechanism for Time Test 27
    43  *
    44  *  NOTE: Following are for i960CA and are board independent
    45  *
    46  */
    47 
    48 #define MUST_WAIT_FOR_INTERRUPT 0
    49 
    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()
    5740
    5841/*
  • c/src/lib/libbsp/i960/i960sim/ChangeLog

    r2ee14950 r8cc4a27  
     12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * include/bsp.h: Split out tmtest27 support.
     4        * include/tm27.h: New.
     5
    162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • c/src/lib/libbsp/i960/i960sim/include/bsp.h

    r2ee14950 r8cc4a27  
    2727#include <rtems/console.h>
    2828#include <rtems/clockdrv.h>
    29 
    30 /*
    31  *  Define the interrupt mechanism for Time Test 27
    32  *
    33  *  NOTE: Following are for i960CA and are board independent
    34  *
    35  */
    36 
    37 #define MUST_WAIT_FOR_INTERRUPT 0
    38 
    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()
    4629
    4730/* Constants */
  • c/src/lib/libbsp/i960/rxgen960/ChangeLog

    r2ee14950 r8cc4a27  
     12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * include/bsp.h: Split out tmtest27 support.
     4        * include/tm27.h: New.
     5
    162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • c/src/lib/libbsp/i960/rxgen960/include/bsp.h

    r2ee14950 r8cc4a27  
    3737/* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */
    3838#define CONFIGURE_INTERRUPT_STACK_MEMORY  (8 * 1024)
    39 
    40 /*
    41  *  Define the interrupt mechanism for Time Test 27
    42  *
    43  *  NOTE: Following are for i960CA and are board independent
    44  *
    45  */
    46 
    47 #define MUST_WAIT_FOR_INTERRUPT 0
    48 
    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()
    5639
    5740/*
Note: See TracChangeset for help on using the changeset viewer.