Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/dev Nuke a trigraph.
details: https://anonhg.NetBSD.org/src/rev/1eacf6503451
branches: trunk
changeset: 532026:1eacf6503451
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu May 30 19:52:52 2002 +0000
description:
Nuke a trigraph.
diffstat:
sys/arch/amiga/dev/sbic.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ab6512d17377 -r 1eacf6503451 sys/arch/amiga/dev/sbic.c
--- a/sys/arch/amiga/dev/sbic.c Thu May 30 19:45:49 2002 +0000
+++ b/sys/arch/amiga/dev/sbic.c Thu May 30 19:52:52 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.47 2002/05/30 19:52:52 thorpej 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.47 2002/05/30 19:52:52 thorpej 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