From 59097e784fb64b5e541d698eca5aadb37cff7f10 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Apr 1997 18:38:19 +0000 Subject: Changed format of comment blocks to C comments. --- c/src/lib/libbsp/i386/go32/timer/timerisr.s | 38 ++++++++++++------------ c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s | 40 +++++++++++++------------- c/src/lib/libbsp/m68k/mvme147/timer/timerisr.s | 24 ++++++++-------- 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/c/src/lib/libbsp/i386/go32/timer/timerisr.s b/c/src/lib/libbsp/i386/go32/timer/timerisr.s index cbd6b5cb6d..12898a862c 100644 --- a/c/src/lib/libbsp/i386/go32/timer/timerisr.s +++ b/c/src/lib/libbsp/i386/go32/timer/timerisr.s @@ -1,22 +1,22 @@ -# timer_isr() -# -# This routine provides the ISR for the timer. The timer is set up -# to generate an interrupt at maximum intervals. -# -# Input parameters: NONE -# -# Output parameters: NONE -# -# COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. -# On-Line Applications Research Corporation (OAR). -# All rights assigned to U.S. Government, 1994. -# -# This material may be reproduced by or for the U.S. Government pursuant -# to the copyright license under the clause at DFARS 252.227-7013. This -# notice must appear in all copies of this file and its derivatives. -# -# $Id$ -# +/* timer_isr() + * + * This routine provides the ISR for the timer. The timer is set up + * to generate an interrupt at maximum intervals. + * + * Input parameters: NONE + * + * Output parameters: NONE + * + * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * On-Line Applications Research Corporation (OAR). + * All rights assigned to U.S. Government, 1994. + * + * This material may be reproduced by or for the U.S. Government pursuant + * to the copyright license under the clause at DFARS 252.227-7013. This + * notice must appear in all copies of this file and its derivatives. + * + * $Id$ + */ #include "asm.h" diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s index a8f7e7b212..8cf295f9d2 100644 --- a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s +++ b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s @@ -1,23 +1,23 @@ -# timer_isr() -# -# This routine provides the ISR for the Z8036 timer on the MVME136 -# board. The timer is set up to generate an interrupt at maximum -# intervals. -# -# Input parameters: NONE -# -# Output parameters: NONE -# -# COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. -# On-Line Applications Research Corporation (OAR). -# All rights assigned to U.S. Government, 1994. -# -# This material may be reproduced by or for the U.S. Government pursuant -# to the copyright license under the clause at DFARS 252.227-7013. This -# notice must appear in all copies of this file and its derivatives. -# -# $Id$ -# +/* timer_isr() + * + * This routine provides the ISR for the Z8036 timer on the MVME136 + * board. The timer is set up to generate an interrupt at maximum + * intervals. + * + * Input parameters: NONE + * + * Output parameters: NONE + * + * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * On-Line Applications Research Corporation (OAR). + * All rights assigned to U.S. Government, 1994. + * + * This material may be reproduced by or for the U.S. Government pursuant + * to the copyright license under the clause at DFARS 252.227-7013. This + * notice must appear in all copies of this file and its derivatives. + * + * $Id$ + */ #include "asm.h" diff --git a/c/src/lib/libbsp/m68k/mvme147/timer/timerisr.s b/c/src/lib/libbsp/m68k/mvme147/timer/timerisr.s index a4102ffc91..7debd13849 100644 --- a/c/src/lib/libbsp/m68k/mvme147/timer/timerisr.s +++ b/c/src/lib/libbsp/m68k/mvme147/timer/timerisr.s @@ -1,15 +1,15 @@ -# timer_isr() -# -# This routine provides the ISR for the PCC timer on the MVME147 -# board. The timer is set up to generate an interrupt at maximum -# intervals. -# -# MVME147 port for TNI - Telecom Bretagne -# by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr) -# May 1996 -# -# $Id$ -# +/* timer_isr() + * + * This routine provides the ISR for the PCC timer on the MVME147 + * board. The timer is set up to generate an interrupt at maximum + * intervals. + * + * MVME147 port for TNI - Telecom Bretagne + * by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr) + * May 1996 + * + * $Id$ + */ #include "asm.h" -- cgit v1.2.3