Changeset 59097e7 in rtems
- Timestamp:
- Apr 18, 1997, 6:38:19 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1d61610
- Parents:
- 7e7143e
- Location:
- c/src/lib/libbsp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/go32/timer/timerisr.s
r7e7143e r59097e7 1 #timer_isr()2 # 3 #This routine provides the ISR for the timer. The timer is set up4 #to generate an interrupt at maximum intervals.5 # 6 #Input parameters: NONE7 # 8 #Output parameters: NONE9 # 10 #COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.11 #On-Line Applications Research Corporation (OAR).12 #All rights assigned to U.S. Government, 1994.13 # 14 #This material may be reproduced by or for the U.S. Government pursuant15 #to the copyright license under the clause at DFARS 252.227-7013. This16 #notice must appear in all copies of this file and its derivatives.17 # 18 #$Id$19 # 1 /* timer_isr() 2 * 3 * This routine provides the ISR for the timer. The timer is set up 4 * to generate an interrupt at maximum intervals. 5 * 6 * Input parameters: NONE 7 * 8 * Output parameters: NONE 9 * 10 * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. 11 * On-Line Applications Research Corporation (OAR). 12 * All rights assigned to U.S. Government, 1994. 13 * 14 * This material may be reproduced by or for the U.S. Government pursuant 15 * to the copyright license under the clause at DFARS 252.227-7013. This 16 * notice must appear in all copies of this file and its derivatives. 17 * 18 * $Id$ 19 */ 20 20 21 21 #include "asm.h" -
c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s
r7e7143e r59097e7 1 #timer_isr()2 # 3 #This routine provides the ISR for the Z8036 timer on the MVME1364 #board. The timer is set up to generate an interrupt at maximum5 #intervals.6 # 7 #Input parameters: NONE8 # 9 #Output parameters: NONE10 # 11 #COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.12 #On-Line Applications Research Corporation (OAR).13 #All rights assigned to U.S. Government, 1994.14 # 15 #This material may be reproduced by or for the U.S. Government pursuant16 #to the copyright license under the clause at DFARS 252.227-7013. This17 #notice must appear in all copies of this file and its derivatives.18 # 19 #$Id$20 # 1 /* timer_isr() 2 * 3 * This routine provides the ISR for the Z8036 timer on the MVME136 4 * board. The timer is set up to generate an interrupt at maximum 5 * intervals. 6 * 7 * Input parameters: NONE 8 * 9 * Output parameters: NONE 10 * 11 * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. 12 * On-Line Applications Research Corporation (OAR). 13 * All rights assigned to U.S. Government, 1994. 14 * 15 * This material may be reproduced by or for the U.S. Government pursuant 16 * to the copyright license under the clause at DFARS 252.227-7013. This 17 * notice must appear in all copies of this file and its derivatives. 18 * 19 * $Id$ 20 */ 21 21 22 22 #include "asm.h" -
c/src/lib/libbsp/m68k/mvme147/timer/timerisr.s
r7e7143e r59097e7 1 #timer_isr()2 # 3 #This routine provides the ISR for the PCC timer on the MVME1474 #board. The timer is set up to generate an interrupt at maximum5 #intervals.6 # 7 #MVME147 port for TNI - Telecom Bretagne8 #by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)9 #May 199610 # 11 #$Id$12 # 1 /* timer_isr() 2 * 3 * This routine provides the ISR for the PCC timer on the MVME147 4 * board. The timer is set up to generate an interrupt at maximum 5 * intervals. 6 * 7 * MVME147 port for TNI - Telecom Bretagne 8 * by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr) 9 * May 1996 10 * 11 * $Id$ 12 */ 13 13 14 14 #include "asm.h"
Note: See TracChangeset
for help on using the changeset viewer.