Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/amiga/dev Pull up revision 1.47 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/41dca65ced1a
branches:  netbsd-1-6
changeset: 527643:41dca65ced1a
user:      tv <tv%NetBSD.org@localhost>
date:      Thu May 30 21:23:58 2002 +0000

description:
Pull up revision 1.47 (requested by thorpej in ticket #96):
Nuke a trigraph.

diffstat:

 sys/arch/amiga/dev/sbic.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 30151595281c -r 41dca65ced1a sys/arch/amiga/dev/sbic.c
--- a/sys/arch/amiga/dev/sbic.c Thu May 30 21:20:45 2002 +0000
+++ b/sys/arch/amiga/dev/sbic.c Thu May 30 21:23:58 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sbic.c,v 1.46 2002/01/28 09:57:02 aymeric Exp $ */
+/*     $NetBSD: sbic.c,v 1.46.10.1 2002/05/30 21:23:58 tv Exp $ */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -46,7 +46,7 @@
 #include "opt_ddb.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.46 2002/01/28 09:57:02 aymeric Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.46.10.1 2002/05/30 21:23:58 tv Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -2601,7 +2601,7 @@
                        GET_SBIC_asr(dev->sc_sbic, asr);
                        if( asr & SBIC_ASR_INT ) {
                                /* We need to service a missed IRQ */
-                               printf("Servicing a missed int:(%02x,%02x)->(%02x,??)\n",
+                               printf("Servicing a missed int:(%02x,%02x)->(%02x,?)\n",
                                    debug_asr, debug_csr, asr);
                                sbicintr(dev);
                        }



Home | Main Index | Thread Index | Old Index