Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/dev s/IRQ/interrupt/ in autoconf message.
details: https://anonhg.NetBSD.org/src/rev/e6b74868abf9
branches: trunk
changeset: 779365:e6b74868abf9
user: skrll <skrll%NetBSD.org@localhost>
date: Wed May 23 10:31:59 2012 +0000
description:
s/IRQ/interrupt/ in autoconf message.
diffstat:
sys/arch/hp700/dev/dino.c | 6 +++---
sys/arch/hp700/dev/wax.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 5162b2c45a75 -r e6b74868abf9 sys/arch/hp700/dev/dino.c
--- a/sys/arch/hp700/dev/dino.c Wed May 23 10:01:51 2012 +0000
+++ b/sys/arch/hp700/dev/dino.c Wed May 23 10:31:59 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dino.c,v 1.34 2012/04/03 12:07:26 skrll Exp $ */
+/* $NetBSD: dino.c,v 1.35 2012/05/23 10:31:59 skrll Exp $ */
/* $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.34 2012/04/03 12:07:26 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.35 2012/05/23 10:31:59 skrll Exp $");
/* #include "cardbus.h" */
@@ -1618,7 +1618,7 @@
sc->sc_dmat = ca->ca_dmatag;
if (ca->ca_irq == HP700CF_IRQ_UNDEF) {
- aprint_error_dev(self, ": can't allocate IRQ");
+ aprint_error_dev(self, ": can't allocate interrupt");
return;
}
diff -r 5162b2c45a75 -r e6b74868abf9 sys/arch/hp700/dev/wax.c
--- a/sys/arch/hp700/dev/wax.c Wed May 23 10:01:51 2012 +0000
+++ b/sys/arch/hp700/dev/wax.c Wed May 23 10:31:59 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wax.c,v 1.18 2012/04/03 12:07:26 skrll Exp $ */
+/* $NetBSD: wax.c,v 1.19 2012/05/23 10:31:59 skrll Exp $ */
/* $OpenBSD: wax.c,v 1.1 1998/11/23 03:04:10 mickey Exp $ */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wax.c,v 1.18 2012/04/03 12:07:26 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wax.c,v 1.19 2012/05/23 10:31:59 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -120,7 +120,7 @@
int s, in;
if (ca->ca_irq == HP700CF_IRQ_UNDEF) {
- aprint_error(": can't allocate IRQ\n");
+ aprint_error(": can't allocate interrupt\n");
return;
}
Home |
Main Index |
Thread Index |
Old Index